arthas-windows记录

1 download

2 install

D:\fangfan\software>java -jar arthas-boot.jar
1#输入1,按回车
[INFO] Start download arthas from remote server: https://arthas.aliyun.com/download/4.0.5?mirror=aliyun
[INFO] Download arthas success.
[INFO] arthas home: C:\Users\11750.arthas\lib\4.0.5\arthas #默认安装目录
C:\Users\11750.arthas\lib\4.0.5\arthas
 
#jps查看运行的java进程
0
#连接java进程
C:\Users\11750\.arthas\lib\4.0.5\arthas>as.bat 3116 --ignore-tools
0
自动跳转网页
0
 
#可以通过网页查看
 
0
 
查看dashboard
[arthas@2748]$ dashboard
0
 
查看线程
[arthas@2748]$ thread 66
0
 
退出当前连接
quit或exit
完全退出
stop
 
profiler start
0
 
posted @ 2025-04-29 21:58  fanblog  阅读(40)  评论(0)    收藏  举报