cpuwalk.bt(8) | System Manager's Manual | cpuwalk.bt(8) |
cpuwalk.bt - Sample which CPUs are executing processes.. Uses bpftrace/eBPF.
cpuwalk.bt
This tool samples CPUs at 99 Hertz, then prints a histogram showing which CPUs were active. 99 Hertz is used to avoid lockstep sampling that would skew results. This tool can help identify if your application's workload is evenly using the CPUs, or if there is an imbalance problem.
Since this uses BPF, only the root user can use this tool.
CONFIG_BPF and bpftrace.
This should be negligible.
This is from bpftrace.
Also look in the bpftrace distribution for a companion _examples.txt file containing example usage, output, and commentary for this tool.
Linux
Unstable - in development.
Brendan Gregg
2018-09-08 | USER COMMANDS |