Lines Matching full:tcpstates
5 # tcpstates Trace the TCP session state changes with durations.
8 # USAGE: tcpstates [-h] [-C] [-S] [interval [count]] [-4 | -6]
27 ./tcpstates # trace all TCP state changes
28 ./tcpstates -t # include timestamp column
29 ./tcpstates -T # include time column (HH:MM:SS)
30 ./tcpstates -w # wider columns (fit IPv6)
31 ./tcpstates -stT # csv output, with times & timestamps
32 ./tcpstates -Y # log events to the systemd journal
33 ./tcpstates -L 80 # only trace local port 80
34 ./tcpstates -L 80,81 # only trace local ports 80 and 81
35 ./tcpstates -D 80 # only trace remote port 80
36 ./tcpstates -4 # trace IPv4 family only
37 ./tcpstates -6 # trace IPv6 family only
346 'SYSLOG_IDENTIFIER': 'tcpstates',