The process state for this process.
Parsed from file SHIVA-PROC-MIB.mib
Module: SHIVA-PROC-MIB
processState OBJECT-TYPE SYNTAX INTEGER { current(1), ready(3), recv(4), sleep(5), susp(6), wait(7), rtim(8) } ACCESS read-only STATUS mandatory DESCRIPTION "The process state for this process." ::= { processEntry 3 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.1035.301.2.7.1.1 | processID | 0 | 0 | The unique number identifying this process. |
1.3.6.1.4.1.1035.301.2.7.1.2 | processName | 0 | 0 | The name of the process associated with the process ID. |
1.3.6.1.4.1.1035.301.2.7.1.4 | processPriority | 0 | 0 | The process priority for this process. A higher number means a higher priority. |
1.3.6.1.4.1.1035.301.2.7.1.5 | processStackStart | 0 | 0 | Lowest address of the process stack. |
1.3.6.1.4.1.1035.301.2.7.1.6 | processStackEnd | 0 | 0 | The highest address of the process stack. |
1.3.6.1.4.1.1035.301.2.7.1.7 | processStackUsed | 0 | 0 | The number of bytes of stack the process is using. |
1.3.6.1.4.1.1035.301.2.7.1.8 | processStackLength | 0 | 0 | The number of bytes of stack available to the process. |
1.3.6.1.4.1.1035.301.2.7.1.9 | processSemaphore | 0 | 0 | Semaphore number that the process is waiting on. Blank if none. |
1.3.6.1.4.1.1035.301.2.7.1.10 | processRuntime | 0 | 0 | Process runtime. |