Lines Matching +full:test +full:- +full:cgroups
1 .TH tcptop 8 "2020-03-08" "USER COMMANDS"
3 tcptop \- Summarize TCP send/recv throughput by host. Top for TCP.
5 .B tcptop [\-h] [\-C] [\-S] [\-p PID] [\-\-cgroupmap MAPPATH]
6 [--mntnsmap MAPPATH] [interval] [count] [\-4 | \-6]
11 refreshes, along other system-wide metrics.
17 per-packet functions, and therefore have lower overhead. The traced data is
18 summarized in-kernel using a BPF map to further reduce overhead. At very high
27 \-h
30 \-C
33 \-S
36 \-p PID
39 \-\-cgroupmap MAPPATH
40 Trace cgroups in this BPF map only (filtered in-kernel).
42 \--mntnsmap MAPPATH
43 Trace mount namespaces in this BPF map only (filtered in-kernel).
51 \-4
54 \-6
64 .B tcptop \-C 5
68 .B tcptop \-Cp 181
70 Trace a set of cgroups only (see special_filtering.md from bcc sources for more details):
72 .B tcptop \-\-cgroupmap /sys/fs/bpf/test01
76 .B tcptop \-4
80 .B tcptop \-6
111 application) which are usually called at a lower rate than per-packet
112 functions, lowering overhead. It also summarizes data in-kernel to further
119 (eg, <1000/sec) then the overhead is expected to be negligible; Test in a lab
131 Unstable - in development.