blob: 45ad8baf1915973c3bd78a3ac89058ce5d1bc52c [file] [log] [blame]
Jakub Kicinskiff69c212017-10-04 20:10:05 -07001================
2BPFTOOL
3================
4-------------------------------------------------------------------------------
5tool for inspection and simple manipulation of eBPF programs and maps
6-------------------------------------------------------------------------------
7
8:Manual section: 8
9
10SYNOPSIS
11========
12
13 **bpftool** *OBJECT* { *COMMAND* | help }
14
15 **bpftool** batch file *FILE*
16
Quentin Monnet821cfbb2017-10-19 15:46:26 -070017 **bpftool** version
18
Jakub Kicinskiff69c212017-10-04 20:10:05 -070019 *OBJECT* := { **map** | **program** }
20
21 *MAP-COMMANDS* :=
22 { show | dump | update | lookup | getnext | delete | pin | help }
23
24 *PROG-COMMANDS* := { show | dump jited | dump xlated | pin | help }
25
26DESCRIPTION
27===========
28 *bpftool* allows for inspection and simple modification of BPF objects
29 on the system.
30
31 Note that format of the output of all tools is not guaranteed to be
32 stable and should not be depended upon.
33
34SEE ALSO
35========
36 **bpftool-map**\ (8), **bpftool-prog**\ (8)