Home
last modified time | relevance | path

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

/external/bcc/tools/
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 …]
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 …]
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",
/external/bcc/man/man8/
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
Dtcpdrop.891 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcptracer.8121 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
Dtcpstates.8145 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
/external/bcc/snap/
Dsnapcraft.yaml308 tcplife:
309 command: bcc-wrapper tcplife
/external/bcc/
DLINKS.md19 - 2016-11-30: [Linux bcc/BPF tcplife: TCP Lifespans](http://www.brendangregg.com/blog/2016-11-30/li…
DREADME.md161 - tools/[tcplife](tools/tcplife.py): Trace TCP sessions and summarize lifespan. [Examples](tools/tc…
/external/bcc/debian/
Dchangelog257 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/tests/python/
Dtest_tools_smoke.py347 self.run_with_int("tcplife.py")