一、环境准备
1、arthas文档:
简介 | arthas
2、下载arthas-boot.jar
https://arthas.aliyun.com/arthas-boot.jar
二、启动arthas
java -jar arthas-boot.jar
输入对应pid,进入对应服务
三、排查
1、执行命令:
trac 类路径 方法名
trace com.xxxx.controller.xxxxController searchxxxValue
2、请求对应的方法接口
3、根据日志输出的标红来确认是哪部分代码耗时