January 2018
Intermediate to advanced
456 pages
12h 49m
English
The perf tool provides statistics for both user and kernel events occurring in the system. It can function in two modes:
By default, perf counts events for all the threads in the given command, including child processes, until the command finishes or is interrupted.
A generic way to run perf is as follows:
perf stat|record [-e <comma ...
Read now
Unlock full access