xref: /freebsd/bin/ps/ps.1 (revision 10b9d77bf1ccf2f3affafa6261692cb92cf7e992)
1.\"-
2.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
3.\"	The Regents of the University of California.  All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\" 4. Neither the name of the University nor the names of its contributors
14.\"    may be used to endorse or promote products derived from this software
15.\"    without specific prior written permission.
16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\"     @(#)ps.1	8.3 (Berkeley) 4/18/94
30.\" $FreeBSD$
31.\"
32.Dd July 24, 2010
33.Dt PS 1
34.Os
35.Sh NAME
36.Nm ps
37.Nd process status
38.Sh SYNOPSIS
39.Nm
40.Op Fl aCcdefHhjlmrSTuvwXxZ
41.Op Fl O Ar fmt | Fl o Ar fmt
42.Op Fl G Ar gid Ns Op , Ns Ar gid Ns Ar ...
43.Op Fl M Ar core
44.Op Fl N Ar system
45.Op Fl p Ar pid Ns Op , Ns Ar pid Ns Ar ...
46.Op Fl t Ar tty Ns Op , Ns Ar tty Ns Ar ...
47.Op Fl U Ar user Ns Op , Ns Ar user Ns Ar ...
48.Nm
49.Op Fl L
50.Sh DESCRIPTION
51The
52.Nm
53utility
54displays a header line, followed by lines containing information about
55all of your
56processes that have controlling terminals.
57.Pp
58A different set of processes can be selected for display by using any
59combination of the
60.Fl a , G , p , T , t ,
61and
62.Fl U
63options.
64If more than one of these options are given, then
65.Nm
66will select all processes which are matched by at least one of the
67given options.
68.Pp
69For the processes which have been selected for display,
70.Nm
71will usually display one line per process.
72The
73.Fl H
74option may result in multiple output lines (one line per thread) for
75some processes.
76By default all of these output lines are sorted first by controlling
77terminal, then by process ID.
78The
79.Fl m , r , u ,
80and
81.Fl v
82options will change the sort order.
83If more than one sorting option was given, then the selected processes
84will be sorted by the last sorting option which was specified.
85.Pp
86For the processes which have been selected for display, the information
87to display is selected based on a set of keywords (see the
88.Fl L , O ,
89and
90.Fl o
91options).
92The default output format includes, for each process, the process' ID,
93controlling terminal, CPU time (including both user and system time),
94state, and associated command.
95.Pp
96The process file system (see
97.Xr procfs 5 )
98should be mounted when
99.Nm
100is executed, otherwise not all information will be available.
101.Pp
102The options are as follows:
103.Bl -tag -width indent
104.It Fl a
105Display information about other users' processes as well as your own.
106This will skip any processes which do not have a controlling terminal,
107unless the
108.Fl x
109option is also specified.
110This can be disabled by setting the
111.Va security.bsd.see_other_uids
112sysctl to zero.
113.It Fl c
114Change the
115.Dq command
116column output to just contain the executable name,
117rather than the full command line.
118.It Fl C
119Change the way the CPU percentage is calculated by using a
120.Dq raw
121CPU calculation that ignores
122.Dq resident
123time (this normally has
124no effect).
125.It Fl d
126Arrange processes into descendancy order and prefix each command with
127indentation text showing sibling and parent/child relationships.
128If either of the
129.Fl m
130and
131.Fl r
132options are also used, they control how sibling processes are sorted
133relative to eachother.
134.It Fl e
135Display the environment as well.
136.It Fl f
137Show commandline and environment information about swapped out processes.
138This option is honored only if the UID of the user is 0.
139.It Fl G
140Display information about processes which are running with the specified
141real group IDs.
142.It Fl H
143Show all of the
144.Em kernel visible
145threads associated with each process.
146Depending on the threading package that
147is in use, this may show only the process, only the kernel scheduled entities,
148or all of the process threads.
149.It Fl h
150Repeat the information header as often as necessary to guarantee one
151header per page of information.
152.It Fl j
153Print information associated with the following keywords:
154.Cm user , pid , ppid , pgid , sid , jobc , state , tt , time ,
155and
156.Cm command .
157.It Fl L
158List the set of keywords available for the
159.Fl O
160and
161.Fl o
162options.
163.It Fl l
164Display information associated with the following keywords:
165.Cm uid , pid , ppid , cpu , pri , nice , vsz , rss , mwchan , state ,
166.Cm tt , time ,
167and
168.Cm command .
169.It Fl M
170Extract values associated with the name list from the specified core
171instead of the currently running system.
172.It Fl m
173Sort by memory usage, instead of the combination of controlling
174terminal and process ID.
175.It Fl N
176Extract the name list from the specified system instead of the default,
177which is the kernel image the system has booted from.
178.It Fl O
179Add the information associated with the space or comma separated list
180of keywords specified, after the process ID,
181in the default information
182display.
183Keywords may be appended with an equals
184.Pq Ql =
185sign and a string.
186This causes the printed header to use the specified string instead of
187the standard header.
188.It Fl o
189Display information associated with the space or comma separated
190list of keywords specified.
191The last keyword in the list may be appended with an equals
192.Pq Ql =
193sign and a string that spans the rest of the argument, and can contain
194space and comma characters.
195This causes the printed header to use the specified string instead of
196the standard header.
197Multiple keywords may also be given in the form of more than one
198.Fl o
199option.
200So the header texts for multiple keywords can be changed.
201If all keywords have empty header texts, no header line is written.
202.It Fl p
203Display information about processes which match the specified process IDs.
204.It Fl r
205Sort by current CPU usage, instead of the combination of controlling
206terminal and process ID.
207.It Fl S
208Change the way the process time is calculated by summing all exited
209children to their parent process.
210.It Fl T
211Display information about processes attached to the device associated
212with the standard input.
213.It Fl t
214Display information about processes attached to the specified terminal
215devices.
216.It Fl U
217Display the processes belonging to the specified usernames.
218.It Fl u
219Display information associated with the following keywords:
220.Cm user , pid , %cpu , %mem , vsz , rss , tt , state , start , time ,
221and
222.Cm command .
223The
224.Fl u
225option implies the
226.Fl r
227option.
228.It Fl v
229Display information associated with the following keywords:
230.Cm pid , state , time , sl , re , pagein , vsz , rss , lim , tsiz ,
231.Cm %cpu , %mem ,
232and
233.Cm command .
234The
235.Fl v
236option implies the
237.Fl m
238option.
239.It Fl w
240Use 132 columns to display information, instead of the default which
241is your window size.
242If the
243.Fl w
244option is specified more than once,
245.Nm
246will use as many columns as necessary without regard for your window size.
247.It Fl X
248When displaying processes matched by other options, skip any processes
249which do not have a controlling terminal.
250.It Fl x
251When displaying processes matched by other options, include processes
252which do not have a controlling terminal.
253This is the opposite of the
254.Fl X
255option.
256If both
257.Fl X
258and
259.Fl x
260are specified in the same command, then
261.Nm
262will use the one which was specified last.
263.It Fl Z
264Add
265.Xr mac 4
266label to the list of keywords for which
267.Nm
268will display information.
269.El
270.Pp
271A complete list of the available keywords are listed below.
272Some of these keywords are further specified as follows:
273.Bl -tag -width lockname
274.It Cm %cpu
275The CPU utilization of the process; this is a decaying average over up to
276a minute of previous (real) time.
277Since the time base over which this is computed varies (since processes may
278be very young) it is possible for the sum of all
279.Cm %cpu
280fields to exceed 100%.
281.It Cm %mem
282The percentage of real memory used by this process.
283.It Cm flags
284The flags associated with the process as in
285the include file
286.In sys/proc.h :
287.Bl -column P_SINGLE_BOUNDARY 0x40000000
288.It Dv "P_ADVLOCK" Ta No "0x00001	Process may hold a POSIX advisory lock"
289.It Dv "P_CONTROLT" Ta No "0x00002	Has a controlling terminal"
290.It Dv "P_KTHREAD" Ta No "0x00004	Kernel thread"
291.It Dv "P_FOLLOWFORK" Ta No "0x00008	Attach debugger to new children"
292.It Dv "P_PPWAIT" Ta No "0x00010	Parent is waiting for child to exec/exit"
293.It Dv "P_PROFIL" Ta No "0x00020	Has started profiling"
294.It Dv "P_STOPPROF" Ta No "0x00040	Has thread in requesting to stop prof"
295.It Dv "P_HASTHREADS" Ta No "0x00080	Has had threads (no cleanup shortcuts)"
296.It Dv "P_SUGID" Ta No "0x00100		Had set id privileges since last exec"
297.It Dv "P_SYSTEM" Ta No "0x00200	System proc: no sigs, stats or swapping"
298.It Dv "P_SINGLE_EXIT" Ta No "0x00400	Threads suspending should exit, not wait"
299.It Dv "P_TRACED" Ta No "0x00800	Debugged process being traced"
300.It Dv "P_WAITED" Ta No "0x01000	Someone is waiting for us"
301.It Dv "P_WEXIT" Ta No "0x02000		Working on exiting"
302.It Dv "P_EXEC" Ta No "0x04000		Process called exec"
303.It Dv "P_WKILLED" Ta No "0x08000	Killed, shall go to kernel/user boundary ASAP"
304.It Dv "P_CONTINUED" Ta No "0x10000	Proc has continued from a stopped state"
305.It Dv "P_STOPPED_SIG" Ta No "0x20000	Stopped due to SIGSTOP/SIGTSTP"
306.It Dv "P_STOPPED_TRACE" Ta No "0x40000	Stopped because of tracing"
307.It Dv "P_STOPPED_SINGLE" Ta No "0x80000	Only one thread can continue"
308.It Dv "P_PROTECTED" Ta No "0x100000	Do not kill on memory overcommit"
309.It Dv "P_SIGEVENT" Ta No "0x200000	Process pending signals changed"
310.It Dv "P_SINGLE_BOUNDARY" Ta No "0x400000	Threads should suspend at user boundary"
311.It Dv "P_HWPMC" Ta No "0x800000	Process is using HWPMCs"
312.It Dv "P_JAILED" Ta No "0x1000000	Process is in jail"
313.It Dv "P_INEXEC" Ta No "0x4000000	Process is in execve()"
314.It Dv "P_STATCHILD" Ta No "0x8000000	Child process stopped or exited"
315.It Dv "P_INMEM" Ta No "0x10000000	Loaded into memory"
316.It Dv "P_SWAPPINGOUT" Ta No "0x20000000	Process is being swapped out"
317.It Dv "P_SWAPPINGIN" Ta No "0x40000000	Process is being swapped in"
318.El
319.It Cm label
320The MAC label of the process.
321.It Cm lim
322The soft limit on memory used, specified via a call to
323.Xr setrlimit 2 .
324.It Cm lstart
325The exact time the command started, using the
326.Ql %c
327format described in
328.Xr strftime 3 .
329.It Cm lockname
330The name of the lock that the process is currently blocked on.
331If the name is invalid or unknown, then
332.Dq ???\&
333is displayed.
334.It Cm logname
335The login name associated with the session the process is in (see
336.Xr getlogin 2 ) .
337.It Cm mwchan
338The event name if the process is blocked normally, or the lock name if
339the process is blocked on a lock.
340See the wchan and lockname keywords
341for details.
342.It Cm nice
343The process scheduling increment (see
344.Xr setpriority 2 ) .
345.It Cm rss
346the real memory (resident set) size of the process (in 1024 byte units).
347.It Cm start
348The time the command started.
349If the command started less than 24 hours ago, the start time is
350displayed using the
351.Dq Li %l:ps.1p
352format described in
353.Xr strftime 3 .
354If the command started less than 7 days ago, the start time is
355displayed using the
356.Dq Li %a6.15p
357format.
358Otherwise, the start time is displayed using the
359.Dq Li %e%b%y
360format.
361.It Cm state
362The state is given by a sequence of characters, for example,
363.Dq Li RWNA .
364The first character indicates the run state of the process:
365.Pp
366.Bl -tag -width indent -compact
367.It Li D
368Marks a process in disk (or other short term, uninterruptible) wait.
369.It Li I
370Marks a process that is idle (sleeping for longer than about 20 seconds).
371.It Li L
372Marks a process that is waiting to acquire a lock.
373.It Li R
374Marks a runnable process.
375.It Li S
376Marks a process that is sleeping for less than about 20 seconds.
377.It Li T
378Marks a stopped process.
379.It Li W
380Marks an idle interrupt thread.
381.It Li Z
382Marks a dead process (a
383.Dq zombie ) .
384.El
385.Pp
386Additional characters after these, if any, indicate additional state
387information:
388.Pp
389.Bl -tag -width indent -compact
390.It Li +
391The process is in the foreground process group of its control terminal.
392.It Li <
393The process has raised CPU scheduling priority.
394.It Li E
395The process is trying to exit.
396.It Li J
397Marks a process which is in
398.Xr jail 2 .
399The hostname of the prison can be found in
400.Pa /proc/ Ns Ao Ar pid Ac Ns Pa /status .
401.It Li L
402The process has pages locked in core (for example, for raw
403.Tn I/O ) .
404.It Li N
405The process has reduced CPU scheduling priority (see
406.Xr setpriority 2 ) .
407.It Li s
408The process is a session leader.
409.It Li V
410The process is suspended during a
411.Xr vfork 2 .
412.It Li W
413The process is swapped out.
414.It Li X
415The process is being traced or debugged.
416.El
417.It Cm tt
418An abbreviation for the pathname of the controlling terminal, if any.
419The abbreviation consists of the three letters following
420.Pa /dev/tty ,
421or, for the console,
422.Dq Li con .
423This is followed by a
424.Ql -
425if the process can no longer reach that
426controlling terminal (i.e., it has been revoked).
427.It Cm wchan
428The event (an address in the system) on which a process waits.
429When printed numerically, the initial part of the address is
430trimmed off and the result is printed in hex, for example, 0x80324000 prints
431as 324000.
432.El
433.Pp
434When printing using the command keyword, a process that has exited and
435has a parent that has not yet waited for the process (in other words, a zombie)
436is listed as
437.Dq Li <defunct> ,
438and a process which is blocked while trying
439to exit is listed as
440.Dq Li <exiting> .
441If the arguments cannot be located (usually because it has not been set, as is
442the case of system processes and/or kernel threads) the command name is printed
443within square brackets.
444The
445.Nm
446utility first tries to obtain the arguments cached by the kernel (if they were
447shorter than the value of the
448.Va kern.ps_arg_cache_limit
449sysctl).
450The process can change the arguments shown with
451.Xr setproctitle 3 .
452Otherwise,
453.Nm
454makes an educated guess as to the file name and arguments given when the
455process was created by examining memory or the swap area.
456The method is inherently somewhat unreliable and in any event a process
457is entitled to destroy this information.
458The ucomm (accounting) keyword can, however, be depended on.
459If the arguments are unavailable or do not agree with the ucomm keyword,
460the value for the ucomm keyword is appended to the arguments in parentheses.
461.Sh KEYWORDS
462The following is a complete list of the available keywords and their
463meanings.
464Several of them have aliases (keywords which are synonyms).
465.Pp
466.Bl -tag -width ".Cm sigignore" -compact
467.It Cm %cpu
468percentage CPU usage (alias
469.Cm pcpu )
470.It Cm %mem
471percentage memory usage (alias
472.Cm pmem )
473.It Cm acflag
474accounting flag (alias
475.Cm acflg )
476.It Cm args
477command and arguments
478.It Cm comm
479command
480.It Cm command
481command and arguments
482.It Cm cpu
483short-term CPU usage factor (for scheduling)
484.It Cm etime
485elapsed running time, format
486.Op days- Ns
487.Op hours: Ns
488minutes:seconds.
489.It Cm etimes
490elapsed running time, in decimal integer seconds
491.It Cm flags
492the process flags, in hexadecimal (alias
493.Cm f )
494.It Cm inblk
495total blocks read (alias
496.Cm inblock )
497.It Cm jid
498jail ID
499.It Cm jobc
500job control count
501.It Cm ktrace
502tracing flags
503.It Cm label
504MAC label
505.It Cm lim
506memoryuse limit
507.It Cm lockname
508lock currently blocked on (as a symbolic name)
509.It Cm logname
510login name of user who started the session
511.It Cm lstart
512time started
513.It Cm majflt
514total page faults
515.It Cm minflt
516total page reclaims
517.It Cm msgrcv
518total messages received (reads from pipes/sockets)
519.It Cm msgsnd
520total messages sent (writes on pipes/sockets)
521.It Cm mwchan
522wait channel or lock currently blocked on
523.It Cm nice
524nice value (alias
525.Cm ni )
526.It Cm nivcsw
527total involuntary context switches
528.It Cm nsigs
529total signals taken (alias
530.Cm nsignals )
531.It Cm nswap
532total swaps in/out
533.It Cm nvcsw
534total voluntary context switches
535.It Cm nwchan
536wait channel (as an address)
537.It Cm oublk
538total blocks written (alias
539.Cm oublock )
540.It Cm paddr
541swap address
542.It Cm pagein
543pageins (same as majflt)
544.It Cm pgid
545process group number
546.It Cm pid
547process ID
548.It Cm poip
549pageouts in progress
550.It Cm ppid
551parent process ID
552.It Cm pri
553scheduling priority
554.It Cm re
555core residency time (in seconds; 127 = infinity)
556.It Cm rgid
557real group ID
558.It Cm rgroup
559group name (from rgid)
560.It Cm rlink
561reverse link on run queue, or 0
562.It Cm rss
563resident set size
564.It Cm rtprio
565realtime priority (101 = not a realtime process)
566.It Cm ruid
567real user ID
568.It Cm ruser
569user name (from ruid)
570.It Cm sid
571session ID
572.It Cm sig
573pending signals (alias
574.Cm pending )
575.It Cm sigcatch
576caught signals (alias
577.Cm caught )
578.It Cm sigignore
579ignored signals (alias
580.Cm ignored )
581.It Cm sigmask
582blocked signals (alias
583.Cm blocked )
584.It Cm sl
585sleep time (in seconds; 127 = infinity)
586.It Cm start
587time started
588.It Cm state
589symbolic process state (alias
590.Cm stat )
591.It Cm svgid
592saved gid from a setgid executable
593.It Cm svuid
594saved UID from a setuid executable
595.It Cm tdaddr
596thread address
597.It Cm tdev
598control terminal device number
599.It Cm time
600accumulated CPU time, user + system (alias
601.Cm cputime )
602.It Cm tpgid
603control terminal process group ID
604.\".It Cm trss
605.\"text resident set size (in Kbytes)
606.It Cm tsid
607control terminal session ID
608.It Cm tsiz
609text size (in Kbytes)
610.It Cm tt
611control terminal name (two letter abbreviation)
612.It Cm tty
613full name of control terminal
614.It Cm uprocp
615process pointer
616.It Cm ucomm
617name to be used for accounting
618.It Cm uid
619effective user ID
620.It Cm upr
621scheduling priority on return from system call (alias
622.Cm usrpri )
623.It Cm user
624user name (from UID)
625.It Cm vsz
626virtual size in Kbytes (alias
627.Cm vsize )
628.It Cm wchan
629wait channel (as a symbolic name)
630.It Cm xstat
631exit or stop status (valid only for stopped or zombie process)
632.El
633.Pp
634Note that the
635.Cm pending
636column displays bitmask of signals pending in the process queue when
637.Fl H
638option is not specified, otherwise the per-thread queue of pending signals
639is shown.
640.Sh ENVIRONMENT
641The following environment variables affect the execution of
642.Nm :
643.Bl -tag -width ".Ev COLUMNS"
644.It Ev COLUMNS
645If set, specifies the user's preferred output width in column positions.
646By default,
647.Nm
648attempts to automatically determine the terminal width.
649.El
650.Sh FILES
651.Bl -tag -width ".Pa /boot/kernel/kernel" -compact
652.It Pa /boot/kernel/kernel
653default system namelist
654.It Pa /proc
655the mount point of
656.Xr procfs 5
657.El
658.Sh SEE ALSO
659.Xr kill 1 ,
660.Xr pgrep 1 ,
661.Xr pkill 1 ,
662.Xr procstat 1 ,
663.Xr w 1 ,
664.Xr kvm 3 ,
665.Xr strftime 3 ,
666.Xr mac 4 ,
667.Xr procfs 5 ,
668.Xr pstat 8 ,
669.Xr sysctl 8 ,
670.Xr mutex 9
671.Sh STANDARDS
672For historical reasons, the
673.Nm
674utility under
675.Fx
676supports a different set of options from what is described by
677.St -p1003.2 ,
678and what is supported on
679.No non- Ns Bx
680operating systems.
681.Sh HISTORY
682The
683.Nm
684command appeared in
685.At v4 .
686.Sh BUGS
687Since
688.Nm
689cannot run faster than the system and is run as any other scheduled
690process, the information it displays can never be exact.
691.Pp
692The
693.Nm
694utility does not correctly display argument lists containing multibyte
695characters.
696