赞
踩
arthas是一个Java开源诊断神器。
今天分享一个非常重要的命令trace,官网定义这个方法的功能如下:方法内部调用路径,并输出方法路径上的每个节点上耗时
trace命令能主动搜索 class-pattern/method-pattern 对应的方法调用路径,渲染和统计整个调用链路上的所有性能开销和追踪调用链路。
trace一些高级用法也是离不开arthas命令ognl中提到的ognl语法支持,有兴趣的童鞋可以多去研究研究ognl的语法。
trace对于lambda表达式支持不好。
效果展示
[arthas@71728]$ trace com.fun.frame.httpclient.FanLibrary getHttpResponse
Press Q or Ctrl+C to abort.
Affect(class-cnt:2 , method-cnt:1) cost in 107 ms.
`---ts=2020-05-16 14:38:18;thread_name=main;id=1;is_daemon=false;priority=5;TCCL=sun.misc.Launcher$AppClassLoader@14dad5dc
`---[49.749941ms] com.fun.frame.httpclient.FanLibrary:getHttpResponse()
+---[0.100454ms] com.fun.frame.httpclient.FanLibrary:isRightRequest() #322
+---[0.732549ms] com.fun.frame.httpclient.FanLibrary:beforeRequest() #323
+-
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。