You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--kprobe-backend string Tracing backend('kprobe', 'kprobe-multi'). Will auto-detect if not specified.
62
62
--output-file string write traces to file
63
63
--output-iptables print iptables
64
-
--output-limit-lines uintexit the program after the number of events has been received/printed
64
+
--output-limit-lines int exit the program after the number of events has been received/printed
65
65
--output-meta print skb metadata
66
66
--output-sk print sock
67
67
--output-skb print skb
68
68
--output-stack print stack
69
69
--output-tcp print TCP
70
70
--output-tuple print L4 tuple
71
+
--pcap-file string write packets to pcap file, only work with --filter-trace-xdp/--filter-trace-tc
72
+
--pcap-mode strings pcap mode, can be 'entry' and/or 'exit', only work with --pcap-file. Default is 'entry' and 'exit'. 'entry' is to capture packet before BPF prog, 'exit' is to capture packet after BPF prog.
73
+
--pcap-snaplen uint16 snapture length of packet for pcap (default 256)
0 commit comments