C613-50170-01 Rev B
Command Reference for x510 Series
277
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
YSTEM
C
ONFIGURATION
AND
M
ONITORING
C
OMMANDS
SHOW
MEMORY
POOLS
show memory pools
Overview
This command shows the memory pools used by processes.
For information on filtering and saving command output, see the
with AlliedWare Plus” Feature Overview and Configuration Guide
Syntax
show memory pools [
<process>
]
Mode
User Exec and Privileged Exec
Example
To shows the memory pools used by processes, use the command:
awplus#
show memory pools
Output
Figure 7-12:
Example output from the
show memory pools
command
Related
Commands
Parameter
Description
<process>
Displays the memory pools used by the specified process.
awplus#show memory pools
Memory pools for imi
----------------------
Current 15290368 (peak 15290368)
Statically allocated memory:
- binary/exe : 1675264
- libraries : 8916992
- bss/global data : 2985984
- stack : 139264
Dynamically allocated memory (heap):
- total allocated : 1548288
- in use : 1479816
- non-mmapped : 1548288
- maximum total allocated : 1548288
- total free space : 68472
- releasable : 68200
- space in freed fastbins : 16
.
.
.