JVM 內存監控

jps  Java進程查看工具,實際上它和Unix/Linux上面的ps命令的功能差不多   jmap   jmap -histo pid號>log文件名   jmap -dump:file=a.hprof pid號 :中間不能有空格   #instance是對象的實例個數  #bytes是總佔用的字節數  class name對應的就是Class文件裏的class的標識  B代表byte  C代
相關文章
相關標籤/搜索