jmap 应用

jmap prints shared object memory maps or heap memory details of a given process or core file or a remote debug server.

jmap -dump:format=b,file=c:\work\heapxx.bin 7388

jhat -J-Xmx512m ./heapxx.bin
localhost:7000查看


你可能感兴趣的:(JMAP,jhat)