Arthas 是阿里巴巴开源的一款 Java 诊断工具,它可以帮助开发者解决以下问题:
curl -O https://arthas.aliyun.com/arthas-boot.jar
wget https://arthas.aliyun.com/arthas-boot.jar
java -jar arthas-boot.jar
dashboard
watch com.example.demo.controller.UserController getUser '{params,returnObj}' -x 3
classloader
redefine /path/to/your/class
thread
profiler start
profiler stop
trace com.example.demo.controller.UserController getUser
stack com.example.demo.service.UserService getUserById
monitor -c 5 com.example.demo.service.UserService getUserById
连接失败
命令执行失败