Lines Matching full:tcplife
4 # 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
42 ./tcplife -4 # only trace IPv4 family
43 ./tcplife -6 # only trace IPv6 family