阿里的 开源线上JVM诊断工具
下载 curl arthas-boot.jar
使用
运行:java -jar arthas-boot.jar
提示我们监控哪个程序?选择 1,2.
显示线程cpu,内存,堆空间的监控面板
Dashboard
jad 反编译
jad + classpath
当线程状态、cpu运行过高时 通过命令
thread -3 找到问题代码
优化方法,找到那个方法最耗时
trace +class路径 +方法 名字
trace com.example.huazainetdisk.controller.UsersLoginController login