Home Java jVM
Post
Cancel

Java jVM

jmap

1
jmap -dump:live,format=b,file=dump <pid> dump出Java堆内存,

jstack

1
jstack <pid> 输出线程堆栈

jhat

1
jhat -J-mx768m -port 9000 dump.dump
This post is licensed under CC BY 4.0 by the author.