使用 jattach 代替。
安装 jattach
apk add --no-cache jattach --repository http://mirrors.aliyun.com/alpine/latest-stable/community/
指令集:
-
load : load agent library(导入 agent 库)
-
properties : print system properties(打印系统属性)
-
agentProperties : print agent properties(打印 agent 属性)
-
datadump : show heap and thread summary(显示堆和线程概要信息)
-
threaddump : dump all stack traces (like jstack)(导出栈信息)
-
dumpheap : dump heap (like jmap)(导出堆信息)
-
inspectheap : heap histogram (like jmap -histo)(显示堆信息直方图)
-
setflag : modify manageable VM flag(修改可管理的 VM 参数)
-
printflag : print VM flag(打印 VM 参数)
-
jcmd : execute jcmd command(执行 jcmd 命令)
然后根据需要进行操作。