nmspmProcessPriority
QTECH-NMS-PROCESS-MIB ·
.1.3.6.1.4.1.34751.9.109.1.2.1.1.3
Object
column r/w
Enumeration
The priority level at which the process is running. This object is deprecated by nmspmProcExtPriorityRev.
Context
- MIB
- QTECH-NMS-PROCESS-MIB
- OID
.1.3.6.1.4.1.34751.9.109.1.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nmspmProcessEntry
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 'QTECH-NMS-PROCESS-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-PROCESS-MIB::nmspmProcessPriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-NMS-PROCESS-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-PROCESS-MIB::nmspmProcessPriority.<nmspmCPUTotalIndex>.<nmspmProcessPID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-NMS-PROCESS-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-NMS-PROCESS-MIB::nmspmProcessPriority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | critical |
55 | veryhigh |
60 | high |
128 | normal |
180 | low |
255 | verylow |