Searched refs:tcpstates (Results 1 – 7 of 7) sorted by relevance
1 Demonstrations of tcpstates, the Linux BPF/bcc version.4 tcpstates prints TCP state change information, including the duration in each7 # tcpstates28 # tcpstates -h29 usage: tcpstates.py [-h] [-T] [-t] [-w] [-s] [-L LOCALPORT] [-D REMOTEPORT]49 ./tcpstates # trace all TCP state changes50 ./tcpstates -t # include timestamp column51 ./tcpstates -T # include time column (HH:MM:SS)52 ./tcpstates -w # wider columns (fit IPv6)53 ./tcpstates -stT # csv output, with times & timestamps[all …]
84 tcplp_sys_log("Socket %p: %s --> %s", tp, tcpstates[tp->t_state], tcpstates[newstate]); in tcp_state_change()
106 static char const * const tcpstates[] = { variable
59 /tcpstates
86 tcpstates \
36 * new libbpf-tools: tcptop, tcpstates, biotop, capable92 * fix tcpstates for incorrect display of dport
167 - tools/[tcpstates](tools/tcpstates.py): Trace TCP session state changes with durations. [Examples]…