Scroll to navigation

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

Trace this PID only.
Trace this TID only.
Trace this COMM only.

EXAMPLES

# numasched
# numasched -p 181

FIELDS

A timestamp on the output, in "HH:MM:SS" format.
The process ID.
The thread ID.
Source NUMA ID.
Target NUMA ID.
The process COMM.

SOURCE

This is from bcc.

https://github.com/iovisor/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