Lines Matching +full:test +full:- +full:cgroups
1 .TH tcptracer 8 "2020-02-20" "USER COMMANDS"
3 tcptracer \- Trace TCP established connections. Uses Linux eBPF/bcc.
5 .B tcptracer [\-h] [\-v] [-t] [\-p PID] [\-N NETNS] [\-\-cgroupmap MAPPATH] [--mntnsmap MAPPATH] [\…
20 \-h
23 \-v
26 \-t
29 \-p PID
30 Trace this process ID only (filtered in-kernel).
32 \-N NETNS
33 Trace this network namespace only (filtered in-kernel).
35 \-\-cgroupmap MAPPATH
36 Trace cgroups in this BPF map only (filtered in-kernel).
38 \-\-mntnsmap MAPPATH
39 Trace mount namespaces in the map (filtered in-kernel).
41 \-4
44 \-6
54 .B tcptracer \-v
58 .B tcptracer \-p 181
62 .B tcptracer \-N 4026531969
64 Trace a set of cgroups only (see special_filtering.md from bcc sources for more details):
66 .B tcptracer \-\-cgroupmap /sys/fs/bpf/test01
70 .B tcptracer -4
74 .B tcptracer -6
78 Type of event. In non-verbose mode: C for connect, A for accept, X for close.
108 As always, test and understand this tools overhead for your types of workloads
120 Unstable - in development.