system-stats-show
This command is used to display information about system statistics.
Syntax system-stats-show
time date/time: yyyy-mm-ddThh:mm:ss |
Specifies a specific time and date to display statistics. |
start-time date/time: yyyy-mm-ddThh:mm:ss |
Specifies the start time of the system stats. |
end-time date/time: yyyy-mm-ddThh:mm:ss |
Specifies the end time of the system stats. |
duration duration: #d#h#m#s |
Specifies the duration in the format #d#h#m#s |
interval duration: #d#h#m#s |
Specifies the number of seconds to reprint the system stats to the CLI. |
older-than duration: #d#h#m#s |
Specifies stats older than a specific duration. |
within-last duration: #d#h#m#s |
Specifies stats that occurred within the last duration. |
uptime duration: #d#h#m#s |
Specifies the uptime of the switch. |
paging paging-number |
Specifies the number pages collected. |
Defaults None.
Access CLI
History
Version 1.2.1 |
Command introduced. |
Version 3.0.0 |
The parameter, cpu-total, added in the output. |
Version 6.1.0 |
The parameter, cpu-avg, added in the output. |
Usage Use this command to display system statistics.
Examples To display system statistics, use the following command:
CLI network-admin@switch > system-stats-show format all layout vertical
switch: switch1
uptime: 7h5m41s
used-mem: 54%
used-mem-val: 3.84G
used-swap: 0%
used-swap-val: 0
paging: 0
cpu-user: 4%
cpu-sys: 4%
cpu-total: 9%
cpu-idle: 90%
cpu-avg: 3%
The parameters in system-stats-show output are:
switch - The current switch of which the statistics are being displayed.
uptime - The amount of time for which the switch has been online.
used-mem - Percentage of memory used by the switch.
used-mem-val - The amount of memory used by the switch.
used-swap - The percentage of swap memory used by the switch.
used-swap-val - The amount of swap memory used by the switch.
paging - The swap scan rate.
cpu-user - The percentage of CPU usage associated with user processes.
cpu-sys - The percentage of CPU usage associated with system processes.
cpu-total - The total usage of the CPU in percentage.
cpu-idle - The percentage of CPU idle time.
cpu-avg - The average CPU usage (cpu-sys + cpu-user) over last 30 seconds.