processStatus

HP-UNIX · .1.3.6.1.4.1.11.2.3.1.4.2.1.19

Object

column mandatory Enumeration
The process status.  SunOS - sleep(1), wait(2), run(3), 
idle (4), zombie(5), stop(6)

Context

MIB
HP-UNIX
OID
.1.3.6.1.4.1.11.2.3.1.4.2.1.19
Type
column
Access
readonly
Status
mandatory
Parent
processEntry

Walk 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::processStatus'
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::processStatus.<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::processStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1sleep
2run
3stop
4zombie
5other
6idle