Users Guide

The util-threshold cpu command allows you to configure the high and low threshold values. Before configuring the
threshold values, configure a syslog server to collect and store the syslog messages. To view the configured CPU utilization
thresholds, use the show util-threshold cpu command.
NOTE: During image installation, upgrade, or reload with default threshold values, CPU utilization might cross the threshold
values and therefore trigger alarms. These alarms eventually clear after the installation, upgrade, or reload is completed.
Example of configuring CPU utilization threshold values
OS10# configure terminal
OS10(config)# logging server 10.10.10.11
OS10(config)# util-threshold cpu 1min high 10 low 5
OS10(config)# util-threshold cpu 5min high 80 low 70
OS10(config)# exit
OS10# show util-threshold cpu
Processor 5Sec(%) 1Min(%) 5Min(%)
High Low High Low High Low
==================================================
Overall 0 0 10 5 80 70
CPU Utilization commands
show processes cpu
Displays information about CPU usage for processes running in the system.
Syntax
show processes cpu {summary | num-of-tasks}
Parameters
summaryDisplay a summary of CPU usage.
num-of-tasksSpecify the number of tasks to display in order of the highest CPU usage in the
past 5 seconds, 1 minute, and 5 minutes. The valid values are from 1 to 99.
Defaults None
Command Mode EXEC
Usage
Information
None
Example
(summary)
OS10# show processes cpu summary
CPU Utilization 5Sec(%) 1Min(%) 5Min(%)
------------------------------------------------------
UNIT1 7.79 7.61 7.79
Example (number
of tasks)
OS10# show processes cpu 4
CPU Statistics of Unit 1
========================
CPUID 5Sec(%) 1Min(%) 5Min(%)
-------------------------------------------
Overall 9.09 8.58 9.09
PID Process Runtime(s) 5sec(%) 1min(%) 5min(%)
1387 dn_sm 243346 1.4 1.4 1.4
955 dn_pas_svc 243354 0.6 0.6 0.6
959 dn_dot1x 243354 0.2 0.2 0.2
1374 dn_lacp 243346 0.2 0.2 0.2
Supported
Releases
10.5.2.0 or later
1822 Troubleshoot Dell EMC SmartFabric OS10