1.官方文档
https://arthas.aliyun.com/doc/thread.html
2.常见的命令
1、启动 java -jar arthas-boot.jar
2、停止 stop
2、选择进程 2
3、查看繁忙的线程 thread 或者 thread -n 2
3.trace命令
trace com.jwds.digital.pms.command.controller.base.file.FileUploadController syncUploadFiles
发现比较耗时,所以将耗时的增加到trace中
命令:
telnet localhost 3658
trace com.jwds.digital.pms.command.service.file.IFileUpLoadService uploadFile --listenerId 2
结果如下图: