查看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
 
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-12-11
  • 2021-10-03
  • 2021-11-15
  • 2021-05-30
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2021-11-08
  • 2022-12-23
  • 2021-10-09
  • 2022-01-23
  • 2021-11-14
相关资源
相似解决方案