MPE/iX Shell and Utilities Reference Manual, Vol 2
ps(1) MPE/iX Shell and Utilities ps(1)
atime displays the abbreviated CPU time of the process. [TIME]
flags displays the process flags. [F]
gid displays the effective group ID of the process. [EGID]
pri displays the process priority. [PRI]
rgid displays the real group
ID of the process. [GID]
ruid displays the real user ID of the process. [UID]
sid displays the session ID of the process. [SID]
state displays the process state. [S]
stime displays the start time of the process. [STIME]
uid displays the effective user ID of the process. [EUID]
wchan displays the channel upon which the process is waiting. [WCHAN]
If you want to specify your own column heading instead of the defaults, put
=heading
after the name in the format list. For example,
ps -o args,ruser=WHO
displays the command and the real user name. The heading for the command column is the
default COMMAND but the heading for the user name column is WHO. If you specify = with no
heading, ps displays that column without a heading. If all columns have no heading, ps dis-
plays no heading line.
ENVIRONMENT VARIABLES
ps uses the following environment variable:
COLUMNS
contains the maximum number of columns to display on one line.
DIAGNOSTICS
Possible exit status values are:
0 Successful completion.
1 An error occurred.
Commands and Utilities 1-445