All Projects → brendangregg → proc-profiler

brendangregg / proc-profiler

Licence: other
Linux /proc/PID/stack profiler

Programming Languages

perl
6916 projects

proc-profiler

This is a simple Linux wall-time kernel-stack profiler that reads /proc/PID/stack.

On Linux you should use perf for CPU profiling, or eBPF for both CPU and off-CPU profiling. Or just about anything else, including application traces. If you actually need my proc-profiler, you must have a really busted up system you need to debug. As I did, when I wrote this thing.

For similar work, see:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].