Lines Matching +full:test +full:- +full:cgroups
1 .TH tcpaccept 8 "2020-02-20" "USER COMMANDS"
3 tcpaccept \- Trace TCP passive connections (accept()). Uses Linux eBPF/bcc.
5 .B tcpaccept [\-h] [\-T] [\-t] [\-p PID] [\-P PORTS] [\-4 | \-6] [\-\-cgroupmap MAPPATH] [\-\-mntns…
22 \-h
25 \-T
28 \-t
31 \-p PID
32 Trace this process ID only (filtered in-kernel).
34 \-P PORTS
35 Comma-separated list of local ports to trace (filtered in-kernel).
37 \-4
40 \-6
43 \-\-cgroupmap MAPPATH
44 Trace cgroups in this BPF map only (filtered in-kernel).
46 \-\-mntnsmap MAPPATH
47 Trace mount namespaces in this BPF map only (filtered in-kernel).
56 .B tcpaccept \-t
60 .B tcpaccept \-P 80,81
64 .B tcpaccept \-p 181
68 .B tcpaccept \-4
72 .B tcpaccept \-6
74 Trace a set of cgroups only (see special_filtering.md from bcc sources for more details):
76 .B tcpaccept \-\-cgroupmap /sys/fs/bpf/test01
111 expected to be negligible. Test and understand this overhead before use.
122 Unstable - in development.