
C613-50186-01 Rev B
Command Reference for AR2050V
244
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
YSTEM
C
ONFIGURATION
AND
M
ONITORING
C
OMMANDS
SHOW
MEMORY
show memory
Overview
This command displays the memory used by each process that is currently running
For information on filtering and saving command output, see the
with AlliedWare Plus” Feature Overview and Configuration Guide
Syntax
show memory [sort {size|peak|stk}]
Mode
User Exec and Privileged Exec
Example
To display the memory used by the current running processes, use the command:
awplus#
show memory
Output
Figure 6-7:
Example output from
show memory
Parameter
Description
sort
Changes the sorting order for the list of processes. If you do not
specify this, then the list is sorted by percentage memory
utilization.
size
Sort by the amount of memory the process is
currently using.
peak
Sort by the amount of memory the process is
currently using.
stk
Sort by the stack size of the process.
awplus#show memory
RAM total: 824680 kB; free: 635032 kB; buffers: 20272 kB
user processes
==============
pid name mem% size(kB) peak(kB) data(kB) stk(kB) virt(kB)
1443 squid 1.9 16408 299768 23568 264 299768
1441 squid 1.9 16416 299776 23568 272 299776
1440 squid 1.9 16416 299776 23568 272 299776
1439 squid 1.9 16416 299776 23568 272 299776
1438 squid 1.9 16152 298928 23568 264 298864
1226 imi 1.3 10968 23104 2760 160 22912
1228 hsl 1.2 10512 692944 608160 144 631856
2156 imish 1.0 8856 158456 75904 160 94696
1221 nsm 1.0 9008 21696 1968 152 21632
1296 ospfd 0.8 6936 19144 1016 144 19080
1293 bgpd 0.8 7264 19184 1168 152 19120
1291 pimd 0.8 6600 20992 2944 144 20928
1283 ripd 0.8 6640 18328 944 152 18256
...