HP VPN Firewall Appliances System Management and Maintenance Command Reference
16
socket state = SS_PRIV SS_NBIO SS_ASYNC
Table 3 Command output
Field Descri
p
tion
SOCK_STREAM TCP socket.
SOCK_DGRAM UDP socket.
SOCK_RAW Raw IP socket.
Task Task number.
socketid Socket ID.
Proto Protocol number of the socket, indicating the protocol type that IP carries.
LA Local address and local port number.
FA Remote address and remote port number.
sndbuf Sending buffer size (in bytes) of the socket.
rcvbuf Receiving buffer size (in bytes) of the socket.
sb_cc
Current data size in the sending buffer (available only for TCP that can buffer
data).
rb_cc Current data size in the receiving buffer.
sb_maxcc History maximum data size in the sending buffer.
rb_maxcc History maximum data size in the receiving buffer.
socket option Socket option.
socket state Socket state.
display ip statistics
Use display ip statistics to display statistics of IP packets.
Syntax
display ip statistics [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Getting Started Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.