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