mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-21 15:38:21 +03:00
6
Glances FlameGraph
Nicolas Hennion edited this page 2021-05-25 14:32:54 +02:00
FlameGraph for Glances.
Generated with the following command lines:
pyflame --threads -p 25527 -o ~/tmp/glances-flame.pl -s 60
grep -v idle ~/tmp/glances-flame.pl > ~/tmp/glances-flame-non-idle.pl
flamegraph.pl ~/tmp/glances-flame-non-idle.pl > ~/tmp/glances-flame.svg
Click here to surf on the flame !
Source: