ps [-fhsl] [-o]...
The ps command lists the details all the processes running on a system. By default, the following details are displayed for each process:
Notes:
Whenever data is not accessible to the ps command, a ? symbol is displayed.
The total execution time is not listed on a Hardware Reference Platform (HRP) or a production device as the monitoring mechanism is optimised out of production ROMs.
The ps command supports the following options:
The following table describes the default column headers used be the ps command:
Column Header | Description |
---|---|
S |
Describes the state of the process. The only state supported by Symbian is Running . |
PID |
Indicates the process ID of the process. |
PRI |
Indicates the priority of the process. When the state of the process is suffixed by < it indicates that the process is of high priority. Otherwise, when the status is suffixed by N it indicates that the process is of low priority. |
ADDR |
Indicates the memory address of the process. |
SZ |
The size in blocks of the core image of the process. (1 block = 512 bytes). |
TIME |
The total execution time for the process. This is displayed in the following format: [dd-]hh:mm:ss |
CMD |
Indicates the command name (complete path of the executable used by the process). The complete path is displayed when you use the -f option. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.