一、使用jmap工具生成dump文件
二、MAT工具的下载和安装
三、使用MAT工具进行内存泄露分析
--
Step 1 : ps –ef | grep <process> (which is Batch server here)
Step 2 : Note down the PID of it.
Step 3: Go to Jdk path /opt/jdk/ 1.8.0_71l64/bin – whichever available in the server.
Step 4: Run ./jmap -dump:live,file=/tmp/heapdump_020418.bin <pid>
--
Eclipse 直接 open dump 文件