jmap 導出 tomcat 內存快照分析

登陸系統(注意這裏啓動 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 打開分析


php

相關文章
相關標籤/搜索