用户工具

站点工具


arthas

这是本文档旧的修订版!


# 下载
wget https://alibaba.github.io/arthas/arthas-boot.jar
# 启动
java -jar arthas-boot.jar --target-ip 0.0.0.0
# 帮助
help
# 查看系统实时数据面板
dashboard
# 打印线程 id1 的堆栈
thread 1

# 查找 JVM 中已加载的类
sc -d *MathGame
# 反编译代码
jad demo.MathGame
# 查看方法的返回值
watch demo.MathGame primeFactors returnObj

# 彻底退出
stop
arthas.1596887773.txt.gz · 最后更改: 2020/08/08 19:56 由 plough

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki