Arthas(阿尔萨斯)


Arthas(阿尔萨斯)

1.下载arthas-boot.jar 下载地址: wget https://alibaba.github.io/arthas/arthas-boot.jar
2.启动 java -jar arthas-boot.jar
3.常用命令
trace -E com.topsoft.aaf.web.controller.outer.v2.authclient.OrganAction getUserSimpleByResCode -v -n 5 '#cost>2000'

min:方法执行最小时间

max:方法执行最大时间

total:一共执行时间

count:执行次数

具体可参考: