Searched full:tcptop (Results 1 – 20 of 20) sorted by relevance
/aosp_15_r20/external/bcc/tools/ |
H A 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 …]
|
H A 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
|
H A 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.
|
/aosp_15_r20/external/bcc/man/man8/ |
H A 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
|
H A D | tcpdrop.8 | 91 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
|
H A D | tcpsynbl.8 | 77 tcptop(8)
|
H A D | tcpsubnet.8 | 95 tcptop(8) by Brendan Gregg
|
H A D | tcptracer.8 | 124 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
|
H A D | tcplife.8 | 144 tcpaccept(8), tcpconnect(8), tcptop(8)
|
H A D | tcpcong.8 | 136 tcpretrans(8), tcpconnect(8), tcptop(8), tcpdrop(8)
|
H A D | tcpstates.8 | 145 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | tcptop.c | 4 * tcptop Trace sending and received operation over IP. 7 * Based on tcptop(8) from BCC by Brendan Gregg. 25 #include "tcptop.h" 26 #include "tcptop.skel.h" 56 const char *argp_program_version = "tcptop 0.1"; 62 "USAGE: tcptop [-h] [-p PID] [interval] [count]\n" 65 " tcptop # TCP top, refresh every 1s\n" 66 " tcptop -p 1216 # only trace PID 1216\n" 67 " tcptop -c path # only trace the given cgroup path\n" 68 " tcptop 5 10 # 5s summaries, 10 times\n";
|
H A D | .gitignore | 61 /tcptop
|
H A D | tcptop.bpf.c | 9 #include "tcptop.h"
|
H A D | Makefile | 88 tcptop \
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 36 * new libbpf-tools: tcptop, tcpstates, biotop, capable 64 * bcc tools: update for trace.py, sslsniff.py, tcptop.py, hardirqs.py, etc. 317 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 319 tcptop: 320 command: bcc-wrapper tcptop
|
/aosp_15_r20/external/bcc/ |
H A D | LINKS.md | 22 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html)
|
H A D | README.md | 170 - tools/[tcptop](tools/tcptop.py): Summarize TCP send/recv throughput by host. Top for TCP. [Exampl…
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 364 self.run_with_duration("tcptop.py 1 1")
|