HP VPN Firewall Appliances High Availability Command Reference

37
Default command level
1: Monitor level
Parameters
node node-id: Displays the packet statistics for the specified node. The node-id argument represents the
node number, which can be 0 or 1.
self-node: Displays packet statistics for the local node.
|: 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.
Examples
# Display the packet statistics for the local node.
<Sysname> display ipc packet self-node
ChannelID Sent-fragments Sent-packets Received-fragments Received-packets
--------------------------------------------------------------------------
11 828 810 819 810
13 0 0 0 0
14 5 3 5 5
15 0 0 0 0
16 0 0 0 0
17 50 50 37 35
19 0 0 0 0
Table 12 Command output
Field Descri
p
tion
ChannelID Channel number.
Sent-fragments Number of fragments sent.
Sent-packets
Number of packets sent.
Whether a packet is fragmented depends on the interface MTU and the packet
size in bytes. If the packet size is larger than the MTU, the packet is fragmented.
If the packet size is smaller than or equal to the MTU, the packet is sent.
Received-fragments Number of fragments successfully received.
Received-packets
Number of packets successfully received.
If fragments are received on an interface, the system reassembles the fragments
and sends a complete packet to the upper layer software.
display ipc performance
Use display ipc performance to display IPC performance statistics.