234
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.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 “Controlling “show”
Command Output” in the
“Getting Started with AlliedWare Plus” Feature Overview
and Configuration Guide
.
Syntax
show memory [<
stack-ID>
] [sort {size|peak|stk}]
Mode
User Exec and Privileged Exec
Usage
If this command is entered on the stack master, it will display corresponding
memory utilization information for all the stack members. A stack member
heading will display the information for every stack member device.
Example
To display the memory used by the current running processes, use the command:
awplus#
show memory
Output
Figure 5-9:
Example output from the
show memory
command
Parameter
Description
<
stack-ID
>
Stack member number, from 1 to 8.
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
Stack member 1:
RAM total: 514920 kB; free: 382716; buffers: 16368 kB
user processes
==============
pid name mem% size peak data stk
962 pss 6 33112 36260 27696 244
1 init 0 348 1092 288 84
797 syslog-ng 0 816 2152 752 84
803 klogd 0 184 1244 124 84
843 inetd 0 256 1256 136 84
...