ss: update man page to document --bpf-maps and --bpf-map-id=

Document new --bpf-maps and --bpf-map-id= options.

Signed-off-by: Quentin Deslandes <qde@naccy.de>
Acked-by: Martin KaFai Lau <martin.lau@kernel.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
This commit is contained in:
Quentin Deslandes 2024-02-21 16:16:21 +01:00 committed by David Ahern
parent e3ecf04857
commit 50763d5331

View File

@ -426,6 +426,12 @@ to FILE after applying filters. If FILE is - stdout is used.
Read filter information from FILE. Each line of FILE is interpreted
like single command line option. If FILE is - stdin is used.
.TP
.B \-\-bpf-maps
Pretty-print all the BPF socket-local data entries for each socket.
.TP
.B \-\-bpf-map-id=MAP_ID
Pretty-print the BPF socket-local data entries for the requested map ID. Can be used more than once.
.TP
.B FILTER := [ state STATE-FILTER ] [ EXPRESSION ]
Please take a look at the official documentation for details regarding filters.