|
|
Description:
|
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."
|
|
|
|