Arthas浅用

发布时间 2023-07-21 17:38:24作者: AlenYang

安装

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