threadsnoop.bt(8) | System Manager's Manual | threadsnoop.bt(8) |
threadsnoop.bt - Trace thread creation via pthread_create(). Uses bpftrace/eBPF.
threadsnoop.bt
threadsnoop traces calls to pthread_create(), showing this path of thread creation. This can be used for workload characterization and discovery, and is a companion to execsnoop.bt(8) which traces execve(2).
This works by tracing the pthread_create() from libpthread.so.0. The path to this library may need adjusting in the tool source to match your system.
Since this uses BPF, only the root user can use this tool.
CONFIG_BPF and bpftrace.
Thread creation is expected to be low (<< 1000/s), so the overhead of this tool is expected to be negligible.
This tool originated from the book "BPF Performance Tools", published by Addison Wesley (2019):
See the book for more documentation on this tool.
This version is in the bpftrace repository:
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
2019-07-02 | USER COMMANDS |