BPFTOOL
tool for inspection and simple manipulation of eBPF programs and maps
- Provided by: linux-tools-common (Version: 4.15.0-213.224)
- 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 }
OPTIONS := { { -V | --version } | { -h | --help } | { -j | --json } [{ -p | --pretty }] }
MAP-COMMANDS := { show | dump | update | lookup | getnext | delete | pin | help }
PROG-COMMANDS := { show | dump jited | dump xlated | pin | help }
Note that format of the output of all tools is not guaranteed to be stable and should not be depended upon.