Lines Matching full:tcptop
1 Demonstrations of tcptop, the Linux eBPF/bcc version.
4 tcptop summarizes throughput by host and port. Eg:
6 # tcptop
53 # tcptop -C
98 # tcptop --cgroupmap /sys/fs/bpf/test01
105 # tcptop -h
106 usage: tcptop.py [-h] [-C] [-S] [-p PID] [--cgroupmap CGROUPMAP]
127 ./tcptop # trace TCP send/recv by host
128 ./tcptop -C # don't clear the screen
129 ./tcptop -p 181 # only trace PID 181
130 ./tcptop --cgroupmap ./mappath # only trace cgroups in this BPF map
131 ./tcptop --mntnsmap mappath # only trace mount namespaces in the map
132 ./tcptop -4 # trace IPv4 family only
133 ./tcptop -6 # trace IPv6 family only