
231
View
Any view
Default level
1: Monitor level
Parameters
node
node-id
: Displays the packet statistics of the specified node, where
node-id
represents the number
of the specified node. The value is in the range of 0 to 20.
self-node
: Displays the packet statistics of the local node.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration 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.
Description
Use the
display ipc packet
command to display the packet statistics information of the specified node.
Examples
# Display the packet statistics information of 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 50
Output description
Field Description
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. If the
number of bytes the packet is larger than the MTU, the
packet is fragmented; if 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.