安装
curl -O https://arthas.aliyun.com/arthas-boot.jar
使用
java -jar arthas-boot.jar --target-ip 192.168.150.38
## 可以在浏览器上访问
http://192.168.150.38:3658/
## 常用命令
## 看板
dashboard
## dump文件
heapdump --live /tmp/dump.hprof
## 火焰图
profiler start
profiler status
profiler stop --format html
标签:浅用,dump,##,Arthas,jar,profiler,--,arthas
From: https://www.cnblogs.com/VergilYang/p/17572061.html