System Configuration and Monitoring Commands
©2008 Allied Telesis Inc. All rights reserved.
8.22
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
show memory pools
This command shows the memory pools used by processes.
Syntax
show memory pools
[
PROCESS
]
Mode
Exec mode and Privileged Exec mode
Output
Figure 8-7: Example output from the
show memory pools
command
Example
To shows the memory pools used by processes, use the command:
awplus#
show memory pools
Related Commands
show memory allocations
show memory history
Parameter
Description
PROCESS
Displays the memory pools used by the specified process.
Memory pools for BGP
----------------------
name bgpd; pid 1207; size 1996; peak 8640; data 2012; stack 84
pool allocated
---- ---------
LDP Id 296
Memory diagnostics 2508
Message of The Day 96
Host config 8
Link list 320
Rmap 64
Temporary memory 113440
Vector 21992
.
.
.
Application Total (kb) 283
Parameter
Description
name
Short name used to describe the process.
pid
Identifier for the process.
size
Amount of memory in kB used by the process.
peak
Peak amount of memory in kB ever used by the process.
data
Amount of memory in kB used for data.
stack
The stack size in kB.