首页 > 系统服务 > 详细

mac下使用async-profiler

时间:2021-04-29 18:18:19      阅读:28      评论:0      收藏:0      [点我收藏+]
查看java进程:jps
660
83327 Launcher
85676 ApacheJMeter.jar
83921 Bootstrap
85998 Jps

#### Flame Graph visualization
## Collect CPU profiling with svg format with duration
./profiler.sh -d 30 -f /tmp/flamegraph.svg 83921
## open svg with browser
## Control start/stop yourself
./profiler.sh start -f /tmp/flamegraph.svg 83921
./profiler.sh stop -f /tmp/flamegraph.svg 83921
 
 

mac下使用async-profiler

原文:https://www.cnblogs.com/james6176/p/14718517.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!