我可以使用 jprofiler 读取 jmap 转储吗?
Can I read a jmap dump with jprofiler?
当我使用 jmap 创建转储时
jmap -J-d64 -heap:format=b ${pid}
我可以在 JProfiler 中以某种方式打开结果 heap.bin
吗?
显然很简单,只需将文件重命名为 .hprof
扩展名
当我使用 jmap 创建转储时
jmap -J-d64 -heap:format=b ${pid}
我可以在 JProfiler 中以某种方式打开结果 heap.bin
吗?
显然很简单,只需将文件重命名为 .hprof
扩展名