Linux perf
perf
is a comprehensive profiling system for Linux. It is also known as Performance Counters for Linux (PCL) or Linux perf_events (LPE). It provides access to performance counters including low-level hardware counters as well as tracepoints (supported by the kernel's ftrace
infrastructure) for dynamic tracing similar to DTrace.
References
- <tt>perf</tt>: Linux profiling with performance counters,
perf
Wiki main page, accessed December 2014 - <tt>perf</tt> Tutorial,
perf
Wiki, accessed December 2014 - perf Examples, Brendan Gregg, last updated October 2014, accessed December 2014
- Flame Graphs, Brendan Gregg, last updated December 2014, accessed December 2014
– Main.SimonLeinen - 2014-12-28