other versions
- testing 0.35.0+ds-1
- unstable 0.35.0+ds-1
- experimental 0.35.0+ds-2~exp1
| numasched(8) | System Manager's Manual | numasched(8) |
NAME¶
numasched - Tracing task switch NUMA. Uses bcc/eBPF.
SYNOPSIS¶
numasched
DESCRIPTION¶
numasched tracked task switch of NUMA.
This program is also a basic example of bcc and tracepoint.
Since this uses BPF, only the root user can use this tool.
REQUIREMENTS¶
CONFIG_BPF and bcc.
OPTIONS¶
- -p, --pid PID
- Trace this PID only.
- -t, --tid TID
- Trace this TID only.
- -c, --comm COMM
- Trace this COMM only.
EXAMPLES¶
- Tracing task switch NUMA:
- # numasched
- Trace PID 181 only:
- # numasched -p 181
FIELDS¶
SOURCE¶
This is from bcc.
Also look in the bcc distribution for a companion _examples.txt file containing example usage, output, and commentary for this tool.
OS¶
Linux
STABILITY¶
Unstable - in development.
AUTHOR¶
Rong Tao <rongtao@cestc.cn>
SEE ALSO¶
opensnoop(8)
| 2022-12-14 | USER COMMANDS |