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