OcNOS-RON : System Management Guide : System Management Command Reference : Software Monitoring and Reporting : show system resources
show system resources
Use this command to display the system’s current resources.
Command Syntax
show system resources (iteration <1-5>|)
Parameters
<1-5>
The number of times to check the resources before they are displayed.
Command Mode
Execution mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
DELL-6K3#show system resources
load average: 0.11, 0.08, 0.05
Tasks: 113 total, 1 running, 112 sleeping, 0 stopped, 0 zombie
%Cpu(s): 1.1 us, 0.4 sy, 0.0 ni, 98.5 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem: 8181040 total, 736124 used, 7444916 free, 133012 buffers
 
 
#show system resources iteration 5
load average: 0.03, 0.06, 0.05
Tasks: 112 total, 3 running, 109 sleeping, 0 stopped, 0 zombie
%Cpu(s): 1.0 us, 0.6 sy, 0.0 ni, 98.4 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem: 8181040 total, 736608 used, 7444432 free, 132976 buffers
KiB Swap: 0 total, 0 used, 0 free. 252416 cached Mem
 
 
Table 19-36 explains the output fields.
 
Table 19-36: show system resource fields
Entry
Description
Load Average
Number of processes that are running. The average reflects the system load the past 1, 5, and 15 minutes.
Tasks
Number of processes in the system and how many processes are actually running when the command is issued.
CPU
Displays the CPU utilization information for processes on the device.
KiB Mem
The memory field (Mem) shows the virtual memory used by processes. The value in the memory field is in KB and MB, and is broken down as follows:
 
Total: The total amount of available virtual memory, in kibibytes (KiBs).
 
Used:The total amount of used virtual memory, in kibibytes (KiBs).
 
Free: The total amount of free virtual memory, in kibibytes (KiBs)
 
Buffers: The size of the memory buffer used to hold data recently called from disk.
KiB Swap
The Swap field shows the total swap space available and how much is unused and is broken down as follows:
 
Total: The total amount of available swap memory, in kibibytes (KiBs).
 
Used: The total amount of used swap memory, in kibibytes (KiBs).
 
Free: The total amount of free swap memory, in kibibytes (KiBs).
 
Cache Memory: Memory that is not associated with any program and does not need to be swapped before being reused.
 
Last modified date: 08/28/2023