sysCpuStatus
MPIOS-MIB ·
.1.3.6.1.4.1.5651.3.20.1.1.3.1
Object
scalar r/w
Enumeration
This is the status of collecting CPU utilization rate which include two status: spyCpu (2), noSpyCpu(1), if you want to get cpuUtilTable and cpuTaskTable, you must make status to spy cpu
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysCpuStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPIOS-MIB::sysCpuStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noSpyCpu |
2 | spyCpu |