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