标签:root data roc article sans 一个 soc ping util
[root@iZ25Z ~]# ps aux | grep java www 2111 4.0 23.5 1637648 452756 ? Sl 10:12 4:35 /usr/java/jdk1.7.0_80/bin/java -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties ...
# jmap -dump:format=b,file=文件名 [pid] jmap -dump:format=b,file=mm.hprof 2111
jmap -dump:format=b,file=mm.hprof 2111 2111: Unable to open socket file: target process not responding or HotSpot VM not loaded The -F option can be used when the target process is not responding
jmap -F-dump:format=b,file=mm.hprof 2111
-F Force. Use with jmap -dump or jmap -histo option if the pid does not respond. The live suboption is not supported in this mode.
转载请注明出处,本文地址:http://www.iiilab.com/article/6
标签:root data roc article sans 一个 soc ping util
原文地址:http://www.cnblogs.com/NetKillWill/p/CentOS_JVM.html