官方地址:https://arthas.aliyun.com/doc/
arthas-boot是Arthas的启动程序,它启动后,会列出所有的Java进程,用户可以选择需要诊断的目标进程。
wget https://arthas.aliyun.com/arthas-boot.jar
java -jar arthas-boot.jar
dashboard 命令可以查看当前系统的实时数据面板。
thread 1 命令会打印线程ID 1的栈。
jad package.class 反编译查看代码
sc -d *MathGame 可以通过 sc 命令来查找JVM里已加载的类:
通过watch命令可以查看函数的参数/返回值/异常信息
watch demo.MathGame primeFactors returnObj