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