Top
Top
Top
TOP(1)
NAME
top - display Linux processes
SYNOPSIS
top -hv|-bcEeHiOSs1 -d secs -n max -u|U user -p pids -o field -w [cols]
DESCRIPTION
The top program provides a dynamic real-time view of a running system.
It can display
system summary information as well as a list of processes or threads
currently being managed
by the Linux kernel. The types of system summary information shown and the
types, order and
size of information displayed for processes are all user configurable and
that configuration
can be made persistent across restarts.
OVERVIEW
Documentation
The remaining Table of Contents
OVERVIEW
Operation
Linux Memory Types
1. COMMAND-LINE Options
2. SUMMARY Display
a. UPTIME and LOAD Averages
b. TASK and CPU States
c. MEMORY Usage
3. FIELDS / Columns Display
a. DESCRIPTIONS of Fields
b. MANAGING Fields
4. INTERACTIVE Commands
a. GLOBAL Commands
b. SUMMARY AREA Commands
c. TASK AREA Commands
1. Appearance
2. Content
3. Size
4. Sorting
d. COLOR Mapping
5. ALTERNATE-DISPLAY Provisions
a. WINDOWS Overview
b. COMMANDS for Windows
c. SCROLLING a Window
d. SEARCHING in a Window
e. FILTERING in a Window
6. FILES
a. PERSONAL Configuration File
b. ADDING INSPECT Entries
c. SYSTEM Configuration File
d. SYSTEM Restrictions File
7. STUPID TRICKS Sampler
a. Kernel Magic
b. Bouncing Windows
c. The Big Bird Window
d. The Ol' Switcheroo
8. BUGS, 9. SEE Also
Operation
When operating top, the two most important keys are the help (h or ?)
key and quit (`q')
key. Alternatively, you could simply use the traditional interrupt key
(^C) when you're
done.
When started for the first time, you'll be presented with these traditional
elements on the
main top screen: 1) Summary Area; 2) Fields/Columns Header; 3) Task Area.
Each of these
will be explored in the sections that follow. There is also an
Input/Message line between
the Summary Area and Columns Header which needs no further explanation.
But if the display is still corrupted, there is one more step you could
try. Insert this
command after top has been suspended but before resuming it.
key/cmd objective
reset restore your terminal settings
Lastly, some of top's screens or functions require the use of cursor motion
keys like the
standard arrow keys plus the Home, End, PgUp and PgDn keys. If your
terminal or emulator
does not provide those keys, the following combinations are accepted as
alternatives:
key equivalent-keys
Left alt + h
Down alt + j
Up alt + k
Right alt + l
Home alt + ctrl + h
PgDn alt + ctrl + j
PgUp alt + ctrl + k
End alt + ctrl + l
The Up and Down arrow keys have special significance when prompted for line
input terminated
with the <Enter> key. Those keys, or their aliases, can be used to
retrieve previous input
lines which can then be edited and re-input. And there are four additional
keys available
with line oriented input.
key special-significance
Up recall older strings for re-editing
Down recall newer strings or erase entire line
Insert toggle between insert and overtype modes
Delete character removed at cursor, moving others left
Home jump to beginning of input line
End jump to end of input line
Regardless of which of these forms memory may take, all are managed as pages
(typically 4096
bytes) but expressed by default in top as KiB (kibibyte). The memory
discussed under topic
`2c. MEMORY Usage' deals with physical memory and the swap file for the
system as a whole.
The memory reviewed in topic `3. FIELDS / Columns Display' embraces all
three memory types,
but for individual processes.
Private | Shared
1 | 2
Anonymous . stack |
. malloc() |
. brk()/sbrk() | . POSIX shm*
. mmap(PRIVATE, ANON) | . mmap(SHARED, ANON)
-----------------------+----------------------
. mmap(PRIVATE, fd) | . mmap(SHARED, fd)
File-backed . pgms/shared libs |
3 | 4
Note: Even though program images and shared libraries are considered
private to a process,
they will be accounted for as shared (SHR) by the kernel.
1. COMMAND-LINE Options
The command-line syntax for top consists of:
The typically mandatory switch (`-') and even whitespace are completely
optional.
-h | -v :Help/Version
Show library version and the usage prompt, then quit.
-b :Batch-mode operation
Starts top in Batch mode, which could be useful for sending output from
top to other
programs or to a file. In this mode, top will not accept input
and runs until the
iterations limit you've set with the `-n' command-line option or until
killed.
-c:Command-line/Program-name toggle
Starts top with the last remembered `c' state reversed. Thus, if top
was displaying
command lines, now that field will show program names, and vice
versa. See the `c'
interactive command for additional information.
-e :Enforce-Task-Memory-Scaling as: -e k | m | g | t | p
Instructs top to force task area memory to be scaled as:
k - kibibytes
m - mebibytes
g - gibibytes
t - tebibytes
p - pebibytes
-E :Enforce-Summary-Memory-Scaling as: -E k | m | g | t | p | e
Instructs top to force summary area memory to be scaled as:
k - kibibytes
m - mebibytes
g - gibibytes
t - tebibytes
p - pebibytes
e - exbibytes
-H :Threads-mode operation
Instructs top to display individual threads. Without this
command-line option a
summation of all threads in each process is shown. Later this can be
changed with the
`H' interactive command.
-i:Idle-process toggle
Starts top with the last remembered `i' state reversed. When this
toggle is Off, tasks
that have not used any CPU since the last update will not be displayed.
For additional
information regarding this toggle see topic 4c. TASK AREA Commands,
SIZE.
-O:Output-field-names
This option acts as a form of help for the above -o option. It will
cause top to print
each of the available field names on a separate line, then quit.
Such names are
subject to NLS (National Language Support) translation.
The `p', `u' and `U' command-line options are mutually exclusive.
-s :Secure-mode operation
Starts top with secure mode forced, even for root. This mode is far
better controlled
through a system configuration file (see topic 6. FILES).
-S :Cumulative-time toggle
Starts top with the last remembered `S' state reversed. When
Cumulative time mode is
On, each process is listed with the cpu time that it and its dead
children have used.
See the `S' interactive command for additional information regarding
this mode.
The `p', `u' and `U' command-line options are mutually exclusive.
In normal display mode, when used without an argument top will attempt
to format output
using the COLUMNS= and LINES= environment variables, if set. With an
argument, output
width can only be decreased, not increased. Whether using environment
variables or an
argument with -w, when not in Batch mode actual terminal dimensions
can never be
exceeded.
-1 :Single/Separate-Cpu-States toggle
Starts top with the last remembered Cpu States portion of the summary
area reversed.
Either all cpu information will be displayed in a single line or
each cpu will be
displayed separately, depending on the state of the NUMA Node command
toggle ('2').
See the `1' and '2' interactive commands for additional information.
2. SUMMARY Display
Each of the following three areas are individually controlled
through one or more
interactive commands. See topic 4b. SUMMARY AREA Commands for
additional information
regarding these provisions.
2a. UPTIME and LOAD Averages
This portion consists of a single line containing:
program or window name, depending on display mode
current time and length of time since last boot
total number of users
system load avg over the last 1, 5 and 15 minutes
Line 2 shows CPU state percentages based on the interval since the last
refresh.
In the alternate memory display modes, two abbreviated summary lines are
shown consisting of
these elements:
a b c
GiB Mem : 18.7/15.738 [ ...
GiB Swap: 0.0/7.999 [ ...
3. FIELDS / Columns
3a. DESCRIPTIONS of Fields
Listed below are top's available process fields (columns). They are shown
in strict ascii
alphabetical order. You may customize their position and whether
or not they are
displayable with the `f' or `F' (Fields Management) interactive commands.
Any field is selectable as the sort field, and you control whether they are
sorted high-to-
low or low-to-high. For additional information on sort provisions see
topic 4c. TASK AREA
Commands, SORTING.
Note: When running in forest view mode (`V') with children collapsed
(`v'), this field
will also include the CPU time of those unseen children. See
topic 4c. TASK AREA
Commands, CONTENT for more information regarding the `V' and `v'
toggles.
This will typically be the last entry in the full list of control
groups as shown under
the next heading (CGROUPS). And as is true there, this field is also
variable width.
This field may also be impacted by the forest view display mode.
See the `V'
interactive command for additional information regarding that mode.
Note: The ENVIRON field, unlike most columns, is not fixed-width. When
displayed, it
plus any other variable width columns will be allocated all remaining
screen width (up
to the maximum 512 characters). Even so, such variable width fields
could still suffer
truncation. This is especially true for this field. See topic 5c.
SCROLLING a Window
for additional information on accessing any truncated data.
See the `'2' and `3' interactive commands for additional NUMA provisions
affecting the
summary area.
This value may also be used as: a process group ID (see PGRP); a
session ID for the
session leader (see SID); a thread group ID for the thread group leader
(see TGID); and
a TTY process group ID for the process group leader (see TPGID).
21. PR -- Priority
The scheduling priority of the task. If you see `rt' in this field,
it means the task
is running under real time scheduling priority.
Lastly, this field may also include shared file-backed pages which,
when modified, act
as a dedicated swap file and thus will never impact SWAP.
Note: The SUPGIDS field, unlike most columns, is not fixed-width. When
displayed, it
plus any other variable width columns will be allocated all remaining
screen width (up
to the maximum 512 characters). Even so, such variable width fields
could still suffer
truncation. See topic 5c. SCROLLING a Window for additional
information on accessing
any truncated data.
This field was deprecated with linux 2.6 and is always zero.
48. nMaj -- Major Page Fault Count
The number of major page faults that have occurred for a task. A page
fault occurs when
a process attempts to read from or write to a virtual page that is not
currently present
in its address space. A major page fault is when auxiliary storage
access is involved
in making that page available.
• The Right arrow key selects a field for repositioning and the Left
arrow key or the
<Enter> key commits that field's placement.
• The `d' key or the <Space> bar toggles a field's display status,
and thus the
presence or absence of the asterisk.
• The `s' key designates a field as the sort field. See topic 4c.
TASK AREA Commands,
SORTING for additional information regarding your selection of a sort
field.
• The `a' and `w' keys can be used to cycle through all available
windows and the `q'
or <Esc> keys exit Fields Management.
The Fields Management screen can also be used to change the `current'
window/field group in
either full-screen mode or alternate-display mode. Whatever was targeted
when `q' or <Esc>
was pressed will be made current as you return to the top
display. See topic 5.
ALTERNATE-DISPLAY Provisions and the `g' interactive command for insight
into `current'
windows and field groups.
Note: Any window that has been scrolled horizontally will be reset if any
field changes are
made via the Fields Management screen. Any vertical scrolled position,
however, will not be
affected. See topic 5c. SCROLLING a Window for additional information
regarding vertical
and horizontal scrolling.
4. INTERACTIVE Commands
Listed below is a brief index of commands within categories. Some commands
appear more than
once -- their meaning or scope may vary depending on the context in which
they are issued.
4a. Global-Commands
<Ent/Sp> ?, =, 0,
A, B, d, E, e, g, h, H, I, k, q, r, s, W, X, Y, Z
4b. Summary-Area-Commands
C, l, t, m, 1, 2, 3, 4, !
4c. Task-Area-Commands
Appearance: b, J, j, x, y, z
Content: c, f, F, o, O, S, u, U, V, v
Size: #, i, n
Sorting: <, >, f, F, R
4d. Color-Mapping
<Ret>, a, B, b, H, M, q, S, T, w, z, 0 - 7
5b. Commands-for-Windows
-, _, =, +, A, a, g, G, w
5c. Scrolling-a-Window
C, Up, Dn, Left, Right, PgUp, PgDn, Home, End
5d. Searching-in-a-Window
L, &
If you wish to know in advance whether or not your top has been secured,
simply ask for help
and view the system summary on the second line.
Use either of these keys if you have a large delay interval and wish
to see current
status,
? | h :Help
There are two help levels available. The first will provide a
reminder of all the
basic interactive commands. If top is secured, that screen will be
abbreviated.
Typing `h' or `?' on that help screen will take you to help for
those interactive
commands applicable to alternate-display mode.
=:Exit-Display-Limits
Removes restrictions on what is shown. This command will
reverse any `i' (idle
tasks), `n' (max tasks) and `v' (hide children) commands that might
be active. It
also provides for an exit from PID monitoring, User filtering,
Other filtering,
Locate processing and Combine Cpus mode.
0
:Zero-Suppress toggle
This command determines whether zeros are shown or suppressed for
many of the fields
in a task window. Fields like UID, GID, NI, PR or P are not affected
by this toggle.
A
:Alternate-Display-Mode toggle
This command will switch between full-screen mode and alternate-
display mode. See
topic 5. ALTERNATE-DISPLAY Provisions and the `g' interactive
command for insight
into `current' windows and field groups.
B
:Bold-Disable/Enable toggle
This command will influence use of the bold terminfo capability and
alters both the
summary area and task area for the `current' window. While it is
intended primarily
for use with dumb terminals, it can be applied anytime.
* d | s :Change-Delay-Time-interval
You will be prompted to enter the delay time, in seconds, between
display updates.
If at any time you wish to know the current delay time, simply ask
for help and view
the system summary on the second line.
E
:Enforce-Summary-Memory-Scale in Summary Area
With this command you can cycle through the available summary area
memory scaling
which ranges from KiB (kibibytes or 1,024 bytes) through EiB
(exbibytes or
1,152,921,504,606,846,976 bytes).
If you see a `+' between a displayed number and the following label,
it means that
top was forced to truncate some portion of that number. By
raising the scaling
factor, such truncation can be avoided.
While top will try to honor the selected target range, additional
scaling might still
be necessary in order to accommodate current values. If you
wish to see a more
homogeneous result in the memory columns, raising the scaling
range will usually
accomplish that goal. Raising it too high, however, is likely to
produce an all zero
result which cannot be suppressed with the `0' interactive command.
g:Choose-Another-Window/Field-Group
You will be prompted to enter a number between 1 and 4 designating
the field group
which should be made the `current' window. You will soon grow
comfortable with these
4 windows, especially after experimenting with alternate-display
mode.
H:Threads-mode toggle
When this toggle is On, individual threads will be displayed for all
processes in all
visible task windows. Otherwise, top displays a summation of all
threads in each
process.
I:Irix/Solaris-Mode toggle
When operating in Solaris mode (`I' toggled Off), a task's cpu usage
will be divided
by the total number of CPUs. After issuing this command, you'll
be told the new
state of this toggle.
* k :Kill-a-task
You will be prompted for a PID and then the signal to send.
q :Quit
* r :Renice-a-Task
You will be prompted for a PID and then the value to nice it to.
W
:Write-the-Configuration-File
This will save all of your options and toggles plus the current
display mode and
delay time. By issuing this command just before quitting top,
you will be able
restart later in exactly that same state.
X:Extra-Fixed-Width
Some fields are fixed width and not scalable. As such, they
are subject to
truncation which would be indicated by a `+' in the last position.
Y :Inspect-Other-Output
After issuing the `Y' interactive command, you will be prompted for
a target PID.
Typing a value or accepting the default results in a separate
screen. That screen
can be used to view a variety of files or piped command output while
the normal top
iterative display is paused.
key function
= alternate status-line, file or pipeline
/ find, equivalent to `L' locate
n find next, equivalent to `&' locate next
<Space> scroll down, equivalent to <PgDn>
b scroll up, equivalent to <PgUp>
g first line, equivalent to <Home>
G last line, equivalent to <End>
Z :Change-Color-Mapping
This key will take you to a separate screen where you can change the
colors for the
`current' window, or for all windows. For details regarding this
interactive command
see topic 4d. COLOR Mapping.
* The commands shown with an asterisk (`*') are not available in Secure
mode, nor will they
be shown on the level-1 help screen.
C :Show-scroll-coordinates toggle
Toggle an informational message which is displayed whenever the
message line is not
otherwise being used. For additional information see topic 5c.
SCROLLING a Window.
l :Load-Average/Uptime toggle
This is also the line containing the program name (possibly an alias)
when operating
in full-screen mode or the `current' window name when operating in
alternate-display
mode.
t :Task/Cpu-States toggle
This command affects from 2 to many summary area lines, depending on
the state of the
`1', `2' or `3' command toggles and whether or not top is running
under true SMP.
m :Memory/Swap-Usage toggle
This command affects the two summary area lines dealing with
physical and virtual
memory.
1:Single/Separate-Cpu-States toggle
This command affects how the `t' command's Cpu States portion is
shown. Although
this toggle exists primarily to serve massively-parallel SMP
machines, it is not
restricted to solely SMP environments.
When you see `%Cpu(s):' in the summary area, the `1' toggle
is On and all cpu
information is gathered in a single line. Otherwise, each
cpu is displayed
separately as: `%Cpu0, %Cpu1, ...' up to available screen height.
2 :NUMA-Nodes/Cpu-Summary toggle
This command toggles between the `1' command cpu summary display
(only) or a summary
display plus the cpu usage statistics for each NUMA Node. It is only
available if a
system has the requisite NUMA support.
3 :Expand-NUMA-Node
You will be invited to enter a number representing a NUMA Node.
Thereafter, a node
summary plus the statistics for each cpu in that node will be shown
until the `1',
`2' or `4' command toggle is pressed. This interactive command is
only available if
a system has the requisite NUMA support.
4 :Display-Cpus-Two-Abreast
This command turns the `1' toggle Off for individual cpu display
but prints the
results two abreast. It requires a terminal with a minimum width of
80 columns. If
a terminal's width is decreased below the minimum while top is
running, top reverts
to the normal `1' toggle Off state.
! :Combine-Cpus-Mode
This command toggle is intended for massively parallel SMP
environments where, even
with the `4' command toggle, not all processors can be displayed.
With each press of
`!' the number of additional cpu's combined is doubled thus reducing
the total number
of cpu lines displayed.
For example, with the first press of `!' one additional cpu will
be combined and
displayed as `0-1, 2-3, ...' instead of the normal `%Cpu0, %Cpu1,
%Cpu2, %Cpu3, ...'.
With a second `!' command toggle two additional cpus are combined
and shown as `0-2,
3-5, ...'. Then the third '!' press, combining four additional cpus,
shows as `0-4,
5-9, ...', etc.
J:Justify-Numeric-Columns toggle
Alternates between right-justified (the default) and left-justified
numeric data. If
the numeric data completely fills the available column, this
command toggle may
impact the column header only.
j:Justify-Character-Columns toggle
Alternates between left-justified (the default) and right-justified
character data.
If the character data completely fills the available column, this
command toggle may
impact the column header only.
b :Bold/Reverse toggle
This command will impact how the `x' and `y' toggles are
displayed. It may also
impact the summary area when a bar graph has been selected for cpu
states or memory
usage via the `t' or `m' toggles.
x:Column-Highlight toggle
Changes highlighting for the current sort field. If you forget
which field is being
sorted this command can serve as a quick visual reminder, providing
the sort field is
being displayed. The sort field might not be visible because:
1) there is insufficient Screen Width
2) the `f' interactive command turned it Off
z :Color/Monochrome toggle
Switches the `current' window between your last used color scheme
and the older form
of black-on-white or white-on-black. This command will alter both
the summary area
and task area but does not affect the state of the `x', `y' or `b'
toggles.
c :Command-Line/Program-Name toggle
This command will be honored whether or not the COMMAND column is
currently visible.
Later, should that field come into view, the change you applied will
be seen.
f | F :Fields-Management
These keys display a separate screen where you can change which
fields are displayed,
their order and also designate the sort field. For additional
information on these
interactive commands see topic 3b. MANAGING Fields.
o | O :Other-Filtering
You will be prompted for the selection criteria which then
determines which tasks
will be shown in the `current' window. Your criteria can be made
case sensitive or
case can be ignored. And you determine if top should include or
exclude matching
tasks.
S :Cumulative-Time-Mode toggle
When Cumulative mode is On, each process is listed with the cpu time
that it and its
dead children have used.
When Off, programs that fork into many separate tasks will appear
less demanding.
For programs like `init' or a shell this is appropriate but
for others, like
compilers, perhaps not. Experiment with two task windows sharing the
same sort field
but with different `S' states and see which representation you
prefer.
u | U :Show-Specific-User-Only
You will be prompted for the uid or name of the user to display.
The -u option
matches on effective user whereas the -U option matches on
any user (real,
effective, saved, or filesystem).
V :Forest-View-Mode toggle
In this mode, processes are reordered according to their parents
and the layout of
the COMMAND column resembles that of a tree. In forest view
mode it is still
possible to toggle between program name and command line (see the
`c' interactive
command) or between processes and threads (see the `H' interactive
command).
Note: Typing any key affecting the sort order will exit forest
view mode in
the
`current' window. See topic 4c. TASK AREA Commands, SORTING for
information on those
keys.
v :Hide/Show-Children toggle
When in forest view mode, this key serves as a toggle to collapse
or expand the
children of a parent.
If the target process has not forked any children, this key has no
effect. It also
has no effect when not in forest view mode.
SIZE of task window
i :Idle-Process toggle
Displays all tasks or just active tasks. When this toggle is Off,
tasks that have
not used any CPU since the last update will not be displayed.
However, due to the
granularity of the %CPU and TIME+ fields, some processes may still be
displayed that
appear to have used no CPU.
n | # :Set-Maximum-Tasks
You will be prompted to enter the number of tasks to display.
The lessor of your
number and available screen rows will be used.
Note: If you wish to increase the size of the last visible task
display when in
alternate-display mode, simply decrease the size of the task
display(s) above it.
For compatibility, this top supports most of the former top sort keys.
Since this is
primarily a service to former top users, these commands do not appear on
any help screen.
command sorted-field supported
A start time (non-display) No
M %MEM Yes
N PID Yes
P %CPU Yes
T TIME+ Yes
Before using any of the following sort provisions, top suggests that you
temporarily turn
on column highlighting using the `x' interactive command. That will help
ensure that the
actual sort environment matches your intent.
< :Move-Sort-Field-Left
Moves the sort column to the left unless the current sort field is
the first field
being displayed.
>:Move-Sort-Field-Right
Moves the sort column to the right unless the current sort field
is the last field
being displayed.
f | F :Fields-Management
These keys display a separate screen where you can change which
field is used as
the sort column, among other functions. This can be a convenient
way to simply
verify the current sort field, when running top with column
highlighting turned
Off.
R :Reverse/Normal-Sort-Field toggle
Using this interactive command you can alternate between high-to-
low and low-to-
high sorts.
Note: Field sorting uses internal values, not those in column display.
Thus, the TTY and
WCHAN fields will violate strict ASCII collating sequence.
If you use `a' or `w' to cycle the targeted window, you will have applied
the color scheme
that was displayed when you left that window. You can, of course,
easily return to any
window and reapply different colors or turn colors Off completely with the
`z' toggle.
The Color Mapping screen can also be used to change the `current'
window/field group in
either full-screen mode or alternate-display mode. Whatever was
targeted when `q' or
<Enter> was pressed will be made current as you return to the top display.
5. ALTERNATE-DISPLAY Provisions
5a. WINDOWS Overview
Field Groups/Windows:
In full-screen mode there is a single window represented by the entire
screen. That
single window can still be changed to display 1 of 4 different field
groups (see the `g'
interactive command, repeated below). Each of the 4 field groups has a
unique separately
configurable summary area and its own configurable task area.
The summary area will always exist, even if it's only the message line.
At any given
time only one summary area can be displayed. However, depending on your
commands, there
could be from zero to four separate task displays currently showing on
the screen.
Current Window:
The `current' window is the window associated with the summary area and
the window to
which task related commands are always directed. Since in alternate-
display mode you can
toggle the task display Off, some commands might be restricted for the
`current' window.
A further complication arises when you have toggled the first summary
area line Off.
With the loss of the window name (the `l' toggled line), you'll not
easily know what
window is the `current' window.
The `_' key does the same for all task displays. In other words, it
switches between
the currently visible task display(s) and any task display(s) you
had toggled Off.
If all 4 task displays are currently visible, this interactive
command will leave the
summary area as the only display element.
* = | + :Equalize/Reset-Window(s)
The `=' key forces the `current' window's task display to be
visible. It also
reverses any active `i' (idle tasks), `n' (max tasks), `u/U'
(user filter), `o/O'
(other filter), `v' (hide children), `L' (locate) and `!' (combine
cpus) commands.
Also, if the window had been scrolled, it will be reset with this
command. See topic
5c. SCROLLING a Window for additional information regarding vertical
and horizontal
scrolling.
The `+' key does the same for all windows. The four task
displays will reappear,
evenly balanced, while retaining any customizations previously
applied beyond those
noted for the `=' command toggle.
* A :Alternate-Display-Mode toggle
This command will switch between full-screen mode and alternate-
display mode.
The first time you issue this command, all four task
displays will be shown.
Thereafter when you switch modes, you will see only the task
display(s) you've chosen
to make visible.
* a | w :Next-Window-Forward/Backward
This will change the `current' window, which in turn changes the
window to which
commands are directed. These keys act in a circular fashion so you
can reach any
desired window using either key.
Assuming the window name is visible (you have not toggled `l'
Off), whenever the
`current' window name loses its emphasis/color, that's a reminder the
task display is
Off and many commands will be restricted.
* g:Choose-Another-Window/Field-Group
You will be prompted to enter a number between 1 and 4 designating
the field group
which should be made the `current' window.
G :Change-Window/Field-Group-Name
You will be prompted for a new name to be applied to the `current'
window. It does
not require that the window name be visible (the `l' toggle to be
On).
* The interactive commands shown with an asterisk (`*') have use beyond
alternate-display
mode.
=, A, g are always available
a, w act the same with color mapping
and fields management
Up,PgUp :Scroll-Tasks
Move the view up toward the first task row, until the first task is
displayed at the top
of the `current' window. The Up arrow key moves a single line while
PgUp scrolls the
entire window.
Down,PgDn :Scroll-Tasks
Move the view down toward the last task row, until the last task is
the only task
displayed at the top of the `current' window. The Down arrow key
moves a single line
while PgDn scrolls the entire window.
Left,Right :Scroll-Columns
Move the view of displayable fields horizontally one column at a time.
Additionally, there are special provisions for any variable width field
when positioned
as the last displayed field. Once that field is reached via the right
arrow key, and is
thus the only column shown, you can continue scrolling horizontally
within such a field.
See the `C' interactive command below for additional information.
Home :Jump-to-Home-Position
Reposition the display to the un-scrolled coordinates.
End :Jump-to-End-Position
Reposition the display so that the rightmost column reflects the last
displayable field
and the bottom task row represents the last task.
Note: From this position it is still possible to scroll down and right
using the arrow
keys. This is true until a single column and a single task is left as
the only display
element.
C:Show-scroll-coordinates toggle
Toggle an informational message which is displayed whenever the
message line is not
otherwise being used. That message will take one of two forms
depending on whether or
not a variable width column has also been scrolled.
The coordinates shown as n/n are relative to the upper left corner of
the `current'
window. The additional `+ nn' represents the displacement into a
variable width column
when it has been scrolled horizontally. Such displacement occurs in
normal 8 character
tab stop amounts via the right and left arrow keys.
y = n/n (tasks)
The first n represents the topmost visible task and is controlled by
scrolling keys.
The second n is updated automatically to reflect total tasks.
x = n/n (fields)
The first n represents the leftmost displayed column and is
controlled by scrolling
keys. The second n is the total number of displayable fields
and is established
with the `f' interactive command.
The above interactive commands are always available in full-screen mode but
never available
in alternate-display mode if the `current' window's task display has been
toggled Off.
Note: When any form of filtering is active, you can expect some slight
aberrations when
scrolling since not all tasks will be visible. This is particularly
apparent when using the
Up/Down arrow keys.
L:Locate-a-string
You will be prompted for the case-sensitive string to locate starting
from the current
window coordinates. There are no restrictions on search string content.
Searches are not limited to values from a single field or column. All
of thevalues
displayed in a task row are allowed in a search string. You may
include spaces,
numbers, symbols and even forest view artwork.
Keying <Enter> with no input will effectively disable the `&' key until
a new search
string is entered.
&
:Locate-next
Assuming a search string has been established, top will attempt to
locate the next
occurrence.
The above interactive commands are always available in full-screen mode but
never available
in alternate-display mode if the `current' window's task display has been
toggled Off.
Filter Basics
Keyboard Summary
Input Requirements
When prompted for selection criteria, the data you provide must take one
of twoforms.
There are 3 required pieces of information, with a 4th as optional.
These examples use
spaces for clarity but your input generally would not.
#1 #2 #3 ( required )
Field-Name ? include-if-value
! Field-Name ? exclude-if-value
#4 ( optional )
The `=' equality operator requires only a partial match and that
can reduce your
`if-value' input requirements. The `>' or `<' relational operators
always employ string
comparisons, even with numeric fields. They are designed to work with a
field's default
justification and with homogeneous data. When some field's numeric
amounts have been
subjected to scaling while others have not, that data is no longer
homogeneous.
Potential Problems
These GROUP filters could produce the exact same results or the second
one might not
display anything at all, just a blank task window.
GROUP=root ( only the same results when )
GROUP=ROOT ( invoked via lower case `o' )
Potential Solutions
Assuming field nTH is displayed, the first filter will result in only
multi-threaded
processes being shown. It also reminds us that a trailing space
is part of every
displayed field. The second filter achieves the exact same results with
less typing.
!nTH=` 1 ' ( ' for clarity only )
nTH>1 ( same with less i/p )
With Forest View mode active and the COMMAND column in view, this
filter effectively
collapses child processes so that just 3 levels are shown.
!COMMAND=` `- ' ( ' for clarity only )
The final two filters appear as in response to the status request key
(^O). In reality,
each filter would have required separate input. The PR example shows the
two concurrent
filters necessary to display tasks with priorities of 20 or more,
since some might be
negative. Then by exploiting trailing spaces, the nMin series of filters
could achieve
the failed `9999' objective discussed above.
`PR>20' + `!PR=-' ( 2 for right result )
`!nMin=0 ' + `!nMin=1 ' + `!nMin=2 ' + `!nMin=3 ' ...
Note: Whenever Other Filtering is active in a window, top will turn column
highlighting Off
to prevent false matches on internal non-display escape sequences. Such
highlighting will
be restored when a window is no longer subject to filtering. See the
`x' interactive
command for additional information on sort column highlighting.
6. FILES
6a. PERSONAL Configuration File
This file is created or updated via the 'W' interactive command.
If you don't know the location or name of your top rcfile, use the `W'
interactive command
to rewrite it and note those details.
.fmts= /proc/%d/numa_maps
.fmts= lsof -P -p %d
For `pipe' type entries only, you may also wish to redirect stderr to
stdout for a more
comprehensive result. Thus the format string becomes:
Here are examples of both types of Inspect entries as they might appear in
the rcfile. The
first entry will be ignored due to the initial `#' character. For clarity,
the pseudo tab
depictions (^I) are surrounded by an extra space but the actual tabs would
not be.
Except for the commented entry above, these next examples show what
could be echoed to
achieve similar results, assuming the rcfile name was `.toprc'.
However, due to the
embedded tab characters, each of these lines should be preceded by
`/bin/echo -e', not just
a simple an `echo', to enable backslash interpretation regardless of which
shell you use.
If any inspect entry you create produces output with unprintable characters
they will be
displayed in either the ^C notation or hexadecimal <FF> form, depending
on their value.
This applies to tab characters as well, which will show as `^I'. If you
want a truer
representation, any embedded tabs should be expanded. The following
example takes what
could have been a `file' entry but employs a `pipe' instead so as to
expand the embedded
tabs.
For example, as the number of your Inspect entries grows over time, the
`Options:' row will
be truncated when screen width is exceeded. That does not affect operation
other than to
make some selections invisible. However, if some choices are lost to
truncation but you
want to see more options, there is an easy solution hinted at below.
The entries in the top rcfile would have a number for the `.name' element
and the `help'
entry would identify a shell script you've written explaining what those
numbered selections
actually mean. In that way, many more choices can be made visible.
More importantly, it will limit what ordinary users are allowed to do when
top is running.
They will not be able to issue the following commands.
k Kill a task
r Renice a task
d or s Change delay/sleep interval
For this experiment, under x-windows open an xterm and maximize it.
Then do the
following:
. provide a scheduling boost and tiny delay via:
nice -n -10 top -d.09
. keep sorted column highlighting Off so as to
minimize path length
. turn On reverse row highlighting for emphasis
. try various sort columns (TIME/MEM work well),
and normal or reverse sorts to bring the most
active processes into view
What you'll see is a very busy Linux doing what he's always done for
you, but there was
no program available to illustrate this.
After bringing the most active processes into view, what you'll see
are the ghostly
images of just the currently running tasks.
• Delete the existing rcfile, or create a new symlink. Start this new
version then type
`T' (a secret key, see topic 4c. Task Area Commands, SORTING) followed by
`W' and `q'.
Finally, restart the program with -d0 (zero delay).
Your display will be refreshed at three times the rate of the former
top, a 300% speed
advantage. As top climbs the TIME ladder, be as patient as you can while
speculating on
whether or not top will ever reach the top.
• With 3 or 4 task displays visible, pick any window other than the
last and turn idle
processes Off using the `i' command toggle. Depending on where
you applied `i',
sometimes several task displays are bouncing and sometimes it's like an
accordion, as top
tries his best to allocate space.
• Set each window's summary lines differently: one with no memory (`m');
another with no
states (`t'); maybe one with nothing at all, just the message line.
Then hold down `a'
or `w' and watch a variation on bouncing windows -- hopping windows.
• Display all 4 windows and for each, in turn, set idle processes to Off
using the `i'
command toggle. You've just entered the "extreme bounce" zone.
• Display all 4 windows and make sure that 1:Def is the `current'
window. Then, keep
increasing window size with the `n' interactive command until all the
other task displays
are "pushed out of the nest".
• Start top and make COMMAND the last (rightmost) column displayed. If
necessary, use the
`c' command toggle to display command lines and ensure that forest view
mode is active
with the `V' command toggle.
Then use the up/down arrow keys to position the display so that some
truncated command
lines are shown (`+' in last position). You may have to resize your
xterm to produce
truncation.
Lastly, use the `j' command toggle to make the COMMAND column right
justified.
Now use the right arrow key to reach the COMMAND column. Continuing with
the right arrow
key, watch closely the direction of travel for the command lines being
shown.
8. BUGS
Please send bug reports to ⟨[email protected]⟩.
9. SEE Also
free(1), ps(1), uptime(1), atop(1), slabtop(1), vmstat(8), w(1)