All MIBs › UCD-SNMP-MIB › ssCpuIdle
ssCpuIdle
Module: UCD-SNMP-MIB
OID (symbolic): UCD-SNMP-MIB::ssCpuIdle
OID (numeric): 1.3.6.1.4.1.2021.11.11
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description:
The percentage of processor time spent idle, calculated over the last minute.
This object has been deprecated in favour of 'ssCpuRawIdle(53)', which can be used to calculate the same metric, but over any desired time period.
What is ssCpuIdle?
This read-only counter indicates the percentage of CPU time spent idle (not executing any process) calculated over the previous minute interval. This is a historical metric that helps identify periods of system underutilization or overload. System administrators use this deprecated object (newer raw counters are preferred) to assess CPU load trends on monitored hosts.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2021.11.11 snmpwalk -v2c -c public <target> UCD-SNMP-MIB::ssCpuIdle
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2021.11.11.1 snmpget -v2c -c public <target> UCD-SNMP-MIB::ssCpuIdle.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2021 | ucdavis | UCD-SNMP-MIB |
| 1.3.6.1.4.1.2021.11 | systemStats | UCD-SNMP-MIB |
| 1.3.6.1.4.1.2021.11.11 | ssCpuIdle | UCD-SNMP-MIB |