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