In the details view, you can get detailed information about all processes running on the device.
For each process, information about a number of properties is displayed:
Property | Description | Comment |
---|---|---|
PID | Process ID | Unique identifier for the process. |
PPID | Parent Process ID | Unique identifier for the parent process. |
USER | User running the service. | |
STAT | State Code. | |
VSZ | Virtual Memory Size. | |
VSZP | Virtual Memory Size Percentage. | |
CPU | CPU Percentage. | |
COMMAND | The command used to run the process. |