Lines Matching full:tcpstates
1 Demonstrations of tcpstates, the Linux BPF/bcc version.
4 tcpstates prints TCP state change information, including the duration in each
7 # tcpstates
28 # tcpstates -h
29 usage: tcpstates.py [-h] [-T] [-t] [-w] [-s] [-L LOCALPORT] [-D REMOTEPORT]
49 ./tcpstates # trace all TCP state changes
50 ./tcpstates -t # include timestamp column
51 ./tcpstates -T # include time column (HH:MM:SS)
52 ./tcpstates -w # wider columns (fit IPv6)
53 ./tcpstates -stT # csv output, with times & timestamps
54 ./tcpstates -Y # log events to the systemd journal
55 ./tcpstates -L 80 # only trace local port 80
56 ./tcpstates -L 80,81 # only trace local ports 80 and 81
57 ./tcpstates -D 80 # only trace remote port 80
58 ./tcpstates -4 # trace IPv4 family only
59 ./tcpstates -6 # trace IPv6 family only