[BACK]Return to top.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Annotation of src/usr.bin/top/top.1, Revision 1.42

1.42    ! jmc         1: .\"    $OpenBSD: top.1,v 1.41 2007/02/09 21:15:18 jmc Exp $
1.2       downsj      2: .\"
                      3: .\" Copyright (c) 1997, Jason Downs.  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: .\"
                     14: .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
                     15: .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
                     16: .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
                     17: .\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
                     18: .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
                     19: .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
                     20: .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
                     21: .\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     22: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     23: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     24: .\" SUCH DAMAGE.
                     25: .\"
                     26: .Dd August 14, 1997
                     27: .Dt TOP 1
1.10      aaron      28: .Os
1.2       downsj     29: .Sh NAME
                     30: .Nm top
1.5       aaron      31: .Nd display and update information about the top CPU processes
1.2       downsj     32: .Sh SYNOPSIS
1.6       aaron      33: .Nm top
1.34      otto       34: .Op Fl bCIinqSTu
1.2       downsj     35: .Op Fl d Ar count
1.35      otto       36: .Op Fl g Ar command
1.23      jmc        37: .Op Fl o Ar field
1.25      otto       38: .Op Fl p Ar pid
1.2       downsj     39: .Op Fl s Ar time
                     40: .Op Fl U Ar username
                     41: .Op Ar number
                     42: .Sh DESCRIPTION
                     43: .Nm
                     44: displays the top processes on the system and periodically updates this
1.13      aaron      45: information.
                     46: If standard output is an intelligent terminal (see below) then
1.1       downsj     47: as many processes as will fit on the terminal screen are displayed
1.13      aaron      48: by default.
                     49: Otherwise, a good number of them are shown (around 20).
                     50: Raw CPU percentage is used to rank the processes.
                     51: If
1.2       downsj     52: .Ar number
1.1       downsj     53: is given, then the top
1.2       downsj     54: .Ar number
1.1       downsj     55: processes will be displayed instead of the default.
1.2       downsj     56: .Pp
                     57: .Nm
1.1       downsj     58: makes a distinction between terminals that support advanced capabilities
1.13      aaron      59: and those that do not.
                     60: This distinction affects the choice of defaults for certain options.
                     61: In the remainder of this document, an
1.2       downsj     62: .Em intelligent
                     63: terminal is one that supports cursor addressing, clear screen, and clear
1.13      aaron      64: to end of line.
                     65: Conversely, a
                     66: .Dq dumb
                     67: terminal is one that does not support such features.
                     68: If the output of
1.2       downsj     69: .Nm
1.1       downsj     70: is redirected to a file, it acts as if it were being run on a dumb
                     71: terminal.
1.12      aaron      72: .Pp
                     73: The options are as follows:
1.15      aaron      74: .Bl -tag -width Ds
1.2       downsj     75: .It Fl b
                     76: Use
                     77: .Em batch
1.13      aaron      78: mode.
                     79: In this mode, all input from the terminal is ignored.
                     80: Interrupt characters (such as
                     81: .Ql ^C
                     82: and
                     83: .Ql ^\e )
                     84: still have an effect.
1.1       downsj     85: This is the default on a dumb terminal, or when the output is not a terminal.
1.34      otto       86: .It Fl C
1.42    ! jmc        87: Show command line arguments
        !            88: as well as the process itself.
1.23      jmc        89: .It Fl d Ar count
                     90: Show only
                     91: .Ar count
                     92: displays, then exit.
                     93: A display is considered to be one update of the screen.
                     94: This option allows the user to select the number of displays
                     95: to be shown before
                     96: .Nm
                     97: automatically exits.
                     98: For intelligent terminals, no upper limit is set.
                     99: The default is 1 for dumb terminals.
1.35      otto      100: .It Fl g Ar command
                    101: Show only processes that contain the string
                    102: .Ar command
                    103: in their command name.
1.27      jmc       104: .It Fl I
                    105: Do not display idle processes.
                    106: By default,
                    107: .Nm
                    108: displays both active and idle processes.
1.2       downsj    109: .It Fl i
                    110: Use
                    111: .Em interactive
1.13      aaron     112: mode.
                    113: In this mode, any input is immediately read for processing.
                    114: See the section on
1.2       downsj    115: .Sx INTERACTIVE MODE
1.13      aaron     116: for an explanation of which keys perform what functions.
                    117: After the command
1.2       downsj    118: is processed, the screen will immediately be updated, even if the command was
1.13      aaron     119: not understood.
                    120: This mode is the default when standard output is an intelligent terminal.
1.2       downsj    121: .It Fl n
1.10      aaron     122: Use
1.2       downsj    123: .Em non-interactive
1.13      aaron     124: mode.
                    125: This is identical to
1.2       downsj    126: .Em batch
1.1       downsj    127: mode.
1.23      jmc       128: .It Fl o Ar field
                    129: Sort the process display area using the specified field as the primary key.
                    130: The field name is the name of the column as seen in the output,
                    131: but in lower case.
                    132: The
                    133: .Ox
1.26      jaredy    134: version of
                    135: .Nm
                    136: supports
1.23      jmc       137: .Ar cpu ,
                    138: .Ar size ,
                    139: .Ar res ,
                    140: .Ar time ,
                    141: and
                    142: .Ar pri .
1.25      otto      143: .It Fl p Ar pid
                    144: Show only the process
                    145: .Ar pid .
1.2       downsj    146: .It Fl q
1.1       downsj    147: Renice
1.2       downsj    148: .Nm
1.26      jaredy    149: to \-20 so that it will run faster.
1.13      aaron     150: This can be used when the system is
1.1       downsj    151: being very sluggish to improve the possibility of discovering the problem.
                    152: This option can only be used by root.
1.27      jmc       153: .It Fl S
                    154: Show system processes in the display.
                    155: Normally, system processes such as the pager and the swapper are not shown.
                    156: This option makes them visible.
1.23      jmc       157: .It Fl s Ar time
                    158: Set the delay between screen updates to
                    159: .Ar time
                    160: seconds.
                    161: The value may be fractional, to permit delays of less than 1 second.
                    162: The default delay between updates is 5 seconds.
1.32      tedu      163: .It Fl T
                    164: Show process threads in the display.
                    165: Normally, only the main process is shown.
                    166: This option makes all threads visible.
1.27      jmc       167: .It Fl U Ar username
                    168: Show only those processes owned by
                    169: .Ar username .
                    170: This option currently only accepts usernames and will not understand
                    171: UID numbers.
1.2       downsj    172: .It Fl u
1.13      aaron     173: Do not take the time to map UID numbers to usernames.
                    174: Normally,
1.2       downsj    175: .Nm
                    176: will read as much of the password database as is necessary to map
1.13      aaron     177: all the user ID numbers it encounters into login names.
                    178: This option
                    179: disables all that, while possibly decreasing execution time.
                    180: The UID numbers are displayed instead of the names.
1.2       downsj    181: .El
                    182: .Pp
1.1       downsj    183: Both
1.2       downsj    184: .Ar count
1.1       downsj    185: and
1.2       downsj    186: .Ar number
                    187: fields can be specified as
                    188: .Li infinite ,
1.13      aaron     189: indicating that they can stretch as far as possible.
                    190: This is accomplished by using any proper prefix of the keywords
1.2       downsj    191: .Li infinity ,
                    192: .Li maximum ,
1.1       downsj    193: or
1.2       downsj    194: .Li all .
1.1       downsj    195: The default for
1.2       downsj    196: .Ar count
1.1       downsj    197: on an intelligent terminal is, in fact,
1.2       downsj    198: .Li infinity .
                    199: .Pp
1.1       downsj    200: The environment variable
1.2       downsj    201: .Ev TOP
1.13      aaron     202: is examined for options before the command line is scanned.
                    203: This enables a user to set his or her own defaults.
                    204: The number of processes to display
1.1       downsj    205: can also be specified in the environment variable
1.2       downsj    206: .Ev TOP .
                    207: .Pp
1.1       downsj    208: The options
1.2       downsj    209: .Fl I ,
                    210: .Fl S ,
1.1       downsj    211: and
1.2       downsj    212: .Fl u
1.13      aaron     213: are actually toggles.
                    214: A second specification of any of these options
                    215: will negate the first.
                    216: Thus a user who has the environment variable
1.2       downsj    217: .Ev TOP
1.10      aaron     218: set to
1.5       aaron     219: .Dq -I
1.10      aaron     220: may use the command
1.5       aaron     221: .Dq top -I
1.2       downsj    222: to see idle processes.
                    223: .Sh INTERACTIVE MODE
1.1       downsj    224: When
1.2       downsj    225: .Nm
                    226: is running in
                    227: .Em interactive mode ,
1.13      aaron     228: it reads commands from the terminal and acts upon them accordingly.
                    229: In this mode, the terminal is put in
1.2       downsj    230: .Dv CBREAK ,
1.13      aaron     231: so that a character will be processed as soon as it is typed.
                    232: Almost always, a key will be pressed when
1.2       downsj    233: .Nm
1.1       downsj    234: is between displays; that is, while it is waiting for
1.2       downsj    235: .Ar time
1.13      aaron     236: seconds to elapse.
                    237: If this is the case, the command will be
1.1       downsj    238: processed and the display will be updated immediately thereafter
1.13      aaron     239: (reflecting any changes that the command may have specified).
                    240: This happens even if the command was incorrect.
                    241: If a key is pressed while
1.2       downsj    242: .Nm
1.1       downsj    243: is in the middle of updating the display, it will finish the update and
1.13      aaron     244: then process the command.
                    245: Some commands require additional information,
                    246: and the user will be prompted accordingly.
                    247: While typing this information
1.1       downsj    248: in, the user's erase and kill keys (as set up by the command
1.2       downsj    249: .Xr stty 1 )
1.1       downsj    250: are recognized, and a newline terminates the input.
1.2       downsj    251: .Pp
1.1       downsj    252: These commands are currently recognized (^L refers to control-L):
1.2       downsj    253: .Bl -tag -width XxXXXX
1.40      jmc       254: .It h \*(Ba \&?
1.27      jmc       255: Display a summary of the commands (help screen).
1.2       downsj    256: .It ^L
1.1       downsj    257: Redraw the screen.
1.2       downsj    258: .It q
1.1       downsj    259: Quit
1.40      jmc       260: .Nm .
1.23      jmc       261: .El
                    262: .Pp
                    263: The following commands may not be available with overstrike terminals:
                    264: .Bl -tag -width XxXXXX
1.38      otto      265: .It +
1.39      jmc       266: Reset any filters put in place by the
                    267: .Sq g ,
                    268: .Sq p ,
                    269: and
                    270: .Sq u
                    271: interactive commands,
                    272: or their command line equivalents.
1.29      markus    273: .It C
                    274: Toggle the display of process command line arguments.
1.40      jmc       275: .It d Ar n
                    276: Show number
                    277: .Ar n
                    278: displays.
1.1       downsj    279: Remember that the next display counts as one, so typing
1.40      jmc       280: .Sq d1
1.1       downsj    281: will make
1.2       downsj    282: .Nm
1.1       downsj    283: show one final display and then immediately exit.
1.23      jmc       284: .It e
                    285: Display a list of system errors (if any) generated by the last
                    286: .Li kill
                    287: or
                    288: .Li renice
                    289: command.
1.40      jmc       290: .It g Ar string
                    291: Display only processes that contain
                    292: .Ar string
                    293: in their command name.
                    294: .Sq g+
                    295: shows all processes.
                    296: .It I \*(Ba i
1.23      jmc       297: Toggle the display of idle processes.
1.41      jmc       298: .It Xo k
                    299: .Op - Ns Ar sig
                    300: .Ar pid
                    301: .Xc
                    302: Send signal
                    303: .No - Ns Ar sig
1.21      jmc       304: .Pf ( Dv TERM
1.41      jmc       305: by default) to process
                    306: .Ar pid .
1.13      aaron     307: This acts similarly to the command
1.2       downsj    308: .Xr kill 1 .
1.40      jmc       309: .It n\*(Ba# Ar n
                    310: Show number
                    311: .Ar n
                    312: processes.
                    313: .It o Ar field
                    314: Change the sorting order of the processes, selected by
                    315: .Ar field .
1.23      jmc       316: Values are the same as for the
                    317: .Fl o
                    318: flag, as detailed above.
1.40      jmc       319: .It p Ar pid
                    320: Display a specific process, selected by
                    321: .Ar pid .
                    322: .Sq p+
                    323: shows all processes.
                    324: .It r Ar n pid
1.2       downsj    325: Change the priority (the
                    326: .Em nice )
1.40      jmc       327: of a list of processes to number
                    328: .Ar n
                    329: for process
                    330: .Ar pid .
1.13      aaron     331: This acts similarly to the command
1.2       downsj    332: .Xr renice 8 .
1.27      jmc       333: .It S
                    334: Toggle the display of system processes.
1.40      jmc       335: .It s Ar n
                    336: Change the time of the delay between displays to
                    337: .Ar n
                    338: seconds.
1.36      otto      339: .It T
                    340: Toggle the display of process threads.
1.40      jmc       341: .It u Ar user
                    342: Display only processes owned by a specific
                    343: .Ar user .
                    344: .Sq u+
                    345: shows processes belonging to all users.
1.2       downsj    346: .El
                    347: .Sh THE DISPLAY
                    348: .\" The actual display varies depending on the specific variant of Unix
                    349: .\" that the machine is running.  This description may not exactly match
                    350: .\" what is seen by top running on this particular machine.  Differences
                    351: .\" are listed at the end of this manual entry.
                    352: .\" .Pp
1.1       downsj    353: The top few lines of the display show general information
                    354: about the state of the system, including
1.11      millert   355: .\" the last process ID assigned to a process,
1.2       downsj    356: .\" (on most systems),
1.24      millert   357: the three load average numbers,
1.1       downsj    358: the current time,
                    359: the number of existing processes,
                    360: the number of processes in each state
1.26      jaredy    361: (starting, running, idle, stopped, zombie, dead, and on processor),
1.1       downsj    362: and a percentage of time spent in each of the processor states
1.26      jaredy    363: (user, nice, system, interrupt, and idle).
1.17      aaron     364: It also includes information about physical and virtual memory allocation.
1.24      millert   365: The load average numbers give the number of jobs in the run queue averaged
1.26      jaredy    366: over 1, 5, and 15 minutes.
1.2       downsj    367: .Pp
1.1       downsj    368: The remainder of the screen displays information about individual
1.13      aaron     369: processes.
                    370: This display is similar in spirit to
1.2       downsj    371: .Xr ps 1
1.13      aaron     372: but it is not exactly the same.
1.26      jaredy    373: The following fields are displayed:
                    374: .Bl -tag -width USERNAME -offset indent
                    375: .It PID
                    376: The process ID.
                    377: .It USERNAME
                    378: The name of the process's owner.
                    379: .It UID
                    380: Used instead of USERNAME if
1.2       downsj    381: .Fl u
1.26      jaredy    382: is specified.
                    383: .It PRI
                    384: The current priority of the process.
                    385: .It NICE
                    386: The nice amount (in the range \-20 to 20).
                    387: .It SIZE
                    388: The total size of the process (the text, data, and stack segments).
                    389: .It RES
                    390: The current amount of resident memory.
                    391: .It STATE
                    392: The current state (one of
                    393: .Li start ,
                    394: .Li run ,
1.2       downsj    395: .Li sleep ,
1.26      jaredy    396: .Li stop ,
                    397: .Li idle ,
1.2       downsj    398: .Li zomb ,
1.26      jaredy    399: .Li dead ,
1.2       downsj    400: or
1.26      jaredy    401: .Li onproc ) .
                    402: On multi-processor systems, this is followed by a slash and the CPU
                    403: number on which the process is bound.
                    404: .It WAIT
                    405: A description of the wait channel the process is sleeping on if it's
                    406: asleep.
                    407: .It TIME
                    408: The number of system and user CPU seconds that the process has used.
                    409: .It CPU
                    410: The raw percentage of CPU usage and the default field on which the
                    411: display is sorted.
                    412: .It COMMAND
                    413: The name of the command that the process is currently running.
                    414: (If the process is swapped out, this column is enclosed by angle
                    415: brackets.)
                    416: .El
1.2       downsj    417: .Sh ENVIRONMENT
1.26      jaredy    418: .Bl -tag -width Ev
1.2       downsj    419: .It Ev TOP
                    420: User-configurable defaults for options.
                    421: .El
                    422: .Sh FILES
1.26      jaredy    423: .Bl -tag -width Pa -compact
1.2       downsj    424: .It Pa /dev/kmem
                    425: kernel memory
                    426: .It Pa /dev/mem
                    427: physical memory
1.26      jaredy    428: .It Pa /etc/passwd
                    429: used to map user ID to name
1.2       downsj    430: .It Pa /bsd
                    431: kernel image
1.14      aaron     432: .El
1.13      aaron     433: .Sh SEE ALSO
1.30      jmc       434: .Xr fstat 1 ,
1.13      aaron     435: .Xr kill 1 ,
1.30      jmc       436: .Xr netstat 1 ,
1.13      aaron     437: .Xr ps 1 ,
                    438: .Xr stty 1 ,
                    439: .Xr systat 1 ,
                    440: .Xr mem 4 ,
1.30      jmc       441: .Xr iostat 8 ,
                    442: .Xr pstat 8 ,
                    443: .Xr renice 8 ,
1.31      jmc       444: .Xr vmstat 8
1.16      aaron     445: .Sh AUTHORS
                    446: William LeFebvre, EECS Department, Northwestern University
1.2       downsj    447: .Sh BUGS
1.1       downsj    448: As with
1.2       downsj    449: .Xr ps 1 ,
1.1       downsj    450: things can change while
1.2       downsj    451: .Nm
1.13      aaron     452: is collecting information for an update.
                    453: The picture it gives is only a
1.1       downsj    454: close approximation to reality.