Single character denoting the scheduling state of the process
(resp. the 'representative' LWP). Useful values are:
O Process is running on a processor.
S Sleeping: process is waiting for an event to complete.
R Runnable: process is on run queue.
I Idle: process is being created.
Z Zombie state: process terminated and parent not waiting.
T Traced: process stopped by a signal because parent is
tracing it.
X SXBRK state: process is waiting for more primary memory.
Parsed from file Unix.mib.txt
Company: cai
Module: SNI-UNIX-MIB
Vendor: Computer Associates
Module: SNI-UNIX-MIB (Unix.mib)
Type: TABULAR
Access: read-only
Syntax: DisplayString
Automatically extracted from www.mibdepot.com
sniUXProcessState OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Single character denoting the scheduling state of the process (resp. the 'representative' LWP). Useful values are: O Process is running on a processor. S Sleeping: process is waiting for an event to complete. R Runnable: process is on run queue. I Idle: process is being created. Z Zombie state: process terminated and parent not waiting. T Traced: process stopped by a signal because parent is tracing it. X SXBRK state: process is waiting for more primary memory." ::= { sniUXProcessEntry 11 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.231.2.10.2.5.4.10.1.1 | sniUXProcessIndex | 0 | 0 | Index into the process table. Should correspond to sniProcessIndex. |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.2 | sniUXProcessName | 0 | 0 | Name of the process without path and argument information |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.3 | sniUXProcessArguments | 0 | 0 | Initial characters of arg list |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.4 | sniUXProcessOwner | 0 | 0 | Name of the process owner |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.5 | sniUXProcessPID | 0 | 0 | Unique process ID |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.6 | sniUXProcessPPID | 0 | 0 | Process ID of the parent process |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.7 | sniUXProcessPriority | 0 | 0 | Priority of the process (high value == high priority) resp. the 'representative' LWP |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.8 | sniUXProcessStart | 0 | 0 | Process time in seconds since epoch |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.9 | sniUXProcessCPUTime | 0 | 0 | usr+sys cpu time of the process in seconds |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.10 | sniUXProcessClass | 0 | 0 | Scheduling class name of the process (resp. the 'representative' LWP) |
1.3.6.1.4.1.231.2.10.2.5.4.10.1.12 | sniUXProcessor | 0 | 0 | Processor on which the process (resp. the 'representative' LWP) is running, starting with 0 |