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