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