blob: 9c04cd6677bdcc2ed6fc2d89e460076110fb423c [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
Quentin Monneta2bc2e52017-10-23 09:24:06 -070034OPTIONS
35=======
36 -h, --help
37 Print short help message (similar to **bpftool help**).
38
39 -v, --version
40 Print version number (similar to **bpftool version**).
41
Jakub Kicinskiff69c212017-10-04 20:10:05 -070042SEE ALSO
43========
44 **bpftool-map**\ (8), **bpftool-prog**\ (8)