aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Deslandes <qde@naccy.de>2024-02-21 16:16:21 +0100
committerDavid Ahern <dsahern@kernel.org>2024-02-27 04:06:28 +0000
commit50763d53310c1f95bd846ce9961d40e0e0e66376 (patch)
treec928cfb1135a821f74b1e0ec5e2f41d24e6e0796
parente3ecf048579afd7a673700d04893671627e85d57 (diff)
downloadiproute2-next-50763d53310c1f95bd846ce9961d40e0e0e66376.tar.gz
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>
-rw-r--r--man/man8/ss.86
1 files changed, 6 insertions, 0 deletions
diff --git a/man/man8/ss.8 b/man/man8/ss.8
index b014cde1d..e23af826f 100644
--- a/man/man8/ss.8
+++ b/man/man8/ss.8
@@ -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.