ps - Man Page

report a snapshot of the current processes.

Examples (TL;DR)

Synopsis

ps [options]

Description

ps displays information about a selection of the active processes.  If you want a repetitive update of the selection and the displayed information, use top instead.

This version of ps accepts several kinds of options:

  1. UNIX options, which may be grouped and must be preceded by a dash.
  2. BSD options, which may be grouped and must not be used with a dash.
  3. GNU long options, which are preceded by two dashes.

Options of different types may be freely mixed, but conflicts can appear. There are some synonymous options, which are functionally identical, due to the many standards and ps implementations that this ps is compatible with.

By default, ps selects all processes with the same effective user ID (euid=EUID) as the current user and associated with the same terminal as the invoker.  It displays the process ID (pid=PID), the terminal associated with the process (tname=TTY), the cumulated CPU time in [DD-]hh:mm:ss format (time=TIME), and the executable name (ucmd=CMD).  Output is unsorted by default.

The use of BSD-style options will add process state (stat=STAT) to the default display and show the command args (args=COMMAND) instead of the executable name.  You can override this with the PS_FORMAT environment variable.  The use of BSD-style options will also change the process selection to include processes on other terminals (TTYs) that are owned by you; alternately, this may be described as setting the selection to be the set of all processes filtered to exclude processes owned by other users or not on a terminal.  These effects are not considered when options are described as being "identical" below, so -M will be considered identical to Z and so on.

Except as described below, process selection options are additive.  The default selection is discarded, and then the selected processes are added to the set of processes to be displayed.  A process will thus be shown if it meets any of the given selection criteria.

Examples

To see every process on the system using standard syntax:

ps -e
ps -ef
ps -eF
ps -ely

To see every process on the system using BSD syntax:

ps ax
ps axu

To print a process tree:

ps -ejH
ps axjf

To get info about threads:

ps -eLf
ps axms

To get security info:

ps -eo euser,ruser,suser,fuser,f,comm,label
ps axZ
ps -eM

To see every process running as root (real & effective ID) in user format:

ps -U root -u root u

To see every process with a user-defined format:

ps -eo pid,tid,class,rtprio,ni,pri,psr,pcpu,stat,wchan:14,comm
ps axo stat,euid,ruid,tty,tpgid,sess,pgrp,ppid,pid,pcpu,comm
ps -Ao pid,tt,user,fname,tmout,f,wchan

Print only the process IDs of syslogd:

ps -C syslogd -o pid=

Print only the name of PID 42:

ps -q 42 -o comm=

Simple Process Selection

a

Lift the BSD-style "only yourself" restriction, which is imposed upon the set of all processes when some BSD-style (without "-") options are used or when the ps personality setting is BSD-like.  The set of processes selected in this manner is in addition to the set of processes selected by other means.  An alternate description is that this option causes ps to list all processes with a terminal (tty), or to list all processes when used together with the x option.

-A

Select all processes.  Identical to -e.

-a

Select all processes except both session leaders (see getsid(2)) and processes not associated with a terminal.

-d

Select all processes except session leaders.

--deselect

Select all processes except those that fulfill the specified conditions (negates the selection).  Identical to -N.

-e

Select all processes.  Identical to -A.

g

Really all, even session leaders.  This flag is obsolete and may be discontinued in a future release.  It is normally implied by the a flag, and is only useful when operating in the sunos4 personality.

-N

Select all processes except those that fulfill the specified conditions (negates the selection).  Identical to --deselect.

T

Select all processes associated with this terminal.  Identical to the t option without any argument.

r

Restrict the selection to only running processes.

x

Lift the BSD-style "must have a tty" restriction, which is imposed upon the set of all processes when some BSD-style (without "-") options are used or when the ps personality setting is BSD-like.  The set of processes selected in this manner is in addition to the set of processes selected by other means.  An alternate description is that this option causes ps to list all processes owned by you (same EUID as ps), or to list all processes when used together with the a option.

Process Selection by List

These options accept a single argument in the form of a blank-separated or comma-separated list.  They can be used multiple times.  For example: ps -p "1 2" -p 3,4

123

Identical to --pid 123.

+123

Identical to --sid 123.

-123

Select by process group ID (PGID).

-C cmdlist

Select by command name.  This selects the processes whose executable name is given in cmdlist. NOTE: The command name is not the same as the command line. Previous versions of procps and the kernel truncated this command name to 15 characters. This limitation is no longer present in both. If you depended on matching only 15 characters, you may no longer get a match.

-G grplist

Select by real group ID (RGID) or name.  This selects the processes whose real group name or ID is in the grplist list.  The real group ID identifies the group of the user who created the process, see getgid(2).

-g grplist

Select by session OR by effective group name.  Selection by session is specified by many standards, but selection by effective group is the logical behavior that several other operating systems use.  This ps will select by session when the list is completely numeric (as sessions are).  Group ID numbers will work only when some group names are also specified.  See the -s and --group options.

--Group grplist

Select by real group ID (RGID) or name.  Identical to -G.

--group grplist

Select by effective group ID (EGID) or name.  This selects the processes whose effective group name or ID is in grplist. The effective group ID describes the group whose file access permissions are used by the process (see getegid(2)). The -g option is often an alternative to --group.

p pidlist

Select by process ID.  Identical to -p and --pid.

-p pidlist

Select by PID.  This selects the processes whose process ID numbers appear in pidlist. Identical to p and --pid.

--pid pidlist

Select by process ID.  Identical to -p and p.

--ppid pidlist

Select by parent process ID.  This selects the processes with a parent process ID in pidlist. That is, it selects processes that are children of those listed in pidlist.

q pidlist

Select by process ID (quick mode).  Identical to -q and --quick-pid.

-q pidlist

Select by PID (quick mode). This selects the processes whose process ID numbers appear in pidlist. With this option ps reads the necessary info only for the pids listed in the pidlist and doesn't apply additional filtering rules. The order of pids is unsorted and preserved. No additional selection options, sorting and forest type listings are allowed in this mode. Identical to q and --quick-pid.

--quick-pid pidlist

Select by process ID (quick mode).  Identical to -q and q.

-s sesslist

Select by session ID.  This selects the processes with a session ID specified in sesslist.

--sid sesslist

Select by session ID.  Identical to -s.

t ttylist

Select by tty.  Nearly identical to -t and --tty, but can also be used with an empty ttylist to indicate the terminal associated with ps. Using the T option is considered cleaner than using t with an empty ttylist.

-t ttylist

Select by tty.  This selects the processes associated with the terminals given in ttylist. Terminals (ttys, or screens for text output) can be specified in several forms: /dev/ttyS1, ttyS1, S1.  A plain "-" may be used to select processes not attached to any terminal.

--tty ttylist

Select by terminal.  Identical to -t and t.

U userlist

Select by effective user ID (EUID) or name.  This selects the processes whose effective user name or ID is in userlist. The effective user ID describes the user whose file access permissions are used by the process (see geteuid(2)). Identical to -u and --user.

-U userlist

Select by real user ID (RUID) or name.  It selects the processes whose real user name or ID is in the userlist list.  The real user ID identifies the user who created the process, see getuid(2).

-u userlist

Select by effective user ID (EUID) or name.  This selects the processes whose effective user name or ID is in userlist.

The effective user ID describes the user whose file access permissions are used by the process (see geteuid(2)). Identical to U and --user.

--User userlist

Select by real user ID (RUID) or name.  Identical to -U.

--user userlist

Select by effective user ID (EUID) or name.  Identical to -u and U.

Output Format Control

These options are used to choose the information displayed by ps. The output may differ by personality.

-c

Show different scheduler information for the -l option.

--context

Display security context format (for SELinux).

-f

Do full-format listing.  This option can be combined with many other UNIX-style options to add additional columns.  It also causes the command arguments to be printed.  When used with -L, the NLWP (number of threads) and LWP (thread ID) columns will be added.  See the c option, the format keyword args, and the format keyword comm.

-F

Extra full format.  See the -f option, which -F implies.

--format format

user-defined format.  Identical to -o and o.

j

BSD job control format.

-j

Jobs format.

l

Display BSD long format.

-l

Long format.  The -y option is often useful with this.

-M

Add a column of security data.  Identical to Z (for SELinux).

O format

is preloaded o (overloaded).  The BSD O option can act like -O (user-defined output format with some common fields predefined) or can be used to specify sort order.  Heuristics are used to determine the behavior of this option.  To ensure that the desired behavior is obtained (sorting or formatting), specify the option in some other way (e.g.  with -O or --sort). When used as a formatting option, it is identical to -O, with the BSD personality.

-O format

Like -o, but preloaded with some default columns.  Identical to -o pid,format,state,tname,time,command or -o pid,format,tname,time,cmd, see -o below.

o format

Specify user-defined format.  Identical to -o and --format.

-o format

User-defined format. format is a single argument in the form of a blank-separated or comma-separated list, which offers a way to specify individual output columns.  The recognized keywords are described in the Standard Format Specifiers section below.  Headers may be renamed (ps -o pid,ruser=RealUser -o comm=Command) as desired. If all column headers are empty (ps -o pid= -o comm=) then the header line will not be output.  Column width will increase as needed for wide headers; this may be used to widen up columns such as WCHAN (ps -o pid,wchan=WIDE-WCHAN-COLUMN -o comm). Explicit width control (ps opid,wchan:42,cmd) is offered too.  The behavior of ps -o pid=X,comm=Y varies with personality; output may be one column named "X,comm=Y" or two columns named "X" and "Y".  Use multiple -o options when in doubt.  Use the PS_FORMAT environment variable to specify a default as desired; DefSysV and DefBSD are macros that may be used to choose the default UNIX or BSD columns.

-P

Add a column showing psr.

s

Display signal format.

u

Display user-oriented format.

v

Display virtual memory format.

X

Register format.

-y

Do not show flags; show rss in place of addr.  This option can only be used with -l.

Z

Add a column of security data.  Identical to -M (for SELinux).

Output Modifiers

c

Show the true command name.  This is derived from the name of the executable file, rather than from the argv value.  Command arguments and any modifications to them are thus not shown.  This option effectively turns the args format keyword into the comm format keyword; it is useful with the -f format option and with the various BSD-style format options, which all normally display the command arguments.  See the -f option, the format keyword args, and the format keyword comm.

--cols n

Set screen width.

--columns n

Set screen width.

--cumulative

Include some dead child process data (as a sum with the parent).

-D format

Set the date format of the lstart field to format. This format is parsed by strftime(3) and should be a maximum of 24 characters to not mis-align columns.

--date-format format

Identical to -D.

e

Show the environment after the command.

f

ASCII art process hierarchy (forest).

--forest

ASCII art process tree.

h

No header.  (or, one header per screen in the BSD personality).  The h option is problematic.  Standard BSD ps uses this option to print a header on each page of output, but older Linux ps uses this option to totally disable the header.  This version of ps follows the Linux usage of not printing the header unless the BSD personality has been selected, in which case it prints a header on each page of output. Regardless of the current personality, you can use the long options --headers and --no-headers to enable printing headers each page or disable headers entirely, respectively.

-H

Show process hierarchy (forest).

--headers

Repeat header lines, one per page of output.

k spec

Specify sorting order.  Sorting syntax is [+|-]key[,[+|-]key[,...]]. Choose a multi-letter key from the Standard Format Specifiers section.  The "+" is optional since default direction is increasing numerical or lexicographic order.  Identical to --sort.

Examples:
ps jaxkuid,-ppid,+pid
ps axk comm o comm,args
ps kstart_time -ef

--lines n

Set screen height.

n

Numeric output for WCHAN and USER (including all types of UID and GID).

--no-headers

Print no header line at all. --no-heading is an alias for this option.

O order

Sorting order (overloaded). The BSD O option can act like -O (user-defined output format with some common fields predefined) or can be used to specify sort order.  Heuristics are used to determine the behavior of this option.  To ensure that the desired behavior is obtained (sorting or formatting), specify the option in some other way (e.g.  with -O or --sort).

For sorting, obsolete BSD O option syntax is O[+|-]k1[,[+|-]k2[,...]]. It orders the processes listing according to the multilevel sort specified by the sequence of one-letter short keys k1,k2, ... described in the Obsolete Sort Keys section below.  The "+" is currently optional, merely re-iterating the default direction on a key, but may help to distinguish an O sort from an O format.  The "-" reverses direction only on the key it precedes.

--rows n

Set screen height.

S

Sum up some information, such as CPU usage, from dead child processes into their parent.  This is useful for examining a system where a parent process repeatedly forks off short-lived children to do work.

--sort spec

Specify sorting order.  Sorting syntax is [+|-]key[,[+|-]key[,...]]. Choose a multi-letter key from the Standard Format Specifiers section.  The "+" is optional since default direction is increasing numerical or lexicographic order.  Identical to k. For example: ps jax --sort=uid,-ppid,+pid

--signames

Show signal masks using abbreviated signal names and expands the collumn. If the column width cannot show all signals, the column will end with a plus "+". Columns with only a hyphen have no signals.

w

Wide output.  Use this option twice for unlimited width.

-w

Wide output.  Use this option twice for unlimited width.

--width n

Set screen width.

Thread Display

H

Show threads as if they were processes.

-L

Show threads, possibly with LWP and NLWP columns.

m

Show threads after processes.

-m

Show threads after processes.

-T

Show threads, possibly with SPID column.

Other Information

--help section

Print a help message.  The section argument can be one of simple, list, output, threads, misc, or all. The argument can be shortened to one of the underlined letters as in: s|l|o|t|m|a.

--info

Print debugging info.

L

List all format specifiers.

V

Print the procps-ng version.

-V

Print the procps-ng version.

--version

Print the procps-ng version.

Notes

This ps works by reading the virtual files in /proc.  This ps does not need to be setuid kmem or have any privileges to run.  Do not give this ps any special permissions.

CPU usage is currently expressed as the percentage of time spent running during the entire lifetime of a process.  This is not ideal, and it does not conform to the standards that ps otherwise conforms to.  CPU usage is unlikely to add up to exactly 100%.

The SIZE and RSS fields don't count some parts of a process including the page tables, kernel stack, struct thread_info, and struct task_struct.  This is usually at least 20 KiB of memory that is always resident.  SIZE is the virtual size of the process (code+data+stack).

Processes marked <defunct> are dead processes (so-called "zombies") that remain because their parent has not destroyed them properly.  These processes will be destroyed by init(8) if the parent process exits.

If the length of the username is greater than the width of the display column, the username will be truncated.  See the -o and -O formatting options to customize length.

Commands options such as ps -aux are not recommended as it is a confusion of two different standards. According to the POSIX and UNIX standards, the above command asks to display all processes with a TTY (generally the commands users are running) plus all processes owned by a user named x.  If that user doesn't exist, then ps will assume you really meant "ps aux".

Process Flags

The sum of these values is displayed in the "F" column, which is provided by the flags output specifier:

1

forked but didn't exec

4

used super-user privileges

Process State Codes

Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will display to describe the state of a process:

D

uninterruptible sleep (usually IO)

I

Idle kernel thread

R

running or runnable (on run queue)

S

interruptible sleep (waiting for an event to complete)

T

stopped by job control signal

t

stopped by debugger during the tracing

W

paging (not valid since the 2.6.xx kernel)

X

dead (should never be seen)

Z

defunct ("zombie") process, terminated but not reaped by its parent

For BSD formats and when the stat keyword is used, additional characters may be displayed:

<

high-priority (not nice to other users)

N

low-priority (nice to other users)

L

has pages locked into memory (for real-time and custom IO)

s

is a session leader

l

is multi-threaded (using CLONE_THREAD, like NPTL pthreads do)

+

is in the foreground process group

Obsolete Sort Keys

These keys are used by the BSD O option (when it is used for sorting).  The GNU --sort option doesn't use these keys, but the specifiers described below in the Standard Format Specifiers section.  Note that the values used in sorting are the internal values ps uses and not the "cooked" values used in some of the output format fields (e.g.  sorting on tty will sort into device number, not according to the terminal name displayed).  Pipe ps output into the sort(1) command if you want to sort the cooked values.

KEYLONGDescription
ccmdsimple name of executable
Cpcpucpu utilization
fflagsflags as in long format F field
gpgrpprocess group ID
Gtpgidcontrolling tty process group ID
jcutimecumulative user time
Jcstimecumulative system time
kutimeuser time
mmin_fltnumber of minor page faults
Mmaj_fltnumber of major page faults
ncmin_fltcumulative minor page faults
Ncmaj_fltcumulative major page faults
osessionsession ID
ppidprocess ID
Pppidparent process ID
rrssresident set size
Rresidentresident pages
ssizememory size in kilobytes
Sshareamount of shared pages
tttythe device number of the controlling tty
Tstart_timetime process was started
Uuiduser ID number
uuseruser name
vvsizetotal VM size in KiB
yprioritykernel scheduling priority

AIX Format Descriptors

This ps supports AIX format descriptors, which work somewhat like the formatting codes of printf(1) and printf(3). For example, the normal default output can be produced with this: ps -eo "%p %y %x %c". The NORMAL codes are described in the next section.

CODENORMALHEADER
%Cpcpu%CPU
%GgroupGROUP
%PppidPPID
%UuserUSER
%aargsCOMMAND
%ccommCOMMAND
%grgroupRGROUP
%nniceNI
%ppidPID
%rpgidPGID
%tetimeELAPSED
%uruserRUSER
%xtimeTIME
%yttyTTY
%zvszVSZ

Standard Format Specifiers

Here are the different keywords that may be used to control the output format (e.g., with option -o) or to sort the selected processes with the GNU-style --sort option.

For example: ps -eo pid,user,args --sort user

This version of ps tries to recognize most of the keywords used in other implementations of ps.

The following user-defined format specifiers may contain spaces: args, cmd, comm, command, fname, ucmd, ucomm, lstart, bsdstart, start.

Some keywords may not be available for sorting.

CODEHEADERDescription
%cpu%CPUcpu utilization of the process in "##.#" format.  Currently, it is the CPU time used divided by the time the process has been running (cputime/realtime ratio), expressed as a percentage.  It will not add up to 100% unless you are lucky.  (alias pcpu).
%mem%MEMratio of the process's resident set size  to the physical memory on the machine, expressed as a percentage.  (alias pmem).
ag_idAGIDThe autogroup identifier associated with a process which operates in conjunction with the CFS scheduler to improve interactive desktop performance.
ag_niceAGNIThe autogroup nice value which affects scheduling of all processes in that group.
argsCOMMANDcommand with all its arguments as a string. Modifications to the arguments may be shown.  The output in this column may contain spaces.  A process marked <defunct> is partly dead, waiting to be fully destroyed by its parent. Sometimes the process args will be unavailable; when this happens, ps will instead print the executable name in brackets.  (alias cmd, command). See also the comm format keyword, the -f option, and the c option.
When specified last, this column will extend to the edge of the display.  If ps can not determine display width, as when output is redirected (piped) into a file or another command, the output width is undefined (it may be 80, unlimited, determined by the TERM variable, and so on).  The COLUMNS environment variable or --cols option may be used to exactly determine the width in this case.  The w or -w option may be also be used to adjust width.
blockedBLOCKEDmask of the blocked signals, see signal(7). According to the width of the field, a 32 or 64-bit mask in hexadecimal format is displayed, unless the --signames option is used.  (alias sig_block, sigmask).
bsdstartSTARTtime the command started.  If the process was started less than 24 hours ago, the output format is " HH:MM", else it is " Mmm:SS" (where Mmm is the three letters of the month).  See also lstartstartstart_time, and stime.
bsdtimeTIMEaccumulated cpu time, user + system.  The display format is usually "MMM:SS", but can be shifted to the right if the process used more than 999 minutes of cpu time.
cCprocessor utilization. Currently, this is the integer value of the percent usage over the lifetime of the process.  (see %cpu).
caughtCAUGHTmask of the caught signals, see signal(7). According to the width of the field, a 32 or 64 bits mask in hexadecimal format is displayed, unless the --signames option is used.  (alias sig_catch, sigcatch).
cgnameCGNAMEdisplay name of control groups to which the process belongs.
cgroupCGROUPdisplay control groups to which the process belongs.
cgroupnsCGROUPNSUnique inode number describing the namespace the process belongs to. See namespaces(7).
classCLSscheduling class of the process.  (alias policy, cls). Field's possible values are:
-not reported
TSSCHED_OTHER
FFSCHED_FIFO
RRSCHED_RR
BSCHED_BATCH
ISOSCHED_ISO
IDLSCHED_IDLE
DLNSCHED_DEADLINE
?unknown value
clsCLSscheduling class of the process.  (alias policy, cls). Field's possible values are:
-not reported
TSSCHED_OTHER
FFSCHED_FIFO
RRSCHED_RR
BSCHED_BATCH
ISOSCHED_ISO
IDLSCHED_IDLE
DLNSCHED_DEADLINE
?unknown value
cmdCMDsee args. (alias args, command).
commCOMMANDcommand name (only the executable name).  The output in this column may contain spaces. (alias ucmd, ucomm). See also the args format keyword, the -f option, and the c option.
When specified last, this column will extend to the edge of the display.  If ps can not determine display width, as when output is redirected (piped) into a file or another command, the output width is undefined (it may be 80, unlimited, determined by the TERM variable, and so on).  The COLUMNS environment variable or --cols option may be used to exactly determine the width in this case.  The w or -w option may be also be used to adjust width.
commandCOMMANDSee args. (alias args, command).
cpCPper-mill (tenths of a percent) CPU usage.  (see %cpu).
cputimeTIMEcumulative CPU time, "[DD-]hh:mm:ss" format.  (alias time).
cputimesTIMEcumulative CPU time in seconds (alias times).
cuc%CUCThe CPU utilization of a process, including dead children, in an extended "##.###" format. (see also %cpu, c, cp, cuu, pcpu).
cuu%CUUThe CPU utilization of a process in an extended "##.###" format. (see also %cpu, c, cp, cuc, pcpu).
drsDRSdata resident set size, the amount of private memory reserved by a process. It is also known as DATA. Such memory may not yet be mapped to rss but will always be included included in the vsz amount.

egidEGIDeffective group ID number of the process as a decimal integer.  (alias gid).
egroupEGROUPeffective group ID of the process.  This will be the textual group ID, if it can be obtained and the field width permits, or a decimal representation otherwise.  (alias group).
eipEIPinstruction pointer. As of kernel 4.9.xx will be zeroed out unless task is exiting or being core dumped.
espESPstack pointer. As of kernel 4.9.xx will be zeroed out unless task is exiting or being core dumped.
etimeELAPSEDelapsed time since the process was started, in the form [[DD-]hh:]mm:ss.
etimesELAPSEDelapsed time since the process was started, in seconds.
euidEUIDeffective user ID (alias uid).
euserEUSEReffective user name.  This will be the textual user ID, if it can be obtained and the field width permits, or a decimal representation otherwise.  The n option can be used to force the decimal representation.  (alias uname, user).
exeEXEpath to the executable. Useful if path cannot be printed via cmd, comm or args format options.
fFflags associated with the process, see the Process Flags section.  (alias flag, flags).
fgidFGIDfilesystem access group ID.  (alias fsgid).
fgroupFGROUPfilesystem access group ID.  This will be the textual group ID, if it can be obtained and the field width permits, or a decimal representation otherwise.  (alias fsgroup).
flagFsee f. (alias f, flags).
flagsFsee f. (alias f, flag).
fnameCOMMANDfirst 8 bytes of the base name of the process's executable file.  The output in this column may contain spaces.
fuidFUIDfilesystem access user ID.  (alias fsuid).
fuserFUSERfilesystem access user ID.  This will be the textual user ID, if it can be obtained and the field width permits, or a decimal representation otherwise.
gidGIDsee egid. (alias egid).
groupGROUPsee egroup. (alias egroup).
ignoredIGNOREDmask of the ignored signals, see signal(7). According to the width of the field, a 32 or 64 bits mask in hexadecimal format is displayed, unless the --signames option is used.  (alias sig_ignore, sigignore).
ipcnsIPCNSUnique inode number describing the namespace the process belongs to. See namespaces(7).
labelLABELsecurity label, most commonly used for SELinux context data.  This is for the Mandatory Access Control ("MAC") found on high-security systems.
lstartSTARTEDtime the command started. This will be in the form "DDD mmm HH:MM:SS YYY" unless changed by the -D option.
lsessionSESSIONdisplays the login session identifier of a process, if systemd support has been included.
luidLUIDdisplays Login ID associated with a process.
lwpLWPlight weight process (thread) ID of the dispatchable entity (alias spidtid). See tid for additional information.
lxcLXCThe name of the lxc container within which a task is running. If a process is not running inside a container, a dash ('-') will be shown.
machineMACHINEdisplays the machine name for processes assigned to VM or container, if systemd support has been included.
maj_fltMAJFLTThe number of major page faults that have occurred with this process.
min_fltMINFLTThe number of minor page faults that have occurred with this process.
mntnsMNTNSUnique inode number describing the namespace the process belongs to. See namespaces(7).
netnsNETNSUnique inode number describing the namespace the process belongs to. See namespaces(7).
niNInice value. This ranges from 19 (nicest) to -20 (not nice to others), see nice(1). (alias nice).
niceNIsee ni.(alias ni).
nlwpNLWPnumber of lwps (threads) in the process.  (alias thcount).
numaNUMAThe node associated with the most recently used processor. A -1 means that NUMA information is unavailable.
nwchanWCHANaddress of the kernel function where the process is sleeping (use wchan if you want the kernel function name).
oomOOMOut of Memory Score. The value, ranging from 0 to +1000, used to select task(s) to kill when memory is exhausted.
oomadjOOMADJOut of Memory Adjustment Factor. The value is added to the current out of memory score which is then used to determine which task to kill when memory is exhausted.
ouidOWNERdisplays the Unix user identifier of the owner of the session of a process, if systemd support has been included.
pcpu%CPUsee %cpu. (alias %cpu).
pendingPENDINGmask of the pending signals. See signal(7). Signals pending on the process are distinct from signals pending on individual threads.  Use the m option or the -m option to see both.  According to the width of the field, a 32 or 64 bits mask in hexadecimal format is displayed, unless the --signames option is used.  (alias sig).
pgidPGIDprocess group ID or, equivalently, the process ID of the process group leader.  (alias pgrp).
pgrpPGRPsee pgid. (alias pgid).
pidPIDa number representing the process ID (alias tgid).
pidnsPIDNSUnique inode number describing the namespace the process belongs to. See namespaces(7).
pmem%MEMsee %mem. (alias %mem).
policyPOLscheduling class of the process.  (alias class, cls). Possible values are:
-not reported
TSSCHED_OTHER
FFSCHED_FIFO
RRSCHED_RR
BSCHED_BATCH
ISOSCHED_ISO
IDLSCHED_IDLE
DLNSCHED_DEADLINE
?unknown value
ppidPPIDparent process ID.
priPRIpriority of the process.  Higher number means higher priority.
psrPSRprocessor that process last executed on.
pssPSSProportional share size, the non-swapped physical memory, with shared memory proportionally accounted to all tasks mapping it.
rbytesRBYTESNumber of bytes which this process really did cause to be fetched from the storage layer.
rcharsRCHARSNumber of bytes which this task has caused to be read from storage.
rgidRGIDreal group ID.
rgroupRGROUPreal group name.  This will be the textual group ID, if it can be obtained and the field width permits, or a decimal representation otherwise.
ropsROPSNumber of read I/O operations—that is, system calls such as read(2) and pread(2).
rssRSSresident set size, the non-swapped physical memory that a task has used (in kilobytes).  (alias rssize, rsz).
rssizeRSSsee rss. (alias rss, rsz).
rszRSZsee rss. (alias rss, rssize).
rtprioRTPRIOrealtime priority.
ruidRUIDreal user ID.
ruserRUSERreal user ID.  This will be the textual user ID, if it can be obtained and the field width permits, or a decimal representation otherwise.
sSminimal state display (one character).  See section Process State Codes for the different values.  See also stat if you want additional information displayed.  (alias state).
schedSCHscheduling policy of the process.  The policies SCHED_OTHER (SCHED_NORMAL), SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, SCHED_IDLE and SCHED_DEADLINE are respectively displayed as 0, 1, 2, 3, 4, 5 and 6.
seatSEATdisplays the identifier associated with all hardware devices assigned to a specific workplace, if systemd support has been included.
sessSESSsession ID or, equivalently, the process ID of the session leader.  (alias session, sid).
sgi_pPprocessor that the process is currently executing on.  Displays "*" if the process is not currently running or runnable.
sgidSGIDsaved group ID.  (alias svgid).
sgroupSGROUPsaved group name.  This will be the textual group ID, if it can be obtained and the field width permits, or a decimal representation otherwise.
sidSIDsee sess. (alias sess, session).
sigPENDINGsee pending. (alias pending, sig_pend).
sigcatchCAUGHTsee caught. (alias caught, sig_catch).
sigignoreIGNOREDsee ignored. (alias ignored, sig_ignore).
sigmaskBLOCKEDsee blocked. (alias blocked, sig_block).
sizeSIZEapproximate amount of swap space that would be required if the process were to dirty all writable pages and then be swapped out.  This number is very rough!
sliceSLICEdisplays the slice unit which a process belongs to, if systemd support has been included.
spidSPIDsee lwp. (alias lwp, tid).
stackpSTACKPaddress of the bottom (start) of stack for the process.
startSTARTEDtime the command started.  If the process was started less than 24 hours ago, the output format is "HH:MM:SS", else it is "  Mmm dd" (where Mmm is a three-letter month name).  See also bsdstart, start, start_time, and stime.
start_timeSTARTstarting time or date of the process.  Only the year will be displayed if the process was not started the same year ps was invoked, or "MmmDD" if it was not started the same day, or "HH:MM" otherwise.  See also bsdstart, start, lstart, and stime.
statSTATmulti-character process state.  See section Process State Codes for the different values meaning.  See also s and state if you just want the first character displayed.
stateSsee s. (alias s).
stimeSTIMEsee start_time. (alias start_time).
suidSUIDsaved user ID.  (alias svuid).
supgidSUPGIDgroup ids of supplementary groups, if any.  See getgroups(2).
supgrpSUPGRPgroup names of supplementary groups, if any.  See getgroups(2).
suserSUSERsaved user name.  This will be the textual user ID, if it can be obtained and the field width permits, or a decimal representation otherwise.  (alias svuser).
svgidSVGIDsee sgid. (alias sgid).
svuidSVUIDsee suid. (alias suid).
szSZsize in physical pages of the core image of the process.  This includes text, data, and stack space.  Device mappings are currently excluded; this is subject to change.  See vsz and rss.
tgidTGIDa number representing the thread group to which a task belongs (alias pid). It is the process ID of the thread group leader.
thcountTHCNTsee nlwp. (alias nlwp). number of kernel threads owned by the process.
tidTIDthe unique number representing a dispatchable entity (alias spid, tid). This value may also appear as: a process ID (pid); a process group ID (pgrp); a session ID for the session leader (sid); a thread group ID for the thread group leader (tgid); and a tty process group ID for the process group leader (tpgid).
timeTIMEcumulative CPU time, "[DD-]HH:MM:SS" format.  (alias cputime).
timensTIMENSUnique inode number describing the namespace the process belongs to. See namespaces(7).
timesTIMEcumulative CPU time in seconds (alias cputimes).
tnameTTYcontrolling tty (terminal).  (alias tt, tty).
tpgidTPGIDID of the foreground process group on the tty (terminal) that the process is connected to, or -1 if the process is not connected to a tty.
trsTRStext resident set size, the amount of physical memory devoted to executable code.
ttTTcontrolling tty (terminal).  (alias tname, tty).
ttyTTcontrolling tty (terminal).  (alias tname, tt).
ucmdCMDsee comm. (alias comm, ucomm).
ucommCOMMANDsee comm. (alias comm, ucmd).
uidUIDsee euid. (alias euid).
unameUSERsee euser. (alias euser, user).
unitUNITdisplays unit which a process belongs to, if systemd support has been included.
userUSERsee euser. (alias euser, uname).
usernsUSERNSUnique inode number describing the namespace the process belongs to. See namespaces(7).
ussUSSUnique set size, the non-swapped physical memory, which is not shared with an another task.
utsnsUTSNSUnique inode number describing the namespace the process belongs to. See namespaces(7).
uunitUUNITdisplays user unit which a process belongs to, if systemd support has been included.
vsizeVSZsee vsz. (alias vsz).
vszVSZvirtual memory size of the process in KiB (1024-byte units).  Device mappings are currently excluded; this is subject to change.  (alias vsize).
wbytesWBYTESNumber of bytes which this process caused to be sent to the storage layer.
wcbytesWCBYTESNumber of cancelled write bytes.
wchanWCHANname of the kernel function in which the process is sleeping.
wcharsWCHARSNumber of bytes which this task has caused, or shall cause to be written to disk.
wopsWOPSNumber of write I/O operations—that is, system calls such as write(2) and pwrite(2).

Environment Variables

The following environment variables could affect ps:

COLUMNS

Override default display width.

LINES

Override default display height.

PS_PERSONALITY

Set to one of posix, old, linux, bsd, sun, digital... (see section Personality below).

CMD_ENV

Set to one of posix, old, linux, bsd, sun, digital... (see section Personality below).

I_WANT_A_BROKEN_PS

Force obsolete command line interpretation.

LC_TIME

Date format.

LIBPROC_HIDE_KERNEL

Set this to any value to hide kernel threads normally displayed with the -e option. This is equivalent to selecting --ppid 2 -p 2 --deselect instead. Also works in BSD mode.

PS_COLORS

Not currently supported.

PS_FORMAT

Default output format override. You may set this to a format string of the type used for the -o option. The DefSysV and DefBSD values are particularly useful.

POSIXLY_CORRECT

Don't find excuses to ignore bad "features".

POSIX2

When set to "on", acts as POSIXLY_CORRECT.

UNIX95

Don't find excuses to ignore bad "features".

_XPG

Cancel CMD_ENV=irix non-standard behavior.

In general, it is a bad idea to set these variables.  The one exception is CMD_ENV or PS_PERSONALITY, which could be set to Linux for normal systems.  Without that setting, ps follows the useless and bad parts of the Unix98 standard.

Personality

390like the OS/390 OpenEdition ps
aixlike AIX ps
bsdlike FreeBSD ps (totally non-standard)
compaqlike Digital Unix ps
debianlike the old Debian ps
digitallike Tru64 (was Digital Unix, was OSF/1) ps
gnulike the old Debian ps
hplike HP-UX ps
hpuxlike HP-UX ps
irixlike Irix ps
linux***** recommended *****
oldlike the original Linux ps (totally non-standard)
os390like OS/390 Open Edition ps
posixstandard
s390like OS/390 Open Edition ps
scolike SCO ps
sgilike Irix ps
solaris2like Solaris 2+ (SunOS 5) ps
sunos4like SunOS 4 (Solaris 1) ps (totally non-standard)
svr4standard
sysvstandard
tru64like Tru64 (was Digital Unix, was OSF/1) ps
unixstandard
unix95standard
unix98standard

Bugs

The fields bsdstart and start will only show the abbreviated month name in English. The fields lstart and stime will show the abbreviated month name in the configured locale but may exceed the column width due to the different lengths for abbreviated month and day names across languages.

See Also

pgrep(1), pstree(1), top(1), strftime(3), proc(5).

Standards

This ps conforms to:

  1. Version 2 of the Single Unix Specification
  2. The Open Group Technical Standard Base Specifications, Issue 6
  3. IEEE Std 1003.1, 2004 Edition
  4. X/Open System Interfaces Extension [UP XSI]
  5. ISO/IEC 9945:2003

Author

ps was originally written by Branko Lankester. Michael K. Johnson re-wrote it significantly to use the proc filesystem, changing a few things in the process. Michael Shields added the pid-list feature. Charles Blake added multi-level sorting, the dirent-style library, the device name-to-number mmaped database, the approximate binary search directly on System.map, and many code and documentation cleanups.  David Mossberger-Tang wrote the generic BFD support for psupdate. Albert Cahalan rewrote ps for full Unix98 and BSD support, along with some ugly hacks for obsolete and foreign syntax.

Please send bug reports to procps@freelists.org. No subscription is required or suggested.

Referenced By

bmc-device(8), bmc-info(8), cntlm(1), credentials(7), dnie-tool(1), free(1), freecolor(1), freeipmi.conf(5), funzip(1), fuser(1), gamemodelist(1), getarg(3), gids-tool(1), groff_mdoc(7), htop(1), ipmi-chassis(8), ipmi-config(8), ipmiconsole(8), ipmi-dcmi(8), ipmi-fru(8), ipmi-oem(8), ipmi-pet(8), ipmipower(8), ipmi-raw(8), ipmi-sel(8), ipmiseld(8), ipmi-sensors(8), killall(1), lgroupmod(1), lpasswd(1), lsof(1), luseradd(1), lusermod(1), nbdkit-S3-plugin(1), nnrpd(8), openpgp-tool(1), openssl-ca.1ossl(1), pcp-htop(1), pcp-ps(1), pdfgrep(1), perl58delta(1), perlipc(1), perlvar(1), pgrep(1), pid_namespaces(7), pidstat(1), pkcs15-crypt(1), pkcs15-init(1), pkcs15-tool(1), pmap(1), pmpause(1), podman-pod-top(1), podman-top(1), pppd(8), proc(5), procenv(1), proc_pid_stat(5), pslog(1), pstree(1), pthreads(7), pwdx(1), rexec(1), rlwrap(1), runc-exec(8), runc-ps(8), sched(7), sc-hsm-tool(1), setproctitle.3bsd(3), slabtop(1), smem(8), smtpctl(8), systemd(1), systemd-cgls(1), systemd-firstboot(1), systemd-machined.service(8), systemd-nspawn(1), tcpdump(8), tiptop(1), tload(1), top(1), uptime(1), uustat(1), virt-builder(1), vmstat(8), w(1), westcos-tool(1), whowatch(1), x11vnc(1), xdm(8), xo_options(7), xtables-addons(8), zshbuiltins(1).

2023-08-19 procps-ng