1 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\" may be used to endorse or promote products derived from this software
14 .\" without specific prior written permission.
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" @(#)ps.1 8.3 (Berkeley) 4/18/94
29 .\" $FreeBSD: src/bin/ps/ps.1,v 1.24.2.7 2002/06/20 22:43:33 charnier Exp $
39 .Op Fl AaCcefHhjlmrRSTuvwx
53 displays a header line followed by lines containing information about your
54 processes that have controlling terminals.
55 This information is sorted by controlling terminal, then by process ID.
57 The information displayed is selected based on a set of keywords (see the
63 The default output format includes, for each process, the process' ID,
64 controlling terminal, CPU time (including both user and system time),
65 state, and associated command.
67 The process file system (see
69 should be mounted when
71 is executed, otherwise not all information will be available.
73 The options are as follows:
74 .Bl -tag -width indent
76 Display information about other users' processes as well as your own.
77 This can be disabled by setting the
78 .Va security.ps_showallprocs
84 Change the ``command'' column output to just contain the executable name,
85 rather than the full command line.
87 Change the way the CPU percentage is calculated by using a ``raw''
88 CPU calculation that ignores ``resident'' time (this normally has
91 Display the environment as well.
93 Show commandline and environment information about swapped out processes.
94 This option is honored only if the uid of the user is 0.
96 Print one line per lightweight process (LWP) instead of one line per process.
97 When this option is set and the
99 option is not set, the
101 column is inserted in the output format after the
105 Repeat the information header as often as necessary to guarantee one
106 header per page of information.
108 Print information associated with the following keywords:
109 .Cm user , pid , ppid , pgid , sess , jobc , state , tt , time ,
113 List the set of available keywords.
115 Display information associated with the following keywords:
116 .Cm uid , pid , ppid , cpu , pri , nice , vsz , rss , wchan , state ,
121 Extract values associated with the name list from the specified core
122 instead of the default
125 Sort by memory usage, instead of by process ID.
127 Extract the name list from the specified system instead of the default
130 Add the information associated with the space or comma separated list
131 of keywords specified, after the process ID,
132 in the default information
134 Keywords may be appended with an equals (``='') sign and a string.
135 This causes the printed header to use the specified string instead of
138 Display information associated with the space or comma separated list
139 of keywords specified.
140 Keywords may be appended with an equals (``='') sign and a string.
141 This causes the printed header to use the specified string instead of
144 Display information associated with the specified process ID.
146 Sort by current CPU usage, instead of by process ID.
148 Subsort by parent/child chain. This very useful option makes
149 the parent/child associations clear and understandable.
150 If used in combination with
152 then all children of the specified process will be output
153 recursively in addition to the process itself.
155 Change the way the process time is calculated by summing all exited
156 children to their parent process.
158 Display information about processes attached to the device associated
159 with the standard input.
161 Display information about processes attached to the specified terminal
164 Display the processes belonging to the specified
167 Display information associated with the following keywords:
168 .Cm user , pid, %cpu , %mem , vsz , rss , tt , state , start , time ,
177 Display information associated with the following keywords:
178 .Cm pid , state , time , sl , re , pagein , vsz , rss , lim , tsiz ,
188 Use 132 columns to display information, instead of the default which
192 option is specified more than once,
194 will use as many columns as necessary without regard for your window size.
196 Display information about processes without controlling terminals.
199 A complete list of the available keywords are listed below.
200 Some of these keywords are further specified as follows:
201 .Bl -tag -width ".Cm lstart"
203 The CPU utilization of the process; this is a decaying average over up to
204 a minute of previous (real) time.
205 Since the time base over which this is computed varies (since processes may
206 be very young) it is possible for the sum of all
208 fields to exceed 100%.
210 The percentage of real memory used by this process.
212 The flags associated with the process as in
216 The soft limit on memory used, specified via a call to
219 The exact time the command started, using the ``%c'' format described in
222 The process scheduling increment (see
223 .Xr setpriority 2 ) .
225 the real memory (resident set) size of the process (in 1024 byte units).
227 The time the command started.
228 If the command started less than 24 hours ago, the start time is
229 displayed using the ``%l:ps.1p'' format described in
231 If the command started less than 7 days ago, the start time is
232 displayed using the ``%a6.15p'' format.
233 Otherwise, the start time is displayed using the ``%e%b%y'' format.
235 The state is given by a sequence of letters, for example,
237 The first letter indicates the run state of the process:
239 .Bl -tag -width indent -compact
241 Marks a blocked kernel thread.
243 Marks a process in disk (or other short term, uninterruptible) wait.
245 Marks a process that is idle (sleeping for longer than about 20 seconds).
247 Marks a process which is in
249 The hostname of the prison can be found in
250 .Pa /proc/ Ns Ao Ar pid Ac Ns Pa /status .
252 Marks a runnable process and is followed by the CPU number.
254 Marks a process that is sleeping for less than about 20 seconds.
256 Marks a stopped process.
258 Marks a dead process (a
262 Additional characters after these, if any, indicate additional state
265 .Bl -tag -width indent -compact
267 The process is in the foreground process group of its control terminal.
269 The process has raised CPU scheduling priority.
271 The process has specified a soft limit on memory requirements and is
272 currently exceeding that limit; such a process is (necessarily) not
275 the process has asked for random page replacement
276 .Pf ( Dv MADV_RANDOM ,
281 in a garbage collect).
283 The process is trying to exit.
285 The process has reduced CPU scheduling priority (see
286 .Xr setpriority 2 ) .
288 The process has asked for FIFO page replacement
289 .Pf ( Dv MADV_SEQUENTIAL ,
292 for example, a large image processing program using virtual memory to
293 sequentially address voluminous data).
295 The process is a session leader.
297 The process is suspended during a
300 The process is swapped out.
302 The process is being traced or debugged.
305 An abbreviation for the pathname of the controlling terminal, if any.
306 The abbreviation consists of the three letters following
308 or, for the console, ``con''.
309 This is followed by a ``-'' if the process can no longer reach that
310 controlling terminal (i.e., it has been revoked).
312 The event (an address in the system) on which a process waits.
313 When printed numerically, the initial part of the address is
314 trimmed off and the result is printed in hex, for example, 0x80324000 prints
315 as 324000. Note that blocked threads often only have ascii wchan's.
318 When printing using the
320 keyword, a process that has exited and
321 has a parent that has not yet waited for the process (in other words, a zombie)
322 is listed as ``<defunct>'', and a process which is blocked while trying
323 to exit is listed as ``<exiting>''.
327 makes an educated guess as to the file name and arguments given when the
328 process was created by examining memory or the swap area.
329 The method is inherently somewhat unreliable and in any event a process
330 is entitled to destroy this information, so the names cannot be depended
334 (accounting) keyword can, however, be depended on.
336 The following is a complete list of the available keywords and their
338 Several of them have aliases (keywords which are synonyms).
340 .Bl -tag -width ".Cm sigignore" -compact
342 percentage CPU usage (alias
345 percentage memory usage (alias
348 accounting flag (alias
351 batchness of the process (higher numbers mean less interactivity)
353 command and arguments (alias
356 short-term CPU usage factor (for scheduling)
358 the process flags, in hexadecimal (alias
361 total blocks read (alias
372 CPU ID the process was last scheduled on
376 login name of user who started the process (alias
385 total messages received (reads from pipes/sockets)
387 total messages sent (writes on pipes/sockets)
392 total involuntary context switches
394 number of lightweight processes
396 total signals taken (alias
401 total voluntary context switches
403 wait channel (as an address)
405 total blocks written (alias
408 resource usage (valid only for zombie)
421 scheduling priority (lower == better)
423 core residency time (in seconds; 127 = infinity)
427 .\" reverse link on run queue, or 0
431 resident set size + (text size / text use count) (alias
434 realtime priority (101 = not a realtime process)
438 user name (from ruid)
442 pending signals (alias
445 caught signals (alias
448 ignored signals (alias
451 blocked signals (alias
454 sleep time (in seconds; 127 = infinity)
458 symbolic process state (alias
461 saved gid from a setgid executable
463 saved uid from a setuid executable
465 control terminal device number
467 LWKT thread priority (0-31, 31 highest), and critical section count
469 thread ID (aka lightweight process ID)
471 accumulated CPU time, user + system (alias
474 control terminal process group ID
476 .\"text resident set size (in Kbytes)
478 control terminal session pointer
480 pending thread signals
482 text size (in Kbytes)
484 control terminal name (two letter abbreviation)
486 full name of control terminal
488 name to be used for accounting (alias
495 virtual size in Kbytes (alias
498 wait channel (as a symbolic name)
500 exit or stop status (valid only for stopped or zombie process)
503 .Bl -tag -width /var/db/kvm_kernel.db -compact
505 default kernel memory
506 .It Pa /var/run/dev.db
508 .It Pa /var/db/kvm_kernel.db
509 system namelist database
511 default system namelist
529 in section 8 of the manual.
533 cannot run faster than the system and is run as any other scheduled
534 process, the information it displays can never be exact.