Home
last modified time | relevance | path

Searched refs:tcpstates (Results 1 – 7 of 7) sorted by relevance

/external/bcc/tools/
Dtcpstates_example.txt1 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
[all …]
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_subr.c84 tcplp_sys_log("Socket %p: %s --> %s", tp, tcpstates[tp->t_state], tcpstates[newstate]); in tcp_state_change()
Dtcp_fsm.h106 static char const * const tcpstates[] = { variable
/external/bcc/libbpf-tools/
D.gitignore59 /tcpstates
DMakefile86 tcpstates \
/external/bcc/debian/
Dchangelog36 * new libbpf-tools: tcptop, tcpstates, biotop, capable
92 * fix tcpstates for incorrect display of dport
/external/bcc/
DREADME.md167 - tools/[tcpstates](tools/tcpstates.py): Trace TCP session state changes with durations. [Examples]…