Specifications
3-175
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
show statistics tcp
show statistics tcp
To display TCP statistics for a WAAS device, use the show statistics tcp EXEC command.
show statistics tcp
Syntax Description This command has no arguments or keywords.
Defaults No default behavior or values
Command Modes EXEC
Device Modes application-accelerator
central-manager
Examples Table 3-76 describes the fields shown in the show statistics tcp display.
Ta b l e 3-76 Field Descriptions for the show statistics tcp Command
Field Description
TCP statistics
Server connection openings Number of times that TCP connections have made a direct
transition to the SYN-SENT state from the CLOSED state.
Client connection openings Number of times that TCP connections have made a direct
transition to the SYN-RCVD state from the LISTEN state.
Failed connection attempts Number of times TCP connections have made a direct transition
to the CLOSED state from either the SYN-SENT state or the
SYN-RCVD state, plus the number of times TCP connections
have made a direct transition to the LISTEN state from the
SYN-RCVD state.
Connections established Number of TCP connections for which the current state is either
ESTABLISHED or CLOSE-WAIT.
Connections resets received Number of times TCP connections have made a direct transition
to the CLOSED state from either the ESTABLISHED state or
the CLOSE-WAIT state.
Connection resets sent Number of TCP segments sent containing the RST flag.
Segments received Total number of segments received, including those received in
error. This count includes segments received on currently
established connections.