登錄系統(註意這裡啟動 tomcat 的用戶) 使用 MAT 分析 下載 dump.hprof ,使用 MAT 打開分析 ...
登錄系統(註意這裡啟動 tomcat 的用戶)
# 獲取 tomcat 的 pid 號
ps -ef|grep tomcat
# 例如這裡 pid 號為 13133
jmap -dump:live,format=b,file=dump.hprof 13133
使用 MAT 分析
# MAT 下載地址:https://www.eclipse.org/mat/downloads.php
# 我這裡下載的 windows 版本,解壓後,按需更改 MemoryAnalyzer.ini 裡面的配置,我改成了 4G 大小
下載 dump.hprof ,使用 MAT 打開分析