Statistics Commands

Table 68 MP specific packet statistics

 

 

Field

Description

 

 

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.

 

 

TCP statistics

The following command displays TCP statistics:

show mp tcp-block

Command mode: All except User EXEC

All TCP allocated control blocks:

 

 

 

10ad41e8:

0.0.0.0

0

<=> 0.0.0.0

80

listen

10ad5790:

47.81.27.5

1171

<=> 47.80.23.243

23

established

The following table describes the Transmission Control Protocol (TCP) control block (TCB) statistics shown in this example:

Table 69 TCP statistics

Description

Example statistic

 

 

Memory

10ad41e8/10ad5790

 

 

Destination IP address

0.0.0.0/47.81.27.5

 

 

Destination port

0/1171

 

 

Source IP

0.0.0.0/47.80.23.243

 

 

Source port

80/23

 

 

State

listen/established

 

 

94