Previous page

Next page

Locate page in Contents

Print this page

processesType

Summary:

Contains information about system processes.

Type specification:

Name

Min/Max

Type

Description

run

1..1

int

Number of processes in a "running" state.

zombie

1..1

int

Number of processes in a "zombie" state.

sleep

1..1

int

Number of processes in a "sleep" state.

uninterrupt

1..1

int

Number of processes in a "uninterrupt" state.

stopped

1..1

int

Number of processes in a "stopped" state.

total

1..1

int

Total number of processes.

Please send us your feedback on this help page