C613-50170-01 Rev B
Command Reference for x510 Series
273
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
YSTEM
C
ONFIGURATION
AND
M
ONITORING
C
OMMANDS
SHOW
MEMORY
ALLOCATIONS
show memory allocations
Overview
This command displays the memory allocations used by processes.
For information on filtering and saving command output, see the
with AlliedWare Plus” Feature Overview and Configuration Guide
Syntax
show memory allocations [
<process>
]
Mode
User Exec and Privileged Exec
Example
To display the memory allocations used by all processes on your device, use the
command:
awplus#
show memory allocations
Output
Figure 7-10:
Example output from the
show memory allocations
command
Parameter
Description
<process>
Displays the memory allocation used by the specified process.
awplus#show memory allocations
Memory allocations for imi
-----------------------------
Current 15093760 (peak 15093760)
Statically allocated memory:
- binary/exe : 1675264
- libraries : 8916992
- bss/global data : 2985984
- stack : 139264
Dynamically allocated memory (heap):
- total allocated : 1351680
- in use : 1282440
- non-mmapped : 1351680
- maximum total allocated : 1351680
- total free space : 69240
- releasable : 68968
- space in freed fastbins : 16
Context
filename:line allocated freed
+ lib.c:749 484
.
.
.