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
收藏文章数量从多到少与“把书读薄”是一个道理

浙公网安备 33010602011771号