
bpftool
List of commands for bpftool:
-
bpftool:tldr:06dff bpftool: Probe a network device "eth0" for supported `eBPF` features.$ bpftool feature probe dev ${eth0}try on your machineexplain this command
-
bpftool:tldr:18dd8 bpftool: List all `raw_tracepoint`, `tracepoint`, `kprobe` attachments in the system.$ bpftool perf listtry on your machineexplain this command
-
bpftool:tldr:6c4b0 bpftool: List `eBPF` program attachments in the kernel networking subsystem.$ bpftool net listtry on your machineexplain this command
-
bpftool:tldr:7642a bpftool: List information about loaded maps.$ bpftool map listtry on your machineexplain this command
-
bpftool:tldr:905b6 bpftool: Run commands in batch mode from a file.$ bpftool batch file ${myfile}try on your machineexplain this command
-
bpftool:tldr:b3d23 bpftool: List all active links.$ bpftool link listtry on your machineexplain this command
-
bpftool:tldr:d480d bpftool: List `BPF Type Format (BTF)` data.$ bpftool btf listtry on your machineexplain this command