Skip to content

Commit

Permalink
README.md: Add tools/numasched contents
Browse files Browse the repository at this point in the history
bcc commit d188e07 ("tools: add numasched: trace task switch between
NUMA (#4396)") [1] add tools/numasched.py.

Link: d188e07 [1]
Signed-off-by: Rong Tao <[email protected]>
  • Loading branch information
Rtoax committed Jan 12, 2025
1 parent d188e07 commit 3b06017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pair of .c and .py files, and some are directories of files.
- tools/[killsnoop](tools/killsnoop.py): Trace signals issued by the kill() syscall. [Examples](tools/killsnoop_example.txt).
- tools/[kvmexit](tools/kvmexit.py): Display the exit_reason and its statistics of each vm exit. [Examples](tools/kvmexit_example.txt).
- tools/[memleak](tools/memleak.py): Display outstanding memory allocations to find memory leaks. [Examples](tools/memleak_example.txt).
- tools/[numasched](tools/numasched.py): Track the migration of processes between NUMAs. [Examples](tools/numasched_example.txt).
- tools/[oomkill](tools/oomkill.py): Trace the out-of-memory (OOM) killer. [Examples](tools/oomkill_example.txt).
- tools/[pidpersec](tools/pidpersec.py): Count new processes (via fork). [Examples](tools/pidpersec_example.txt).
- tools/[rdmaucma](tools/rdmaucma.py): Trace RDMA Userspace Connection Manager Access events. [Examples](tools/rdmaucma_example.txt).
Expand Down

0 comments on commit 3b06017

Please sign in to comment.