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] [\-p PID] [\-N NETNS] [\-\-cgroupmap MAPPATH] [--mntnsmap MAPPATH] [\-4 | …
20 \-h
23 \-v
26 \-p PID
27 Trace this process ID only (filtered in-kernel).
29 \-N NETNS
30 Trace this network namespace only (filtered in-kernel).
32 \-\-cgroupmap MAPPATH
33 Trace cgroups in this BPF map only (filtered in-kernel).
35 \-\-mntnsmap MAPPATH
36 Trace mount namespaces in the map (filtered in-kernel).
38 \-4
41 \-6
51 .B tcptracer \-v
55 .B tcptracer \-p 181
59 .B tcptracer \-N 4026531969
61 Trace a set of cgroups only (see special_filtering.md from bcc sources for more details):
63 .B tcptracer \-\-cgroupmap /sys/fs/bpf/test01
67 .B tcptracer -4
71 .B tcptracer -6
75 Type of event. In non-verbose mode: C for connect, A for accept, X for close.
105 As always, test and understand this tools overhead for your types of workloads
117 Unstable - in development.