How to analyse the heap dump using jmap in java

前端 未结 7 666
遇见更好的自我
遇见更好的自我 2020-12-02 12:14

I am creating heap dump using below command:

jmap -dump:file=DumpFile.txt 

I have opened the generated file - DumpF

7条回答
  •  借酒劲吻你
    2020-12-02 12:45

    MAT, jprofiler,jhat are possible options. since jhat comes with jdk, you can easily launch it to do some basic analysis. check this out

提交回复
热议问题