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