jvm操作

ps -ef|grep java
jstat -gcutil 54649 500 10
jstat -gcnew 54649 500 10
jstat -gcclass 54649
jstat -class 54649
jstat -printcompilation 54649
jstat -compiler 54649
jstack -l 54649
jstack -l 54649 | grep 'TIME'
jmap -histo 54649
jmap -heap 54649

jmap -dump:format=b,file=heapdump.phrof 54649

posted @ 2024-05-13 16:14  使用D  阅读(1)  评论(0编辑  收藏  举报