N8406-023 1Gb Intelligent L3 Switch Command Reference Guide (ISCLI) 77
Management Processor statistics
The following table describes the MP-specific Statistics commands. The following sections provide more detailed
information and commands.
Table 68 MP-specific Statistics commands
Command
Usage
show mp packet
Displays packet statistics, to check for leads and load.
Command mode
: All
show mp tcp-block
Displays all Transmission Control Protocol (TCP) control blocks (TCB) that are in use.
Command mode
: All
show mp udp-block
Displays all User Datagram Protocol (UDP) control blocks (UCB) that are in use.
Command mode
: All
show mp cpu
Displays CPU utilization for periods of up to 1, 4, and 64 seconds.
Command mode
: All
Packet statistics
The following command displays packet statistics:
show mp packet
Command mode:
All
Packet counts:
allocs: 36692 frees: 36692
mediums: 0 mediums hi-watermark: 3
jumbos: 0 jumbos hi-watermark: 0
smalls: 0 smalls hi-watermark: 2
failures: 0
The following table describes the packet statistics.
Table 69 MP specific packet statistics
Description
Example statistic
allocs
Total number of packet allocations from the packet buffer pool by the TCP/IP protocol stack.
frees
Total number of times the packet buffers are freed (released) to the packet buffer pool by the
TCP/IP protocol stack.
mediums
Total number of packet allocations with size between 128 to 1536 bytes from the packet
buffer pool by the TCP/IP protocol stack.
mediums hi-watermark
The highest number of packet allocation with size between 128 to 1536 bytes from the packet
buffer pool by the TCP/IP protocol stack.
jumbos
Total number of packet allocations with more than 1536 bytes from the packet buffer pool by
the TCP/IP protocol stack.
jumbos hi-watermark
The highest number of packet allocation with more than 1536 bytes from the packet buffer
pool by the TCP/IP protocol stack.
smalls
Total number of packet allocations with size less than 128 bytes from the packet buffer pool
by the TCP/IP protocol stack.
smalls hi-watermark
The highest number of packet allocation with size less than 128 bytes from the packet buffer
pool by the TCP/IP protocol stack.
failures
Total number of packet allocation failures from the packet buffer pool by the TCP/IP protocol
stack.