jmap、jstack Unable to open socket file: target process not responding or HotSpot VM not loaded
可尝试加-F参数
原理:
http://openjdk.java.net/groups/hotspot/docs/Serviceability.html#battach
jmap -F原理
http://openjdk.java.net/groups/hotspot/docs/Serviceability.html#bsa
/tmp目录的java pid文件可能被系统清理,可以尝试修改/etc/cron.daily/下的文件,排查jvm进程文件
参考资料:
https://blog.51cto.com/zhangshaoxiong/1310166
https://stackoverflow.com/questions/26140182/running-jmap-getting-unable-to-open-socket-file