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