cpmCPUThresholdClass
CISCO-PROCESS-MIB ·
.1.3.6.1.4.1.9.9.109.1.2.4.1.1
Object
column Enumeration
Value of this object indicates the type of utilization, which is monitored. The total(1) indicates the total CPU utilization, interrupt(2) indicates the the CPU utilization in interrupt context and process(3) indicates the CPU utilization in the process level execution context.
Context
- MIB
- CISCO-PROCESS-MIB
- OID
.1.3.6.1.4.1.9.9.109.1.2.4.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cpmCPUThresholdEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PROCESS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PROCESS-MIB::cpmCPUThresholdClass'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-PROCESS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PROCESS-MIB::cpmCPUThresholdClass.<cpmCPUTotalIndex>.<cpmCPUThresholdClass>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-PROCESS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-PROCESS-MIB::cpmCPUThresholdClass'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | total |
2 | interrupt |
3 | process |