Arthas的trace命令使用(生成上檢視單個方法執行耗時)
阿新 • • 發佈:2020-10-20
以某個介面為例
找到程式Action層或者Controller層
類的全路徑:
com.ailk.openbilling.ams.action.freeResourceQuery.FreeResourceQueryActionImp
要觀察的方法名:
queryFreeRes
1、檢視方法執行耗時
命令:
trace com.ailk.openbilling.ams.action.freeResourceQuery.FreeResourceQueryActionImpl queryFreeRes
結果:
2、檢視方法耗時超過指定時間的列表
命令:
trace com.ailk.openbilling.ams.action.freeResourceQuery.FreeResourceQueryActionImpl queryFreeRes '#cost>200’
結果: