Home
last modified time | relevance | path

Searched full:tcptop (Results 1 – 16 of 16) sorted by relevance

/external/bcc/tools/
Dtcptop_example.txt1 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
[all …]
Dtcptop.py4 # tcptop Summarize TCP send/recv throughput by host.
7 # USAGE: tcptop [-h] [-C] [-S] [-p PID] [interval [count]] [-4 | -6]
46 ./tcptop # trace TCP send/recv by host
47 ./tcptop -C # don't clear the screen
48 ./tcptop -p 181 # only trace PID 181
49 ./tcptop --cgroupmap mappath # only trace cgroups in this BPF map
50 ./tcptop --mntnsmap mappath # only trace mount namespaces in the map
51 ./tcptop -4 # trace IPv4 family only
52 ./tcptop -6 # trace IPv6 family only
Dtcpsubnet.py12 # This is an adaptation of tcptop from written by Brendan Gregg.
25 # 03-Oct-2017 Rodrigo Manyari Created this based on tcptop.
/external/bcc/man/man8/
Dtcptop.81 .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]
60 .B tcptop
64 .B tcptop \-C 5
68 .B tcptop \-Cp 181
72 .B tcptop \-\-cgroupmap /sys/fs/bpf/test01
76 .B tcptop \-4
80 .B tcptop \-6
Dtcpsynbl.877 tcptop(8)
Dtcpdrop.891 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcpsubnet.898 tcptop(8) by Brendan Gregg
Dtcptracer.8121 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
Dtcplife.8144 tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcpcong.8136 tcpretrans(8), tcpconnect(8), tcptop(8), tcpdrop(8)
Dtcpstates.8145 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
/external/bcc/snap/
Dsnapcraft.yaml320 tcptop:
321 command: bcc-wrapper tcptop
/external/bcc/
DLINKS.md22 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html)
DREADME.md167 - tools/[tcptop](tools/tcptop.py): Summarize TCP send/recv throughput by host. Top for TCP. [Exampl…
/external/bcc/debian/
Dchangelog4 * bcc tools: update for trace.py, sslsniff.py, tcptop.py, hardirqs.py, etc.
257 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/tests/python/
Dtest_tools_smoke.py359 self.run_with_duration("tcptop.py 1 1")