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.lua204 ./tcplife # trace all TCP connect()s
205 ./tcplife -t # include time column (HH:MM:SS)
206 ./tcplife -w # wider colums (fit IPv6)
207 ./tcplife -stT # csv output, with times & timestamps
208 ./tcplife -p 181 # only trace PID 181
209 ./tcplife -L 80 # only trace local port 80
210 ./tcplife -L 80,81 # only trace local ports 80 and 81
211 ./tcplife -D 80 # only trace remote port 80
318 local parser = utils.argparse("tcplife",
Dtcplife.py4 # tcplife Trace the lifespan of TCP sessions and summarize.
7 # USAGE: tcplife [-h] [-C] [-S] [-p PID] [interval [count]]
35 ./tcplife # trace all TCP connect()s
36 ./tcplife -t # include time column (HH:MM:SS)
37 ./tcplife -w # wider colums (fit IPv6)
38 ./tcplife -stT # csv output, with times & timestamps
39 ./tcplife -p 181 # only trace PID 181
40 ./tcplife -L 80 # only trace local port 80
41 ./tcplife -L 80,81 # only trace local ports 80 and 81
42 ./tcplife -D 80 # only trace remote port 80
/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]
50 .B tcplife
54 .B tcplife \-tw
58 .B tcplife \-p 181
62 .B tcplife \-L 80,81
66 .B tcplife \-D 80
Dtcpdrop.873 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcptracer.898 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
Dtcpstates.8128 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
/external/bcc/snapcraft/
Dsnapcraft.yaml276 tcplife:
277 command: wrapper tcplife
278 aliases: [tcplife]
/external/bcc/
DLINKS.md16 - 2016-11-30: [Linux bcc/BPF tcplife: TCP Lifespans](http://www.brendangregg.com/blog/2016-11-30/li…
DREADME.md146 - tools/[tcplife](tools/tcplife.py): Trace TCP sessions and summarize lifespan. [Examples](tools/tc…
/external/bcc/debian/
Dchangelog46 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/tests/python/
Dtest_tools_smoke.py311 self.run_with_int("tcplife.py")