Searched full:tcptop (Results 1 – 16 of 16) 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 --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 …]
|
| D | tcptop.py | 4 # 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
|
| 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 "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
|
| D | tcpsynbl.8 | 77 tcptop(8)
|
| D | tcpdrop.8 | 91 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
|
| D | tcpsubnet.8 | 98 tcptop(8) by Brendan Gregg
|
| D | tcptracer.8 | 121 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
|
| D | tcplife.8 | 144 tcpaccept(8), tcpconnect(8), tcptop(8)
|
| D | tcpcong.8 | 136 tcpretrans(8), tcpconnect(8), tcptop(8), tcpdrop(8)
|
| D | tcpstates.8 | 145 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
|
| /external/bcc/snap/ |
| D | snapcraft.yaml | 320 tcptop: 321 command: bcc-wrapper tcptop
|
| /external/bcc/ |
| D | LINKS.md | 22 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html)
|
| D | README.md | 167 - tools/[tcptop](tools/tcptop.py): Summarize TCP send/recv throughput by host. Top for TCP. [Exampl…
|
| /external/bcc/debian/ |
| D | changelog | 4 * 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/ |
| D | test_tools_smoke.py | 359 self.run_with_duration("tcptop.py 1 1")
|