bpflist(8) | System Manager's Manual | bpflist(8) |
bpflist - Display processes currently using BPF programs and maps.
bpflist [-v]
This tool displays processes currently using BPF programs and maps, and optionally also kprobes and uprobes on the system. This is useful to understand which BPF programs are loaded on the system.
Currently, for lack of a better alternative, this tool pipes into 'ls' and parses its output to snoop for BPF file descriptors in all running processes. In the future, when BPF accounting is provided by the kernel, this tool should use these accounting features.
Only the root user can use this tool, because it accesses debugfs.
bcc, debugfs
-h Print usage message.
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.
Linux
Unstable - in development.
Sasha Goldshtein
2017-03-09 | USER COMMANDS |