processFlags
HP-UNIX ·
.1.3.6.1.4.1.11.2.3.1.4.2.1.18
Object
column mandatory
Enumeration
Flags associated with process. SunOS - values found in /usr/include/sys/proc.h.
Context
- MIB
- HP-UNIX
- OID
.1.3.6.1.4.1.11.2.3.1.4.2.1.18- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- processEntry
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 'HP-UNIX' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-UNIX::processFlags'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-UNIX' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-UNIX::processFlags.<processPID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-UNIX' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-UNIX::processFlags'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | incore |
2 | sys |
4 | locked |
8 | trace |
16 | trace2 |