Home
last modified time | relevance | path

Searched full:tcplife (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dtcplife_example.txt1 Demonstrations of tcplife, the Linux BPF/bcc version.
4 tcplife summarizes TCP sessions that open and close while tracing. For example:
6 # ./tcplife
31 # ./tcplife -w
44 # ./tcplife
66 # ./tcplife -t
85 # ./tcplife -stT
101 # ./tcplife.py -L 22,80
109 # ./tcplife.py -h
110 usage: tcplife.py [-h] [-T] [-t] [-w] [-s] [-p PID] [-L LOCALPORT]
[all …]
H A Dtcplife.py4 # tcplife Trace the lifespan of TCP sessions and summarize.
7 # USAGE: tcplife [-h] [-C] [-S] [-p PID] [-4 | -6] [interval [count]]
34 ./tcplife # trace all TCP connect()s
35 ./tcplife -T # include time column (HH:MM:SS)
36 ./tcplife -w # wider columns (fit IPv6)
37 ./tcplife -stT # csv output, with times & timestamps
38 ./tcplife -p 181 # only trace PID 181
39 ./tcplife -L 80 # only trace local port 80
40 ./tcplife -L 80,81 # only trace local ports 80 and 81
41 ./tcplife -D 80 # only trace remote port 80
[all …]
H A Dtcplife.lua203 ./tcplife # trace all TCP connect()s
204 ./tcplife -t # include time column (HH:MM:SS)
205 ./tcplife -w # wider columns (fit IPv6)
206 ./tcplife -stT # csv output, with times & timestamps
207 ./tcplife -p 181 # only trace PID 181
208 ./tcplife -L 80 # only trace local port 80
209 ./tcplife -L 80,81 # only trace local ports 80 and 81
210 ./tcplife -D 80 # only trace remote port 80
317 local parser = utils.argparse("tcplife",
/aosp_15_r20/external/bcc/man/man8/
H A Dtcplife.81 .TH tcplife 8 "2016-10-19" "USER COMMANDS"
3 tcplife \- Trace TCP sessions and summarize lifespan. Uses Linux eBPF/bcc.
5 .B tcplife [\-h] [\-T] [\-t] [\-w] [\-s] [\-p PID] [\-D PORTS] [\-L PORTS] [\-4 | \-6]
56 .B tcplife
60 .B tcplife \-tw
64 .B tcplife \-p 181
68 .B tcplife \-L 80,81
72 .B tcplife \-D 80
76 .B tcplife \-4
80 .B tcplife \-6
H A Dtcpdrop.891 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
H A Dtcptracer.8124 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
H A Dtcpstates.8145 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtcplife.c4 * tcplife Trace the lifespan of TCP sessions and summarize.
8 * Based on tcplife(8) from BCC by Brendan Gregg.
19 #include "tcplife.h"
20 #include "tcplife.skel.h"
35 const char *argp_program_version = "tcplife 0.1";
41 "USAGE: tcplife [-h] [-p PID] [-4] [-6] [-L] [-D] [-T] [-w]\n"
44 " tcplife -p 1215 # only trace PID 1215\n"
45 " tcplife -p 1215 -4 # trace IPv4 only\n";
H A D.gitignore55 /tcplife
H A Dtcplife.bpf.c7 #include "tcplife.h"
H A DMakefile83 tcplife \
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml307 tcplife:
308 command: bcc-wrapper tcplife
/aosp_15_r20/external/bcc/
H A DLINKS.md19 - 2016-11-30: [Linux bcc/BPF tcplife: TCP Lifespans](http://www.brendangregg.com/blog/2016-11-30/li…
H A DREADME.md164 - tools/[tcplife](tools/tcplife.py): Trace TCP sessions and summarize lifespan. [Examples](tools/tc…
/aosp_15_r20/external/bcc/debian/
H A Dchangelog35 …ockstat, sigsnoop, hardirqs, softirqs, opensnoop, statsnoop, offcputime, tcplife, cpufreq, cpudist…
317 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py352 self.run_with_int("tcplife.py")