ASIC Driver Commands on Cisco IOS XR Software
show
Examples | The following example shows how to display packet memory information: | |
| RP/0/RP0/CPU0:router# show | |
| Packet memory statistics : | |
| ========================== | |
| Packet headers |
|
| total: 32000, free: 32000, size: 448 | |
| Particle Pools(8) |
|
| Pool(0):total: 8000, | free: 8000, size: 256 |
| fallback: 0, region: | 0 |
| Pool(1):total: 4000, | free: 3968, size: 512 |
| fallback: 1, region: | 0 |
| Pool(2):total: 16, free: 16, size: 512 | |
| fallback: 2, region: | 0 |
| Pool(3):total: 8000, | free: 7936, size: 768 |
| fallback: 3, region: | 0 |
| Pool(4):total: 12800, free: 9172, size: 1648 | |
| fallback: 4, region: | 0 |
| Pool(5):total: 320, free: 320, size: 2560 | |
| fallback: 5, region: | 0 |
| Pool(6):total: 1600, | free: 1088, size: 4608 |
| fallback: 6, region: | 0 |
| Pool(7):total: 640, free: 640, size: 6240 | |
| fallback: 7, region: | 0 |
| Particle clone |
|
| total: 8000, free: 8000, size: 256 | |
| Packet Feature Specific Variable (FSV) | |
| total: 16000, free: 16000, size: 88 |
Packet trace
total: 16384, free: 16384, size: 40
Table 25 describes the significant fields shown in the display.
Table 25 | show packet memory Field Descriptions | |
|
|
|
Field |
| Description |
|
|
|
Packet headers |
| Data structure that defines and controls an aggregation of data |
|
| structures, collectively known as a packet. Includes information |
|
| about every packet in the system. |
|
|
|
Particle Pools |
| Data structure that describes a particle and may be chained to other |
|
| particles in a linked list. Includes information about the actual data |
|
| of the packet and other particle headers in this packet if present in |
|
| this packet. |
|
|
|
Particle clone |
| Duplicate particle header that points to a previously allocated |
|
| particle. Differs from a particle header in that a particle clone shares |
|
| the particle with another particle header. |
|
| |
Packet Feature Specific | Scratch pad shared among the features in the packet path, listing | |
Variable (FSV) |
| hangs of the packet header. |
|
|
|
Packet trace |
| Data associated with the packet header to help tracing a packet in |
|
| the system. |
|
|
|
|
| Cisco IOS XR Advanced System Command Reference |
|
|
|
|
|
| |||
|
|
|
|
| |
|
|
|
|