Skip to content

script to automize the creation of a flame graph (Brendan Gregg style)

Notifications You must be signed in to change notification settings

duckyduckmaster/cpustack_flamegraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cpustack_flamegraph

The purpose of this script is to automize the creation of a flame graph by using the framework created by Brendan Greggs

Sysflame collects cpu stack traces by dynamic tracing (perf on linux, dtrace on osx) and generates a flamegraph from collected data.

The sysmap tool is intended for analysing stack trace rates of functions across multiple flamegraphs, and output the result in a matrix, which can then be used in a plotting program of your choosing.

About

script to automize the creation of a flame graph (Brendan Gregg style)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published