Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tools/
H A 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 …]
H A 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
H A Dtcpsubnet.py12 # 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 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
H A Dtcpdrop.891 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
H A Dtcpsynbl.877 tcptop(8)
H A Dtcpsubnet.895 tcptop(8) by Brendan Gregg
H A Dtcptracer.8124 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
H A Dtcplife.8144 tcpaccept(8), tcpconnect(8), tcptop(8)
H A Dtcpcong.8136 tcpretrans(8), tcpconnect(8), tcptop(8), tcpdrop(8)
H A Dtcpstates.8145 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtcptop.c4 * 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.gitignore61 /tcptop
H A Dtcptop.bpf.c9 #include "tcptop.h"
H A DMakefile88 tcptop \
/aosp_15_r20/external/bcc/debian/
H A Dchangelog36 * 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 Dsnapcraft.yaml319 tcptop:
320 command: bcc-wrapper tcptop
/aosp_15_r20/external/bcc/
H A DLINKS.md22 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html)
H A DREADME.md170 - 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 Dtest_tools_smoke.py364 self.run_with_duration("tcptop.py 1 1")