![Cisco ASR 14000 Series Скачать руководство пользователя страница 559](http://html.mh-extra.com/html/cisco/asr-14000-series/asr-14000-series_management-command-reference_66667559.webp)
C i s c o C o n f i d e n t i a l - B e t a R e v i e w R 3 . 7. 1
Process and Memory Management Commands on Cisco IOS XR Software
show memory heap
SMR-557
Cisco ASR 14000 Series Router System Management Command Reference
OL-17231-01
allocs: 107, frees: 97
allocmem: 320, freemem: 512, overhead: 136
blocks: 1, blknodes: 26
Band size 40, element per block 22, nbuint 1
Completely free blocks: 0
Block alloced: 2, Block freed: 0
allocs: 98, frees: 74
allocmem: 960, freemem: 800, overhead: 240
blocks: 2, blknodes: 44
Band size 48, element per block 18, nbuint 1
Completely free blocks: 0
Block alloced: 1, Block freed: 0
allocs: 53, frees: 42
allocmem: 528, freemem: 336, overhead: 104
blocks: 1, blknodes: 18
Band size 56, element per block 16, nbuint 1
Completely free blocks: 0
Block alloced: 1, Block freed: 0
allocs: 8, frees: 4
allocmem: 224, freemem: 672, overhead: 96
blocks: 1, blknodes: 16
Band size 64, element per block 14, nbuint 1
Completely free blocks: 0
Block alloced: 1, Block freed: 0
allocs: 6, frees: 2
allocmem: 256, freemem: 640, overhead: 88
blocks: 1, blknodes: 14
Band size 72, element per block 12, nbuint 1
Completely free blocks: 0
Block alloced: 1, Block freed: 0
allocs: 1, frees: 0
allocmem: 72, freemem: 792, overhead: 80
blocks: 1, blknodes: 12
describes the significant fields shown in the display.
Table 66
show memory heap summary Field Descriptions
Field
Description
Malloc summary for pid
System defined process ID (pid).
Heapsize
Size of the heap as allocated from the system by the malloc
library.
allocd
Bytes allocated to the process.
free
Bytes available in the heap.
overhead
Malloc library overhead in bytes.
mallocs
Number of malloc calls.
reallocs
Number of realloc calls.
frees
Number of invocations to the caller interface provided in the
malloc library for deallocating the memory.
[core-allocs 1; core-frees 0]
Number of core memory units, the memory units in the
malloc library allocated by the system for the heap, allocated
and freed.
Band size
Small memory elements are arranged in bands. The band size
specifies the size of elements within the band.