Searched full:tcptop (Results 1 – 14 of 14) sorted by relevance
/external/bcc/tools/ |
D | tcptop_example.txt | 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 -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
|
D | tcptop.py | 4 # 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
|
D | tcpsubnet.py | 12 # 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/ |
D | tcptop.8 | 1 .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
|
D | tcpdrop.8 | 73 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
|
D | tcptracer.8 | 98 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
|
D | tcpsubnet.8 | 98 tcptop(8) by Brendan Gregg
|
D | tcplife.8 | 130 tcpaccept(8), tcpconnect(8), tcptop(8)
|
D | tcpstates.8 | 128 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
|
/external/bcc/snapcraft/ |
D | snapcraft.yaml | 282 tcptop: 283 command: wrapper tcptop 284 aliases: [tcptop]
|
/external/bcc/ |
D | LINKS.md | 19 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html)
|
D | README.md | 150 - tools/[tcptop](tools/tcptop.py): Summarize TCP send/recv throughput by host. Top for TCP. [Exampl…
|
/external/bcc/debian/ |
D | changelog | 46 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
/external/bcc/tests/python/ |
D | test_tools_smoke.py | 322 self.run_with_duration("tcptop.py 1 1")
|