BPFTOOL
tool for inspection and simple manipulation of eBPF programs and maps
- Provided by: linux-tools-common (Version: 5.15.0-191.201)
- Source: linux
- Report a bug
tool for inspection and simple manipulation of eBPF programs and maps
bpftool batch file FILE
bpftool version
OBJECT := { map | program | cgroup | perf | net | feature }
OPTIONS := { { -V | --version } | { -j | --json } [{ -p | --pretty }] | { -d | --debug } }
MAP-COMMANDS := { show | list | create | dump | update | lookup | getnext | delete | pin | event_pipe | help }
PROG-COMMANDS := { show | list | dump jited | dump xlated | pin | load | attach | detach | help }
CGROUP-COMMANDS := { show | list | attach | detach | help }
PERF-COMMANDS := { show | list | help }
NET-COMMANDS := { show | list | help }
FEATURE-COMMANDS := { probe | help }
Note that format of the output of all tools is not guaranteed to be stable and should not be depended upon.