xref: /freebsd/bin/ps/ps.1 (revision 044fce530f89a819827d351de364d208a30e9645)
19ddb49cbSWarner Losh.\"-
24b88c807SRodney W. Grimes.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
34b88c807SRodney W. Grimes.\"	The Regents of the University of California.  All rights reserved.
44b88c807SRodney W. Grimes.\"
54b88c807SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without
64b88c807SRodney W. Grimes.\" modification, are permitted provided that the following conditions
74b88c807SRodney W. Grimes.\" are met:
84b88c807SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright
94b88c807SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer.
104b88c807SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright
114b88c807SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer in the
124b88c807SRodney W. Grimes.\"    documentation and/or other materials provided with the distribution.
134b88c807SRodney W. Grimes.\" 4. Neither the name of the University nor the names of its contributors
144b88c807SRodney W. Grimes.\"    may be used to endorse or promote products derived from this software
154b88c807SRodney W. Grimes.\"    without specific prior written permission.
164b88c807SRodney W. Grimes.\"
174b88c807SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
184b88c807SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
194b88c807SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
204b88c807SRodney W. Grimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
214b88c807SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
224b88c807SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
234b88c807SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
244b88c807SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
254b88c807SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
264b88c807SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
274b88c807SRodney W. Grimes.\" SUCH DAMAGE.
284b88c807SRodney W. Grimes.\"
294b88c807SRodney W. Grimes.\"     @(#)ps.1	8.3 (Berkeley) 4/18/94
302a456239SPeter Wemm.\" $FreeBSD$
314b88c807SRodney W. Grimes.\"
32044fce53SBrian Somers.Dd May 16, 2009
334b88c807SRodney W. Grimes.Dt PS 1
34caa2db3bSRuslan Ermilov.Os
354b88c807SRodney W. Grimes.Sh NAME
36c9a8d1f4SPhilippe Charnier.Nm ps
374b88c807SRodney W. Grimes.Nd process status
384b88c807SRodney W. Grimes.Sh SYNOPSIS
39be8b1497SRuslan Ermilov.Nm
40044fce53SBrian Somers.Op Fl aCcdefHhjlmrSTuvwXxZ
41a89237aeSRuslan Ermilov.Op Fl O Ar fmt | Fl o Ar fmt
42287d1861SRuslan Ermilov.Op Fl G Ar gid Ns Op , Ns Ar gid Ns Ar ...
434b88c807SRodney W. Grimes.Op Fl M Ar core
444b88c807SRodney W. Grimes.Op Fl N Ar system
45287d1861SRuslan Ermilov.Op Fl p Ar pid Ns Op , Ns Ar pid Ns Ar ...
46287d1861SRuslan Ermilov.Op Fl t Ar tty Ns Op , Ns Ar tty Ns Ar ...
47a89237aeSRuslan Ermilov.Op Fl U Ar user Ns Op , Ns Ar user Ns Ar ...
48be8b1497SRuslan Ermilov.Nm
494b88c807SRodney W. Grimes.Op Fl L
504b88c807SRodney W. Grimes.Sh DESCRIPTION
51e004acc8SPhilippe CharnierThe
52e004acc8SPhilippe Charnier.Nm
53e004acc8SPhilippe Charnierutility
548ed0d42fSGarance A Drosehndisplays a header line, followed by lines containing information about
558ed0d42fSGarance A Drosehnall of your
564b88c807SRodney W. Grimesprocesses that have controlling terminals.
574b88c807SRodney W. Grimes.Pp
58a4c8a745SGarance A DrosehnA different set of processes can be selected for display by using any
59a4c8a745SGarance A Drosehncombination of the
60287d1861SRuslan Ermilov.Fl a , G , p , T , t ,
61a4c8a745SGarance A Drosehnand
62a4c8a745SGarance A Drosehn.Fl U
63a4c8a745SGarance A Drosehnoptions.
64a4c8a745SGarance A DrosehnIf more than one of these options are given, then
65a4c8a745SGarance A Drosehn.Nm
66a4c8a745SGarance A Drosehnwill select all processes which are matched by at least one of the
67a4c8a745SGarance A Drosehngiven options.
68a4c8a745SGarance A Drosehn.Pp
698ed0d42fSGarance A DrosehnFor the processes which have been selected for display,
708ed0d42fSGarance A Drosehn.Nm
718ed0d42fSGarance A Drosehnwill usually display one line per process.
728ed0d42fSGarance A DrosehnThe
738ed0d42fSGarance A Drosehn.Fl H
748ed0d42fSGarance A Drosehnoption may result in multiple output lines (one line per thread) for
758ed0d42fSGarance A Drosehnsome processes.
768ed0d42fSGarance A DrosehnBy default all of these output lines are sorted first by controlling
77287d1861SRuslan Ermilovterminal, then by process ID.
788ed0d42fSGarance A DrosehnThe
798ed0d42fSGarance A Drosehn.Fl m , r , u ,
808ed0d42fSGarance A Drosehnand
818ed0d42fSGarance A Drosehn.Fl v
828ed0d42fSGarance A Drosehnoptions will change the sort order.
838ed0d42fSGarance A DrosehnIf more than one sorting option was given, then the selected processes
848ed0d42fSGarance A Drosehnwill be sorted by the last sorting option which was specified.
858ed0d42fSGarance A Drosehn.Pp
86a4c8a745SGarance A DrosehnFor the processes which have been selected for display, the information
87a4c8a745SGarance A Drosehnto display is selected based on a set of keywords (see the
88287d1861SRuslan Ermilov.Fl L , O ,
894b88c807SRodney W. Grimesand
904b88c807SRodney W. Grimes.Fl o
914b88c807SRodney W. Grimesoptions).
92287d1861SRuslan ErmilovThe default output format includes, for each process, the process' ID,
93287d1861SRuslan Ermilovcontrolling terminal, CPU time (including both user and system time),
944b88c807SRodney W. Grimesstate, and associated command.
954b88c807SRodney W. Grimes.Pp
961c0c7731SJoerg WunschThe process file system (see
9746be34b9SKris Kennaway.Xr procfs 5 )
9846be34b9SKris Kennawayshould be mounted when
991c0c7731SJoerg Wunsch.Nm
1001c0c7731SJoerg Wunschis executed, otherwise not all information will be available.
1011c0c7731SJoerg Wunsch.Pp
1024b88c807SRodney W. GrimesThe options are as follows:
1034b88c807SRodney W. Grimes.Bl -tag -width indent
1044b88c807SRodney W. Grimes.It Fl a
1054b88c807SRodney W. GrimesDisplay information about other users' processes as well as your own.
106fa6c8d89SMaxim KonovalovThis will skip any processes which do not have a controlling terminal,
107a4c8a745SGarance A Drosehnunless the
108a4c8a745SGarance A Drosehn.Fl x
109a4c8a745SGarance A Drosehnoption is also specified.
1107fa34c11SDima DorfmanThis can be disabled by setting the
111d883e289SJosef Karthauser.Va security.bsd.see_other_uids
1126b821228SDima Dorfmansysctl to zero.
113db91faacSPeter Wemm.It Fl c
114287d1861SRuslan ErmilovChange the
115287d1861SRuslan Ermilov.Dq command
116287d1861SRuslan Ermilovcolumn output to just contain the executable name,
117db91faacSPeter Wemmrather than the full command line.
1184b88c807SRodney W. Grimes.It Fl C
119287d1861SRuslan ErmilovChange the way the CPU percentage is calculated by using a
120287d1861SRuslan Ermilov.Dq raw
121287d1861SRuslan ErmilovCPU calculation that ignores
122287d1861SRuslan Ermilov.Dq resident
123287d1861SRuslan Ermilovtime (this normally has
1244b88c807SRodney W. Grimesno effect).
125044fce53SBrian Somers.It Fl d
126044fce53SBrian SomersArrange processes into descendancy order and prefix each command with
127044fce53SBrian Somersindentation text showing sibling and parent/child relationships.
128044fce53SBrian SomersIf either of the
129044fce53SBrian Somers.Fl m
130044fce53SBrian Somersand
131044fce53SBrian Somers.Fl r
132044fce53SBrian Somersoptions are also used, they control how sibling processes are sorted
133044fce53SBrian Somersrelative to eachother.
1344b88c807SRodney W. Grimes.It Fl e
1354b88c807SRodney W. GrimesDisplay the environment as well.
136b548141bSJohn Dyson.It Fl f
13777027e30SJoseph KoshyShow commandline and environment information about swapped out processes.
138287d1861SRuslan ErmilovThis option is honored only if the UID of the user is 0.
139a4c8a745SGarance A Drosehn.It Fl G
140a4c8a745SGarance A DrosehnDisplay information about processes which are running with the specified
141287d1861SRuslan Ermilovreal group IDs.
14248b8c0deSScott Long.It Fl H
14348b8c0deSScott LongShow all of the
14448b8c0deSScott Long.Em kernel visible
145287d1861SRuslan Ermilovthreads associated with each process.
146287d1861SRuslan ErmilovDepending on the threading package that
14748b8c0deSScott Longis in use, this may show only the process, only the kernel scheduled entities,
14848b8c0deSScott Longor all of the process threads.
1494b88c807SRodney W. Grimes.It Fl h
1504b88c807SRodney W. GrimesRepeat the information header as often as necessary to guarantee one
1514b88c807SRodney W. Grimesheader per page of information.
1524b88c807SRodney W. Grimes.It Fl j
1534b88c807SRodney W. GrimesPrint information associated with the following keywords:
154259fcfacSGarance A Drosehn.Cm user , pid , ppid , pgid , sid , jobc , state , tt , time ,
155287d1861SRuslan Ermilovand
156287d1861SRuslan Ermilov.Cm command .
1574b88c807SRodney W. Grimes.It Fl L
1588ed0d42fSGarance A DrosehnList the set of keywords available for the
1598ed0d42fSGarance A Drosehn.Fl O
1608ed0d42fSGarance A Drosehnand
1618ed0d42fSGarance A Drosehn.Fl o
1628ed0d42fSGarance A Drosehnoptions.
1634b88c807SRodney W. Grimes.It Fl l
1644b88c807SRodney W. GrimesDisplay information associated with the following keywords:
165287d1861SRuslan Ermilov.Cm uid , pid , ppid , cpu , pri , nice , vsz , rss , mwchan , state ,
166287d1861SRuslan Ermilov.Cm tt , time ,
167287d1861SRuslan Ermilovand
168287d1861SRuslan Ermilov.Cm command .
1694b88c807SRodney W. Grimes.It Fl M
1704b88c807SRodney W. GrimesExtract values associated with the name list from the specified core
171cd31922fSRuslan Ermilovinstead of the currently running system.
1724b88c807SRodney W. Grimes.It Fl m
1738ed0d42fSGarance A DrosehnSort by memory usage, instead of the combination of controlling
174287d1861SRuslan Ermilovterminal and process ID.
1754b88c807SRodney W. Grimes.It Fl N
176f9a480abSRuslan ErmilovExtract the name list from the specified system instead of the default,
177f9a480abSRuslan Ermilovwhich is the kernel image the system has booted from.
1784b88c807SRodney W. Grimes.It Fl O
1794b88c807SRodney W. GrimesAdd the information associated with the space or comma separated list
180287d1861SRuslan Ermilovof keywords specified, after the process ID,
1814b88c807SRodney W. Grimesin the default information
1824b88c807SRodney W. Grimesdisplay.
183287d1861SRuslan ErmilovKeywords may be appended with an equals
184287d1861SRuslan Ermilov.Pq Ql =
185287d1861SRuslan Ermilovsign and a string.
1864b88c807SRodney W. GrimesThis causes the printed header to use the specified string instead of
1874b88c807SRodney W. Grimesthe standard header.
1884b88c807SRodney W. Grimes.It Fl o
1892dda9fe9SJuli MallettDisplay information associated with the space or comma separated
1902dda9fe9SJuli Mallettlist of keywords specified.
19161b92b9aSYaroslav TykhiyThe last keyword in the list may be appended with an equals
19261b92b9aSYaroslav Tykhiy.Pq Ql =
1939badf57fSRuslan Ermilovsign and a string that spans the rest of the argument, and can contain
1947c5169efSYaroslav Tykhiyspace and comma characters.
19561b92b9aSYaroslav TykhiyThis causes the printed header to use the specified string instead of
19661b92b9aSYaroslav Tykhiythe standard header.
19750355bb4SJuli MallettMultiple keywords may also be given in the form of more than one
19850355bb4SJuli Mallett.Fl o
19950355bb4SJuli Mallettoption.
20061b92b9aSYaroslav TykhiySo the header texts for multiple keywords can be changed.
2016aac4c27SXin LIIf all keywords have empty header texts, no header line is written.
2024b88c807SRodney W. Grimes.It Fl p
203287d1861SRuslan ErmilovDisplay information about processes which match the specified process IDs.
2044b88c807SRodney W. Grimes.It Fl r
205287d1861SRuslan ErmilovSort by current CPU usage, instead of the combination of controlling
206287d1861SRuslan Ermilovterminal and process ID.
2074b88c807SRodney W. Grimes.It Fl S
2084b88c807SRodney W. GrimesChange the way the process time is calculated by summing all exited
2094b88c807SRodney W. Grimeschildren to their parent process.
2104b88c807SRodney W. Grimes.It Fl T
2114b88c807SRodney W. GrimesDisplay information about processes attached to the device associated
2124b88c807SRodney W. Grimeswith the standard input.
2134b88c807SRodney W. Grimes.It Fl t
2144b88c807SRodney W. GrimesDisplay information about processes attached to the specified terminal
215287d1861SRuslan Ermilovdevices.
21673eb8310SPeter Wemm.It Fl U
217287d1861SRuslan ErmilovDisplay the processes belonging to the specified usernames.
2184b88c807SRodney W. Grimes.It Fl u
2194b88c807SRodney W. GrimesDisplay information associated with the following keywords:
220287d1861SRuslan Ermilov.Cm user , pid , %cpu , %mem , vsz , rss , tt , state , start , time ,
221287d1861SRuslan Ermilovand
222287d1861SRuslan Ermilov.Cm command .
2234b88c807SRodney W. GrimesThe
2244b88c807SRodney W. Grimes.Fl u
2254b88c807SRodney W. Grimesoption implies the
2264b88c807SRodney W. Grimes.Fl r
2274b88c807SRodney W. Grimesoption.
2284b88c807SRodney W. Grimes.It Fl v
2294b88c807SRodney W. GrimesDisplay information associated with the following keywords:
230287d1861SRuslan Ermilov.Cm pid , state , time , sl , re , pagein , vsz , rss , lim , tsiz ,
231287d1861SRuslan Ermilov.Cm %cpu , %mem ,
232287d1861SRuslan Ermilovand
233287d1861SRuslan Ermilov.Cm command .
2344b88c807SRodney W. GrimesThe
2354b88c807SRodney W. Grimes.Fl v
2364b88c807SRodney W. Grimesoption implies the
2374b88c807SRodney W. Grimes.Fl m
2384b88c807SRodney W. Grimesoption.
2394b88c807SRodney W. Grimes.It Fl w
2404b88c807SRodney W. GrimesUse 132 columns to display information, instead of the default which
2414b88c807SRodney W. Grimesis your window size.
2424b88c807SRodney W. GrimesIf the
2434b88c807SRodney W. Grimes.Fl w
2444b88c807SRodney W. Grimesoption is specified more than once,
245c9a8d1f4SPhilippe Charnier.Nm
2464b88c807SRodney W. Grimeswill use as many columns as necessary without regard for your window size.
247a4c8a745SGarance A Drosehn.It Fl X
248a4c8a745SGarance A DrosehnWhen displaying processes matched by other options, skip any processes
249a4c8a745SGarance A Drosehnwhich do not have a controlling terminal.
2504b88c807SRodney W. Grimes.It Fl x
251a4c8a745SGarance A DrosehnWhen displaying processes matched by other options, include processes
252a4c8a745SGarance A Drosehnwhich do not have a controlling terminal.
253a4c8a745SGarance A DrosehnThis is the opposite of the
254a4c8a745SGarance A Drosehn.Fl X
255a4c8a745SGarance A Drosehnoption.
256a4c8a745SGarance A DrosehnIf both
257a4c8a745SGarance A Drosehn.Fl X
258a4c8a745SGarance A Drosehnand
259a4c8a745SGarance A Drosehn.Fl x
260a4c8a745SGarance A Drosehnare specified in the same command, then
261a4c8a745SGarance A Drosehn.Nm
262a4c8a745SGarance A Drosehnwill use the one which was specified last.
2637304f61fSBrian Feldman.It Fl Z
264ac06cb0aSRobert WatsonAdd
265ac06cb0aSRobert Watson.Xr mac 4
266ac06cb0aSRobert Watsonlabel to the list of keywords for which
2677304f61fSBrian Feldman.Nm
2687304f61fSBrian Feldmanwill display information.
2694b88c807SRodney W. Grimes.El
2704b88c807SRodney W. Grimes.Pp
2714b88c807SRodney W. GrimesA complete list of the available keywords are listed below.
2724b88c807SRodney W. GrimesSome of these keywords are further specified as follows:
2730d632649SJohn Baldwin.Bl -tag -width lockname
274287d1861SRuslan Ermilov.It Cm %cpu
275287d1861SRuslan ErmilovThe CPU utilization of the process; this is a decaying average over up to
2764b88c807SRodney W. Grimesa minute of previous (real) time.
2774b88c807SRodney W. GrimesSince the time base over which this is computed varies (since processes may
2784b88c807SRodney W. Grimesbe very young) it is possible for the sum of all
279287d1861SRuslan Ermilov.Cm %cpu
2804b88c807SRodney W. Grimesfields to exceed 100%.
281287d1861SRuslan Ermilov.It Cm %mem
2824b88c807SRodney W. GrimesThe percentage of real memory used by this process.
283287d1861SRuslan Ermilov.It Cm flags
284c01bf97cSSujal PatelThe flags associated with the process as in
2854b88c807SRodney W. Grimesthe include file
286fe08efe6SRuslan Ermilov.In sys/proc.h :
287bcf85d67SColin Percival.Bl -column P_STOPPED_SINGLE 0x4000000
288c01bf97cSSujal Patel.It Dv "P_ADVLOCK" Ta No "0x00001	Process may hold a POSIX advisory lock"
289c01bf97cSSujal Patel.It Dv "P_CONTROLT" Ta No "0x00002	Has a controlling terminal"
290bcf85d67SColin Percival.It Dv "P_KTHREAD" Ta No "0x00004	Kernel thread"
291bcf85d67SColin Percival.It Dv "P_NOLOAD" Ta No "0x00008	Ignore during load avg calculations"
292c01bf97cSSujal Patel.It Dv "P_PPWAIT" Ta No "0x00010	Parent is waiting for child to exec/exit"
293c01bf97cSSujal Patel.It Dv "P_PROFIL" Ta No "0x00020	Has started profiling"
294bcf85d67SColin Percival.It Dv "P_STOPPROF" Ta No "0x00040	Has thread in requesting to stop prof"
295c01bf97cSSujal Patel.It Dv "P_SUGID" Ta No "0x00100		Had set id privileges since last exec"
296c01bf97cSSujal Patel.It Dv "P_SYSTEM" Ta No "0x00200	System proc: no sigs, stats or swapping"
297bcf85d67SColin Percival.It Dv "P_SINGLE_EXIT" Ta No "0x00400	Threads suspending should exit, not wait"
298c01bf97cSSujal Patel.It Dv "P_TRACED" Ta No "0x00800	Debugged process being traced"
299bcf85d67SColin Percival.It Dv "P_WAITED" Ta No "0x01000	Someone is waiting for us"
300c01bf97cSSujal Patel.It Dv "P_WEXIT" Ta No "0x02000		Working on exiting"
301c01bf97cSSujal Patel.It Dv "P_EXEC" Ta No "0x04000		Process called exec"
302bcf85d67SColin Percival.It Dv "P_CONTINUED" Ta No "0x10000	Proc has continued from a stopped state"
303bcf85d67SColin Percival.It Dv "P_STOPPED_SIG" Ta No "0x20000	Stopped due to SIGSTOP/SIGTSTP"
304bcf85d67SColin Percival.It Dv "P_STOPPED_TRACE" Ta No "0x40000	Stopped because of tracing"
305bcf85d67SColin Percival.It Dv "P_STOPPED_SINGLE" Ta No "0x80000	Only one thread can continue"
306bcf85d67SColin Percival.It Dv "P_PROTECTED" Ta No "0x100000	Do not kill on memory overcommit"
307bcf85d67SColin Percival.It Dv "P_SIGEVENT" Ta No "0x200000	Process pending signals changed"
308bcf85d67SColin Percival.It Dv "P_JAILED" Ta No "0x1000000	Process is in jail"
309bcf85d67SColin Percival.It Dv "P_INEXEC" Ta No "0x4000000	Process is in execve()"
3104b88c807SRodney W. Grimes.El
311287d1861SRuslan Ermilov.It Cm label
3122af538ebSRobert WatsonThe MAC label of the process.
313287d1861SRuslan Ermilov.It Cm lim
3144b88c807SRodney W. GrimesThe soft limit on memory used, specified via a call to
3154b88c807SRodney W. Grimes.Xr setrlimit 2 .
316287d1861SRuslan Ermilov.It Cm lstart
317287d1861SRuslan ErmilovThe exact time the command started, using the
318287d1861SRuslan Ermilov.Ql %c
319287d1861SRuslan Ermilovformat described in
3204b88c807SRodney W. Grimes.Xr strftime 3 .
321287d1861SRuslan Ermilov.It Cm lockname
3220d632649SJohn BaldwinThe name of the lock that the process is currently blocked on.
3239b67ac59SJohn BaldwinIf the name is invalid or unknown, then
32412e720d7SRuslan Ermilov.Dq ???\&
3259b67ac59SJohn Baldwinis displayed.
3266aac4c27SXin LI.It Cm logname
3276aac4c27SXin LIThe login name associated with the session the process is in (see
3286aac4c27SXin LI.Xr getlogin 2 ) .
329287d1861SRuslan Ermilov.It Cm mwchan
3300d632649SJohn BaldwinThe event name if the process is blocked normally, or the lock name if
3310d632649SJohn Baldwinthe process is blocked on a lock.
3320d632649SJohn BaldwinSee the wchan and lockname keywords
333d9a5f890SMatthew Dillonfor details.
334287d1861SRuslan Ermilov.It Cm nice
3354b88c807SRodney W. GrimesThe process scheduling increment (see
3364b88c807SRodney W. Grimes.Xr setpriority 2 ) .
337287d1861SRuslan Ermilov.It Cm rss
3384b88c807SRodney W. Grimesthe real memory (resident set) size of the process (in 1024 byte units).
339287d1861SRuslan Ermilov.It Cm start
3404b88c807SRodney W. GrimesThe time the command started.
3414b88c807SRodney W. GrimesIf the command started less than 24 hours ago, the start time is
342287d1861SRuslan Ermilovdisplayed using the
343287d1861SRuslan Ermilov.Dq Li %l:ps.1p
344287d1861SRuslan Ermilovformat described in
3454b88c807SRodney W. Grimes.Xr strftime 3 .
3464b88c807SRodney W. GrimesIf the command started less than 7 days ago, the start time is
347287d1861SRuslan Ermilovdisplayed using the
348287d1861SRuslan Ermilov.Dq Li %a6.15p
349287d1861SRuslan Ermilovformat.
350287d1861SRuslan ErmilovOtherwise, the start time is displayed using the
351287d1861SRuslan Ermilov.Dq Li %e%b%y
352287d1861SRuslan Ermilovformat.
353287d1861SRuslan Ermilov.It Cm state
354a54b88d8SChristian BruefferThe state is given by a sequence of characters, for example,
355287d1861SRuslan Ermilov.Dq Li RWNA .
356a54b88d8SChristian BruefferThe first character indicates the run state of the process:
3574b88c807SRodney W. Grimes.Pp
3584b88c807SRodney W. Grimes.Bl -tag -width indent -compact
359287d1861SRuslan Ermilov.It Li D
3604b88c807SRodney W. GrimesMarks a process in disk (or other short term, uninterruptible) wait.
361287d1861SRuslan Ermilov.It Li I
3624b88c807SRodney W. GrimesMarks a process that is idle (sleeping for longer than about 20 seconds).
363287d1861SRuslan Ermilov.It Li L
3640d632649SJohn BaldwinMarks a process that is waiting to acquire a lock.
365287d1861SRuslan Ermilov.It Li R
3664b88c807SRodney W. GrimesMarks a runnable process.
367287d1861SRuslan Ermilov.It Li S
3684b88c807SRodney W. GrimesMarks a process that is sleeping for less than about 20 seconds.
369287d1861SRuslan Ermilov.It Li T
3704b88c807SRodney W. GrimesMarks a stopped process.
371287d1861SRuslan Ermilov.It Li W
372bcf85d67SColin PercivalMarks an idle interrupt thread.
373287d1861SRuslan Ermilov.It Li Z
374287d1861SRuslan ErmilovMarks a dead process (a
375287d1861SRuslan Ermilov.Dq zombie ) .
3764b88c807SRodney W. Grimes.El
3774b88c807SRodney W. Grimes.Pp
3784b88c807SRodney W. GrimesAdditional characters after these, if any, indicate additional state
3794b88c807SRodney W. Grimesinformation:
3804b88c807SRodney W. Grimes.Pp
3814b88c807SRodney W. Grimes.Bl -tag -width indent -compact
382287d1861SRuslan Ermilov.It Li +
3834b88c807SRodney W. GrimesThe process is in the foreground process group of its control terminal.
384287d1861SRuslan Ermilov.It Li <
385287d1861SRuslan ErmilovThe process has raised CPU scheduling priority.
386287d1861SRuslan Ermilov.It Li E
3874b88c807SRodney W. GrimesThe process is trying to exit.
388287d1861SRuslan Ermilov.It Li J
389bcf85d67SColin PercivalMarks a process which is in
390bcf85d67SColin Percival.Xr jail 2 .
391bcf85d67SColin PercivalThe hostname of the prison can be found in
392287d1861SRuslan Ermilov.Pa /proc/ Ns Ao Ar pid Ac Ns Pa /status .
393287d1861SRuslan Ermilov.It Li L
3944b88c807SRodney W. GrimesThe process has pages locked in core (for example, for raw
3954b88c807SRodney W. Grimes.Tn I/O ) .
396287d1861SRuslan Ermilov.It Li N
397287d1861SRuslan ErmilovThe process has reduced CPU scheduling priority (see
3984b88c807SRodney W. Grimes.Xr setpriority 2 ) .
399287d1861SRuslan Ermilov.It Li s
4004b88c807SRodney W. GrimesThe process is a session leader.
401287d1861SRuslan Ermilov.It Li V
4024b88c807SRodney W. GrimesThe process is suspended during a
403c6e69125SPhilippe Charnier.Xr vfork 2 .
404287d1861SRuslan Ermilov.It Li W
4054b88c807SRodney W. GrimesThe process is swapped out.
406287d1861SRuslan Ermilov.It Li X
4074b88c807SRodney W. GrimesThe process is being traced or debugged.
4084b88c807SRodney W. Grimes.El
409287d1861SRuslan Ermilov.It Cm tt
4104b88c807SRodney W. GrimesAn abbreviation for the pathname of the controlling terminal, if any.
41177027e30SJoseph KoshyThe abbreviation consists of the three letters following
412c9a8d1f4SPhilippe Charnier.Pa /dev/tty ,
413287d1861SRuslan Ermilovor, for the console,
414287d1861SRuslan Ermilov.Dq Li con .
415287d1861SRuslan ErmilovThis is followed by a
416287d1861SRuslan Ermilov.Ql -
417287d1861SRuslan Ermilovif the process can no longer reach that
4184b88c807SRodney W. Grimescontrolling terminal (i.e., it has been revoked).
419287d1861SRuslan Ermilov.It Cm wchan
4204b88c807SRodney W. GrimesThe event (an address in the system) on which a process waits.
4214b88c807SRodney W. GrimesWhen printed numerically, the initial part of the address is
4224b88c807SRodney W. Grimestrimmed off and the result is printed in hex, for example, 0x80324000 prints
4234b88c807SRodney W. Grimesas 324000.
4244b88c807SRodney W. Grimes.El
4254b88c807SRodney W. Grimes.Pp
4264b88c807SRodney W. GrimesWhen printing using the command keyword, a process that has exited and
4274b88c807SRodney W. Grimeshas a parent that has not yet waited for the process (in other words, a zombie)
428287d1861SRuslan Ermilovis listed as
429287d1861SRuslan Ermilov.Dq Li <defunct> ,
430287d1861SRuslan Ermilovand a process which is blocked while trying
431287d1861SRuslan Ermilovto exit is listed as
432287d1861SRuslan Ermilov.Dq Li <exiting> .
4336aac4c27SXin LIIf the arguments cannot be located (usually because it has not been set, as is
4346aac4c27SXin LIthe case of system processes and/or kernel threads) the command name is printed
4356aac4c27SXin LIwithin square brackets.
436e004acc8SPhilippe CharnierThe
437e004acc8SPhilippe Charnier.Nm
4386aac4c27SXin LIutility first tries to obtain the arguments cached by the kernel (if they were
4396aac4c27SXin LIshorter than the value of the
4406aac4c27SXin LI.Va kern.ps_arg_cache_limit
4416aac4c27SXin LIsysctl).
4426aac4c27SXin LIThe process can change the arguments shown with
4436aac4c27SXin LI.Xr setproctitle 3 .
4446aac4c27SXin LIOtherwise,
4456aac4c27SXin LI.Nm
4464b88c807SRodney W. Grimesmakes an educated guess as to the file name and arguments given when the
4474b88c807SRodney W. Grimesprocess was created by examining memory or the swap area.
4484b88c807SRodney W. GrimesThe method is inherently somewhat unreliable and in any event a process
4496aac4c27SXin LIis entitled to destroy this information.
4504b88c807SRodney W. GrimesThe ucomm (accounting) keyword can, however, be depended on.
4516aac4c27SXin LIIf the arguments are unavailable or do not agree with the ucomm keyword,
4526aac4c27SXin LIthe value for the ucomm keyword is appended to the arguments in parentheses.
4534b88c807SRodney W. Grimes.Sh KEYWORDS
4544b88c807SRodney W. GrimesThe following is a complete list of the available keywords and their
4554b88c807SRodney W. Grimesmeanings.
4564b88c807SRodney W. GrimesSeveral of them have aliases (keywords which are synonyms).
4574b88c807SRodney W. Grimes.Pp
458287d1861SRuslan Ermilov.Bl -tag -width ".Cm sigignore" -compact
459287d1861SRuslan Ermilov.It Cm %cpu
460287d1861SRuslan Ermilovpercentage CPU usage (alias
461287d1861SRuslan Ermilov.Cm pcpu )
462287d1861SRuslan Ermilov.It Cm %mem
463287d1861SRuslan Ermilovpercentage memory usage (alias
464287d1861SRuslan Ermilov.Cm pmem )
465287d1861SRuslan Ermilov.It Cm acflag
466287d1861SRuslan Ermilovaccounting flag (alias
467287d1861SRuslan Ermilov.Cm acflg )
468287d1861SRuslan Ermilov.It Cm args
46903334017SJuli Mallettcommand and arguments
470287d1861SRuslan Ermilov.It Cm comm
47103334017SJuli Mallettcommand
472287d1861SRuslan Ermilov.It Cm command
47303334017SJuli Mallettcommand and arguments
474287d1861SRuslan Ermilov.It Cm cpu
475287d1861SRuslan Ermilovshort-term CPU usage factor (for scheduling)
476287d1861SRuslan Ermilov.It Cm etime
47776e1a9feSJuli Mallettelapsed running time
478287d1861SRuslan Ermilov.It Cm flags
479287d1861SRuslan Ermilovthe process flags, in hexadecimal (alias
480287d1861SRuslan Ermilov.Cm f )
481287d1861SRuslan Ermilov.It Cm inblk
482287d1861SRuslan Ermilovtotal blocks read (alias
483287d1861SRuslan Ermilov.Cm inblock )
484a990344fSPawel Jakub Dawidek.It Cm jid
485a990344fSPawel Jakub Dawidekjail ID
486287d1861SRuslan Ermilov.It Cm jobc
4874b88c807SRodney W. Grimesjob control count
488287d1861SRuslan Ermilov.It Cm ktrace
4894b88c807SRodney W. Grimestracing flags
490287d1861SRuslan Ermilov.It Cm label
4912af538ebSRobert WatsonMAC label
492287d1861SRuslan Ermilov.It Cm lim
4934b88c807SRodney W. Grimesmemoryuse limit
4946aac4c27SXin LI.It Cm lockname
4956aac4c27SXin LIlock currently blocked on (as a symbolic name)
496287d1861SRuslan Ermilov.It Cm logname
4976aac4c27SXin LIlogin name of user who started the session
498287d1861SRuslan Ermilov.It Cm lstart
4994b88c807SRodney W. Grimestime started
500287d1861SRuslan Ermilov.It Cm majflt
5014b88c807SRodney W. Grimestotal page faults
502287d1861SRuslan Ermilov.It Cm minflt
5034b88c807SRodney W. Grimestotal page reclaims
504287d1861SRuslan Ermilov.It Cm msgrcv
5054b88c807SRodney W. Grimestotal messages received (reads from pipes/sockets)
506287d1861SRuslan Ermilov.It Cm msgsnd
5074b88c807SRodney W. Grimestotal messages sent (writes on pipes/sockets)
508287d1861SRuslan Ermilov.It Cm mwchan
5090d632649SJohn Baldwinwait channel or lock currently blocked on
510287d1861SRuslan Ermilov.It Cm nice
511287d1861SRuslan Ermilovnice value (alias
512287d1861SRuslan Ermilov.Cm ni )
513287d1861SRuslan Ermilov.It Cm nivcsw
5144b88c807SRodney W. Grimestotal involuntary context switches
515287d1861SRuslan Ermilov.It Cm nsigs
516287d1861SRuslan Ermilovtotal signals taken (alias
517287d1861SRuslan Ermilov.Cm nsignals )
518287d1861SRuslan Ermilov.It Cm nswap
5194b88c807SRodney W. Grimestotal swaps in/out
520287d1861SRuslan Ermilov.It Cm nvcsw
5214b88c807SRodney W. Grimestotal voluntary context switches
522287d1861SRuslan Ermilov.It Cm nwchan
5234b88c807SRodney W. Grimeswait channel (as an address)
524287d1861SRuslan Ermilov.It Cm oublk
525287d1861SRuslan Ermilovtotal blocks written (alias
526287d1861SRuslan Ermilov.Cm oublock )
527287d1861SRuslan Ermilov.It Cm paddr
5284b88c807SRodney W. Grimesswap address
529287d1861SRuslan Ermilov.It Cm pagein
5304b88c807SRodney W. Grimespageins (same as majflt)
531287d1861SRuslan Ermilov.It Cm pgid
5324b88c807SRodney W. Grimesprocess group number
533287d1861SRuslan Ermilov.It Cm pid
534287d1861SRuslan Ermilovprocess ID
535287d1861SRuslan Ermilov.It Cm poip
5364b88c807SRodney W. Grimespageouts in progress
537287d1861SRuslan Ermilov.It Cm ppid
538287d1861SRuslan Ermilovparent process ID
539287d1861SRuslan Ermilov.It Cm pri
5404b88c807SRodney W. Grimesscheduling priority
541287d1861SRuslan Ermilov.It Cm re
5424b88c807SRodney W. Grimescore residency time (in seconds; 127 = infinity)
543287d1861SRuslan Ermilov.It Cm rgid
544287d1861SRuslan Ermilovreal group ID
545287d1861SRuslan Ermilov.It Cm rgroup
546e8eef4bbSJuli Mallettgroup name (from rgid)
547287d1861SRuslan Ermilov.It Cm rlink
5484b88c807SRodney W. Grimesreverse link on run queue, or 0
549287d1861SRuslan Ermilov.It Cm rss
5504b88c807SRodney W. Grimesresident set size
551287d1861SRuslan Ermilov.It Cm rtprio
552a837235aSDavid Greenmanrealtime priority (101 = not a realtime process)
553287d1861SRuslan Ermilov.It Cm ruid
554287d1861SRuslan Ermilovreal user ID
555287d1861SRuslan Ermilov.It Cm ruser
5564b88c807SRodney W. Grimesuser name (from ruid)
557287d1861SRuslan Ermilov.It Cm sid
558287d1861SRuslan Ermilovsession ID
559287d1861SRuslan Ermilov.It Cm sig
560287d1861SRuslan Ermilovpending signals (alias
561287d1861SRuslan Ermilov.Cm pending )
562287d1861SRuslan Ermilov.It Cm sigcatch
563287d1861SRuslan Ermilovcaught signals (alias
564287d1861SRuslan Ermilov.Cm caught )
565287d1861SRuslan Ermilov.It Cm sigignore
566287d1861SRuslan Ermilovignored signals (alias
567287d1861SRuslan Ermilov.Cm ignored )
568287d1861SRuslan Ermilov.It Cm sigmask
569287d1861SRuslan Ermilovblocked signals (alias
570287d1861SRuslan Ermilov.Cm blocked )
571287d1861SRuslan Ermilov.It Cm sl
5724b88c807SRodney W. Grimessleep time (in seconds; 127 = infinity)
573287d1861SRuslan Ermilov.It Cm start
5744b88c807SRodney W. Grimestime started
575287d1861SRuslan Ermilov.It Cm state
576287d1861SRuslan Ermilovsymbolic process state (alias
577287d1861SRuslan Ermilov.Cm stat )
578287d1861SRuslan Ermilov.It Cm svgid
5794b88c807SRodney W. Grimessaved gid from a setgid executable
580287d1861SRuslan Ermilov.It Cm svuid
581287d1861SRuslan Ermilovsaved UID from a setuid executable
582287d1861SRuslan Ermilov.It Cm tdev
5834b88c807SRodney W. Grimescontrol terminal device number
584287d1861SRuslan Ermilov.It Cm time
585287d1861SRuslan Ermilovaccumulated CPU time, user + system (alias
586287d1861SRuslan Ermilov.Cm cputime )
587287d1861SRuslan Ermilov.It Cm tpgid
588287d1861SRuslan Ermilovcontrol terminal process group ID
589287d1861SRuslan Ermilov.\".It Cm trss
5904b88c807SRodney W. Grimes.\"text resident set size (in Kbytes)
591287d1861SRuslan Ermilov.It Cm tsid
592287d1861SRuslan Ermilovcontrol terminal session ID
593287d1861SRuslan Ermilov.It Cm tsiz
5944b88c807SRodney W. Grimestext size (in Kbytes)
595287d1861SRuslan Ermilov.It Cm tt
5964b88c807SRodney W. Grimescontrol terminal name (two letter abbreviation)
597287d1861SRuslan Ermilov.It Cm tty
5984b88c807SRodney W. Grimesfull name of control terminal
599287d1861SRuslan Ermilov.It Cm uprocp
6004b88c807SRodney W. Grimesprocess pointer
601287d1861SRuslan Ermilov.It Cm ucomm
6024b88c807SRodney W. Grimesname to be used for accounting
603287d1861SRuslan Ermilov.It Cm uid
604287d1861SRuslan Ermiloveffective user ID
605287d1861SRuslan Ermilov.It Cm upr
606287d1861SRuslan Ermilovscheduling priority on return from system call (alias
607287d1861SRuslan Ermilov.Cm usrpri )
608287d1861SRuslan Ermilov.It Cm user
609287d1861SRuslan Ermilovuser name (from UID)
610287d1861SRuslan Ermilov.It Cm vsz
611287d1861SRuslan Ermilovvirtual size in Kbytes (alias
612287d1861SRuslan Ermilov.Cm vsize )
613287d1861SRuslan Ermilov.It Cm wchan
6144b88c807SRodney W. Grimeswait channel (as a symbolic name)
615287d1861SRuslan Ermilov.It Cm xstat
6164b88c807SRodney W. Grimesexit or stop status (valid only for stopped or zombie process)
6174b88c807SRodney W. Grimes.El
6184f18100dSTim J. Robbins.Sh ENVIRONMENT
6194f18100dSTim J. RobbinsThe following environment variables affect the execution of
6204f18100dSTim J. Robbins.Nm :
6214f18100dSTim J. Robbins.Bl -tag -width ".Ev COLUMNS"
6224f18100dSTim J. Robbins.It Ev COLUMNS
6234f18100dSTim J. RobbinsIf set, specifies the user's preferred output width in column positions.
6244f18100dSTim J. RobbinsBy default,
6254f18100dSTim J. Robbins.Nm
6264f18100dSTim J. Robbinsattempts to automatically determine the terminal width.
6274f18100dSTim J. Robbins.El
6284b88c807SRodney W. Grimes.Sh FILES
629cd31922fSRuslan Ermilov.Bl -tag -width ".Pa /boot/kernel/kernel" -compact
6301063e126SJosef Karthauser.It Pa /boot/kernel/kernel
6314b88c807SRodney W. Grimesdefault system namelist
6321c0c7731SJoerg Wunsch.It Pa /proc
6331c0c7731SJoerg Wunschthe mount point of
6341c0c7731SJoerg Wunsch.Xr procfs 5
6354b88c807SRodney W. Grimes.El
6364b88c807SRodney W. Grimes.Sh SEE ALSO
6374b88c807SRodney W. Grimes.Xr kill 1 ,
638585bf557SGarance A Drosehn.Xr pgrep 1 ,
639585bf557SGarance A Drosehn.Xr pkill 1 ,
6404b88c807SRodney W. Grimes.Xr w 1 ,
6414b88c807SRodney W. Grimes.Xr kvm 3 ,
6424b88c807SRodney W. Grimes.Xr strftime 3 ,
643ac06cb0aSRobert Watson.Xr mac 4 ,
644b5f82180SRuslan Ermilov.Xr procfs 5 ,
6459b67ac59SJohn Baldwin.Xr pstat 8 ,
6466b821228SDima Dorfman.Xr sysctl 8 ,
6479b67ac59SJohn Baldwin.Xr mutex 9
648a4c8a745SGarance A Drosehn.Sh STANDARDS
6496aac4c27SXin LIFor historical reasons, the
650a4c8a745SGarance A Drosehn.Nm
651a4c8a745SGarance A Drosehnutility under
652a4c8a745SGarance A Drosehn.Fx
653a4c8a745SGarance A Drosehnsupports a different set of options from what is described by
654a4c8a745SGarance A Drosehn.St -p1003.2 ,
655287d1861SRuslan Ermilovand what is supported on
656287d1861SRuslan Ermilov.No non- Ns Bx
657287d1861SRuslan Ermilovoperating systems.
658a13d4e42SJuli Mallett.Sh HISTORY
659a13d4e42SJuli MallettThe
660a13d4e42SJuli Mallett.Nm
661a13d4e42SJuli Mallettcommand appeared in
6627140a0e9SJuli Mallett.At v4 .
6634b88c807SRodney W. Grimes.Sh BUGS
6644b88c807SRodney W. GrimesSince
665c9a8d1f4SPhilippe Charnier.Nm
6664b88c807SRodney W. Grimescannot run faster than the system and is run as any other scheduled
6674b88c807SRodney W. Grimesprocess, the information it displays can never be exact.
668b59ca660STim J. Robbins.Pp
669b59ca660STim J. RobbinsThe
670b59ca660STim J. Robbins.Nm
671b59ca660STim J. Robbinsutility does not correctly display argument lists containing multibyte
672b59ca660STim J. Robbinscharacters.
673