struct
TaskStatusAcquire information about a task (process or thread) at runtime.
Constructors, destructors, conversion operators
- TaskStatus(int pid, int tid = -1) explicit
- Construct from process ID and optionally thread ID.
Public functions
Public variables
- int process_id
- Process ID.
- int task_id
- Process ID or thread ID.
- String name
- Thread name (set by user).
- State state
- Thread state.
- int processor
- Rrunning processor number.
- int priority
- Priority or nice value.
- uint64 utime
- Userspace time.
- uint64 stime
- System time.
- uint64 cutime
- Userspace time of dead children.
- uint64 cstime
- System time of dead children.
- uint64 ac_stamp
- Accounting stamp.