bpftool
linux
Inspect and manipulate eBPF programs and maps in a simple way. Some subcommands such as `prog` have their own usage documentation.
More info →Examples (8)
List information about loaded `eBPF` programs
bpftool prog listList `eBPF` program attachments in the kernel networking subsystem
bpftool net listList `BPF Type Format (BTF)` data
bpftool btf listList information about loaded maps
bpftool map listProbe a network device "eth0" for supported `eBPF` features
bpftool feature probe dev eth0made by @shridhargupta | data from tldr-pages