process-cpu

Configures the EX3500‘s CPU (processor) utilization rising (upper) and falling (lower) threshold values. Once configured, the system sends a notification when the CPU utilization exceeds the specified rising limit or falls below the specified falling limit.

By customizing an EX3500‘s memory and CPU utilization‘s upper and lower thresholds, you can avoid over utilization of the EX3500's processor capacity when sharing network resources with an NX series service platform or a WiNG VM.

Supported in the following platforms:

  • Service Platforms — NX 95XX, NX 96XX, NX 7510

Syntax

process-cpu [falling-threshold|rising-threshold] <1-100>

Parameters

process-cpu [falling-threshold|rising-threshold] <1-100>
process-cpu Configures the EX3500‘s CPU utilization rising and falling threshold values. The system generates a notification when either of these limits is exceeded.
falling-threshold <1-100> Configures the falling threshold for the EX3500‘s CPU utilization
  • <1-100> – Specify the falling threshold as a percentage from 1 - 100. The default is 70%.
rising-threshold <1-100> Configures the rising threshold for the EX3500‘s CPU utilization
  • <1-100> – Specify the rising threshold as a percentage from 1 - 100. The default is 90%.

Example

nx9500-6C8809(config-ex3500-management-policy-test)#process-cpu falling-threshold 60
nx9500-6C8809(config-ex3500-management-policy-test)#process-cpu rising-threshold 80
nx9500-6C8809(config-ex3500-management-policy-test)#show context
ex3500-management-policy test
 http secure-server
 enable password level 3 7 12345678901020304050607080929291
 snmp-server notify-filter 1 remote 127.0.0.1
 memory falling-threshold 50
 memory rising-threshold 95
 process-cpu falling-threshold 60
 process-cpu rising-threshold 80
nx9500-6C8809(config-ex3500-management-policy-test)#

Related Commands

no (ex3500-management-policy-config-mode) Reverts the CPU utilization's falling-threshold and/or rising threshold to 70% and 90% respectively