Home
last modified time | relevance | path

Searched full:tcptop (Results 1 – 14 of 14) 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 -h
99 usage: tcptop.py [-h] [-C] [-S] [-p PID] [interval] [count]
114 ./tcptop # trace TCP send/recv by host
115 ./tcptop -C # don't clear the screen
116 ./tcptop -p 181 # only trace PID 181
Dtcptop.py4 # tcptop Summarize TCP send/recv throughput by host.
7 # USAGE: tcptop [-h] [-C] [-S] [-p PID] [interval [count]]
46 ./tcptop # trace TCP send/recv by host
47 ./tcptop -C # don't clear the screen
48 ./tcptop -p 181 # only trace PID 181
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 "2016-09-13" "USER COMMANDS"
3 tcptop \- Summarize TCP send/recv throughput by host. Top for TCP.
5 .B tcptop [\-h] [\-C] [\-S] [\-p PID] [interval] [count]
47 .B tcptop
51 .B tcptop \-C 5
55 .B tcptop \-Cp 181
Dtcpdrop.873 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcptracer.898 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
Dtcpsubnet.898 tcptop(8) by Brendan Gregg
Dtcplife.8130 tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcpstates.8128 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
/external/bcc/snapcraft/
Dsnapcraft.yaml282 tcptop:
283 command: wrapper tcptop
284 aliases: [tcptop]
/external/bcc/
DLINKS.md19 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html)
DREADME.md150 - tools/[tcptop](tools/tcptop.py): Summarize TCP send/recv throughput by host. Top for TCP. [Exampl…
/external/bcc/debian/
Dchangelog46 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/tests/python/
Dtest_tools_smoke.py322 self.run_with_duration("tcptop.py 1 1")