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