2020-08-20 03:16:31 +00:00
|
|
|
.TH "HTOP" "1" "2020" "@PACKAGE_STRING@" "User Commands"
|
2006-03-04 18:16:49 +00:00
|
|
|
.SH "NAME"
|
2021-07-23 01:50:28 +00:00
|
|
|
htop, pcp-htop \- interactive process viewer
|
2011-09-08 02:16:11 +00:00
|
|
|
.SH "SYNOPSIS"
|
2019-11-10 23:54:51 +00:00
|
|
|
.B htop
|
2020-10-31 01:56:16 +00:00
|
|
|
.RB [ \-dCFhpustvH ]
|
2021-07-23 01:50:28 +00:00
|
|
|
.br
|
|
|
|
.B pcp\ htop
|
|
|
|
.RB [ \-dCFhpustvH ]
|
|
|
|
.RB [ \-\-host/-h\ host ]
|
2006-03-04 18:16:49 +00:00
|
|
|
.SH "DESCRIPTION"
|
2020-08-20 03:16:31 +00:00
|
|
|
.B htop
|
|
|
|
is a cross-platform ncurses-based process viewer.
|
2006-03-04 18:16:49 +00:00
|
|
|
.LP
|
2020-08-20 03:16:31 +00:00
|
|
|
It is similar to
|
|
|
|
.BR top ,
|
|
|
|
but allows you to scroll vertically and horizontally, and interact using
|
|
|
|
a pointing device (mouse).
|
|
|
|
You can observe all processes running on the system, along with their
|
|
|
|
command line arguments, as well as view them in a tree format, select
|
2021-05-30 06:53:14 +00:00
|
|
|
multiple processes and act on them all at once.
|
2006-03-04 18:16:49 +00:00
|
|
|
.LP
|
|
|
|
Tasks related to processes (killing, renicing) can be done without
|
|
|
|
entering their PIDs.
|
2021-07-23 01:50:28 +00:00
|
|
|
.LP
|
|
|
|
.B pcp-htop
|
|
|
|
is a version of
|
|
|
|
.B htop
|
|
|
|
built using the Performance Co-Pilot (PCP) Metrics API (see \c
|
|
|
|
.BR PCPIntro (1),
|
|
|
|
.BR PMAPI (3)),
|
2021-08-13 06:04:25 +00:00
|
|
|
allowing to extend
|
2021-07-23 01:50:28 +00:00
|
|
|
.B htop
|
2021-08-13 06:04:25 +00:00
|
|
|
to display values from arbitrary metrics.
|
2021-07-23 01:50:28 +00:00
|
|
|
See the section below titled
|
|
|
|
.B "CONFIG FILES"
|
|
|
|
for further details.
|
2020-08-21 08:37:33 +00:00
|
|
|
.br
|
2009-06-02 04:29:26 +00:00
|
|
|
.SH "COMMAND-LINE OPTIONS"
|
2013-05-23 00:19:16 +00:00
|
|
|
Mandatory arguments to long options are mandatory for short options too.
|
2009-06-02 04:29:26 +00:00
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
\fB\-d \-\-delay=DELAY\fR
|
2021-05-30 06:56:37 +00:00
|
|
|
Delay between updates, in tenths of a second. If the delay value is
|
|
|
|
less than 1, it is increased to 1, i.e. 1/10 second. If the delay value
|
2019-12-16 21:45:55 +00:00
|
|
|
is greater than 100, it is decreased to 100, i.e. 10 seconds.
|
2009-06-02 04:29:26 +00:00
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
\fB\-C \-\-no-color \-\-no-colour\fR
|
2020-08-20 03:16:31 +00:00
|
|
|
Start
|
|
|
|
.B htop
|
|
|
|
in monochrome mode
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
2020-10-06 20:22:58 +00:00
|
|
|
\fB\-F \-\-filter=FILTER
|
|
|
|
Filter processes by command
|
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
\fB\-h \-\-help
|
|
|
|
Display a help message and exit
|
|
|
|
.TP
|
2012-08-10 21:54:41 +00:00
|
|
|
\fB\-p \-\-pid=PID,PID...\fR
|
|
|
|
Show only the given PIDs
|
2009-06-02 04:29:26 +00:00
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
\fB\-s \-\-sort\-key COLUMN\fR
|
2021-01-08 20:34:30 +00:00
|
|
|
Sort by this column (use \-\-sort\-key help for a column list).
|
|
|
|
This will force a list view unless you specify -t at the same time.
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
2012-08-10 21:54:41 +00:00
|
|
|
\fB\-u \-\-user=USERNAME\fR
|
|
|
|
Show only the processes of a given user
|
|
|
|
.TP
|
2020-09-01 08:09:00 +00:00
|
|
|
\fB\-U \-\-no-unicode\fR
|
|
|
|
Do not use unicode but ASCII characters for graph meters
|
|
|
|
.TP
|
2020-09-16 01:01:36 +00:00
|
|
|
\fB\-M \-\-no-mouse\fR
|
|
|
|
Disable support of mouse control
|
|
|
|
.TP
|
2021-01-21 19:27:37 +00:00
|
|
|
\fB\-\-readonly\fR
|
|
|
|
Disable all system and process changing features
|
|
|
|
.TP
|
2020-09-17 20:37:03 +00:00
|
|
|
\fB\-V \-\-version
|
2011-09-08 02:16:11 +00:00
|
|
|
Output version information and exit
|
2018-04-10 13:36:34 +00:00
|
|
|
.TP
|
|
|
|
\fB\-t \-\-tree
|
2021-01-08 20:34:30 +00:00
|
|
|
Show processes in tree view. This can be used to force a tree view when
|
|
|
|
requesting a sort order with -s.
|
2020-10-31 01:56:16 +00:00
|
|
|
.TP
|
|
|
|
\fB\-H \-\-highlight-changes=DELAY\fR
|
|
|
|
Highlight new and old processes
|
2020-09-02 12:39:25 +00:00
|
|
|
.TP
|
2021-03-25 13:33:27 +00:00
|
|
|
\fB \-\-drop-capabilities[=off|basic|strict]\fR
|
2020-09-02 12:39:25 +00:00
|
|
|
Linux only; requires libcap support.
|
|
|
|
.br
|
|
|
|
Drop unneeded Linux capabilities.
|
|
|
|
In strict mode features like killing, changing process priorities, and reading
|
|
|
|
process delay accounting information will not work, due to less capabilities
|
|
|
|
held.
|
2006-03-04 18:16:49 +00:00
|
|
|
.SH "INTERACTIVE COMMANDS"
|
2020-08-20 03:16:31 +00:00
|
|
|
The following commands are supported while in
|
|
|
|
.BR htop :
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP 5
|
2016-06-18 01:14:07 +00:00
|
|
|
.B Up, Alt-k
|
2017-12-02 15:25:23 +00:00
|
|
|
Select (highlight) the previous process in the process list. Scroll the list
|
Document Alt+{h,j,k,l} and Ctrl+{A,E} into man page
Rewrite the scrolling part in the man page so that each key become clearer on
what it does. Also officially document the Alt+{h,j,k,l} key alternatives and
Ctrl+A, Ctrl+E, '^', '$' keys (see issue #508).
2016-06-17 02:19:19 +00:00
|
|
|
if necessary.
|
|
|
|
.TP
|
|
|
|
.B Down, Alt-j
|
2017-12-02 15:25:23 +00:00
|
|
|
Select (highlight) the next process in the process list. Scroll the list if
|
Document Alt+{h,j,k,l} and Ctrl+{A,E} into man page
Rewrite the scrolling part in the man page so that each key become clearer on
what it does. Also officially document the Alt+{h,j,k,l} key alternatives and
Ctrl+A, Ctrl+E, '^', '$' keys (see issue #508).
2016-06-17 02:19:19 +00:00
|
|
|
necessary.
|
|
|
|
.TP
|
|
|
|
.B Left, Alt-h
|
|
|
|
Scroll the process list left.
|
|
|
|
.TP
|
|
|
|
.B Right, Alt-l
|
|
|
|
Scroll the process list right.
|
|
|
|
.TP
|
|
|
|
.B PgUp, PgDn
|
|
|
|
Scroll the process list up or down one window.
|
|
|
|
.TP
|
|
|
|
.B Home
|
|
|
|
Scroll to the top of the process list and select the first process.
|
|
|
|
.TP
|
|
|
|
.B End
|
|
|
|
Scroll to the bottom of the process list and select the last process.
|
|
|
|
.TP
|
2016-06-18 01:14:07 +00:00
|
|
|
.B Ctrl-A, ^
|
Document Alt+{h,j,k,l} and Ctrl+{A,E} into man page
Rewrite the scrolling part in the man page so that each key become clearer on
what it does. Also officially document the Alt+{h,j,k,l} key alternatives and
Ctrl+A, Ctrl+E, '^', '$' keys (see issue #508).
2016-06-17 02:19:19 +00:00
|
|
|
Scroll left to the beginning of the process entry (i.e. beginning of line).
|
|
|
|
.TP
|
2016-06-18 01:14:07 +00:00
|
|
|
.B Ctrl-E, $
|
Document Alt+{h,j,k,l} and Ctrl+{A,E} into man page
Rewrite the scrolling part in the man page so that each key become clearer on
what it does. Also officially document the Alt+{h,j,k,l} key alternatives and
Ctrl+A, Ctrl+E, '^', '$' keys (see issue #508).
2016-06-17 02:19:19 +00:00
|
|
|
Scroll right to the end of the process entry (i.e. end of line).
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP
|
|
|
|
.B Space
|
2011-09-08 02:16:11 +00:00
|
|
|
Tag or untag a process. Commands that can operate on multiple processes,
|
2006-03-04 18:16:49 +00:00
|
|
|
like "kill", will then apply over the list of tagged processes, instead
|
|
|
|
of the currently highlighted one.
|
|
|
|
.TP
|
2018-06-01 14:52:26 +00:00
|
|
|
.B c
|
|
|
|
Tag the current process and its children. Commands that can operate on multiple
|
|
|
|
processes, like "kill", will then apply over the list of tagged processes,
|
|
|
|
instead of the currently highlighted one.
|
|
|
|
.TP
|
2006-03-04 18:16:49 +00:00
|
|
|
.B U
|
2018-06-01 14:52:26 +00:00
|
|
|
Untag all processes (remove all tags added with the Space or c keys).
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP
|
|
|
|
.B s
|
|
|
|
Trace process system calls: if strace(1) is installed, pressing this key
|
|
|
|
will attach it to the currently selected process, presenting a live
|
|
|
|
update of system calls issued by the process.
|
|
|
|
.TP
|
2009-06-02 05:06:20 +00:00
|
|
|
.B l
|
|
|
|
Display open files for a process: if lsof(1) is installed, pressing this key
|
|
|
|
will display the list of file descriptors opened by the process.
|
|
|
|
.TP
|
2020-10-07 16:36:20 +00:00
|
|
|
.B w
|
|
|
|
Display the command line of the selected process in a separate screen, wrapped
|
|
|
|
onto multiple lines as needed.
|
2017-08-03 09:43:28 +00:00
|
|
|
.TP
|
2020-10-09 19:02:27 +00:00
|
|
|
.B x
|
|
|
|
Display the active file locks of the selected process in a separate screen.
|
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B F1, h, ?
|
|
|
|
Go to the help screen
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP
|
|
|
|
.B F2, S
|
2011-09-08 02:16:11 +00:00
|
|
|
Go to the setup screen, where you can configure the meters displayed at the top
|
|
|
|
of the screen, set various display options, choose among color schemes, and
|
|
|
|
select which columns are displayed, in which order.
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP
|
|
|
|
.B F3, /
|
2011-09-08 02:16:11 +00:00
|
|
|
Incrementally search the command lines of all the displayed processes. The
|
|
|
|
currently selected (highlighted) command will update as you type. While in
|
|
|
|
search mode, pressing F3 will cycle through matching occurrences.
|
2020-12-25 08:44:04 +00:00
|
|
|
Pressing Shift-F3 will cycle backwards.
|
2020-11-28 19:41:00 +00:00
|
|
|
|
|
|
|
Alternatively the search can be started by simply typing the command
|
|
|
|
you are looking for, although for the first character normal key
|
|
|
|
bindings take precedence.
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B F4, \\\\
|
2011-09-08 01:17:26 +00:00
|
|
|
Incremental process filtering: type in part of a process command line and
|
|
|
|
only processes whose names match will be shown. To cancel filtering,
|
|
|
|
enter the Filter option again and press Esc.
|
|
|
|
.TP
|
2006-03-04 18:16:49 +00:00
|
|
|
.B F5, t
|
|
|
|
Tree view: organize processes by parenthood, and layout the relations
|
|
|
|
between them as a tree. Toggling the key will switch between tree and
|
|
|
|
your previously selected sort view. Selecting a sort view will exit
|
|
|
|
tree view.
|
|
|
|
.TP
|
2020-12-18 06:32:26 +00:00
|
|
|
.B F6, <, >
|
|
|
|
Selects a field for sorting, also accessible through < and >.
|
2014-04-09 21:02:50 +00:00
|
|
|
The current sort field is indicated by a highlight in the header.
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP
|
2011-09-27 00:03:40 +00:00
|
|
|
.B F7, ]
|
2011-09-08 02:16:11 +00:00
|
|
|
Increase the selected process's priority (subtract from 'nice' value).
|
|
|
|
This can only be done by the superuser.
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP
|
2011-09-27 00:03:40 +00:00
|
|
|
.B F8, [
|
2011-09-08 02:16:11 +00:00
|
|
|
Decrease the selected process's priority (add to 'nice' value)
|
2006-03-04 18:16:49 +00:00
|
|
|
.TP
|
2021-08-09 06:23:09 +00:00
|
|
|
.B Shift-F7, }
|
2021-08-06 06:45:30 +00:00
|
|
|
Increase the selected process's autogroup priority (subtract from autogroup 'nice' value).
|
|
|
|
This can only be done by the superuser.
|
|
|
|
.TP
|
2021-08-09 06:23:09 +00:00
|
|
|
.B Shift-F8, {
|
2021-08-06 06:45:30 +00:00
|
|
|
Decrease the selected process's autogroup priority (add to autogroup 'nice' value)
|
|
|
|
.TP
|
2006-03-04 18:16:49 +00:00
|
|
|
.B F9, k
|
|
|
|
"Kill" process: sends a signal which is selected in a menu, to one or a group
|
|
|
|
of processes. If processes were tagged, sends the signal to all tagged processes.
|
|
|
|
If none is tagged, sends to the currently selected process.
|
|
|
|
.TP
|
|
|
|
.B F10, q
|
|
|
|
Quit
|
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B I
|
|
|
|
Invert the sort order: if sort order is increasing, switch to decreasing, and
|
|
|
|
vice-versa.
|
|
|
|
.TP
|
2021-02-12 17:48:09 +00:00
|
|
|
.B +, \-, *
|
2010-06-17 19:04:22 +00:00
|
|
|
When in tree view mode, expand or collapse subtree. When a subtree is collapsed
|
|
|
|
a "+" sign shows to the left of the process name.
|
2021-02-12 17:48:09 +00:00
|
|
|
Pressing "*" will expand or collapse all children of PIDs without parents, so
|
|
|
|
typically PID 1 (init) and PID 2 (kthreadd on Linux, if kernel threads are shown).
|
2010-06-17 19:04:22 +00:00
|
|
|
.TP
|
2007-11-08 23:23:01 +00:00
|
|
|
.B a (on multiprocessor machines)
|
|
|
|
Set CPU affinity: mark which CPUs a process is allowed to use.
|
|
|
|
.TP
|
2006-03-04 18:16:49 +00:00
|
|
|
.B u
|
|
|
|
Show only processes owned by a specified user.
|
|
|
|
.TP
|
2020-12-19 14:48:07 +00:00
|
|
|
.B N
|
|
|
|
Sort by PID.
|
|
|
|
.TP
|
2006-03-04 18:16:49 +00:00
|
|
|
.B M
|
|
|
|
Sort by memory usage (top compatibility key).
|
|
|
|
.TP
|
|
|
|
.B P
|
|
|
|
Sort by processor usage (top compatibility key).
|
|
|
|
.TP
|
|
|
|
.B T
|
|
|
|
Sort by time (top compatibility key).
|
|
|
|
.TP
|
|
|
|
.B F
|
|
|
|
"Follow" process: if the sort order causes the currently selected process
|
|
|
|
to move in the list, make the selection bar follow it. This is useful for
|
|
|
|
monitoring a process: this way, you can keep a process always visible on
|
|
|
|
screen. When a movement key is used, "follow" loses effect.
|
|
|
|
.TP
|
|
|
|
.B K
|
|
|
|
Hide kernel threads: prevent the threads belonging the kernel to be
|
|
|
|
displayed in the process list. (This is a toggle key.)
|
|
|
|
.TP
|
|
|
|
.B H
|
|
|
|
Hide user threads: on systems that represent them differently than ordinary
|
|
|
|
processes (such as recent NPTL-based systems), this can hide threads from
|
|
|
|
userspace processes in the process list. (This is a toggle key.)
|
|
|
|
.TP
|
2015-07-29 19:32:36 +00:00
|
|
|
.B p
|
|
|
|
Show full paths to running programs, where applicable. (This is a toggle key.)
|
|
|
|
.TP
|
2020-10-05 13:14:54 +00:00
|
|
|
.B Z
|
|
|
|
Pause/resume process updates.
|
|
|
|
.TP
|
2020-10-17 10:54:45 +00:00
|
|
|
.B m
|
|
|
|
Merge exe, comm and cmdline, where applicable. (This is a toggle key.)
|
|
|
|
.TP
|
2006-03-04 18:16:49 +00:00
|
|
|
.B Ctrl-L
|
|
|
|
Refresh: redraw screen and recalculate values.
|
|
|
|
.TP
|
|
|
|
.B Numbers
|
|
|
|
PID search: type in process ID and the selection highlight will be moved to it.
|
|
|
|
.PD
|
2011-09-08 02:16:11 +00:00
|
|
|
.SH "COLUMNS"
|
|
|
|
The following columns can display data about each process. A value of '\-' in
|
|
|
|
all the rows indicates that a column is unsupported on your system, or
|
2020-08-20 03:16:31 +00:00
|
|
|
currently unimplemented in
|
|
|
|
.BR htop .
|
|
|
|
The names below are the ones used in the
|
2011-09-08 02:16:11 +00:00
|
|
|
"Available Columns" section of the setup screen. If a different name is
|
2020-08-20 03:16:31 +00:00
|
|
|
shown in
|
|
|
|
.BR htop 's
|
|
|
|
main screen, it is shown below in parenthesis.
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP 5
|
|
|
|
.B Command
|
2020-12-19 15:58:13 +00:00
|
|
|
The full command line of the process (i.e. program name and arguments).
|
|
|
|
|
|
|
|
If the option 'Merge exe, comm and cmdline in Command' (toggled by the 'm' key)
|
|
|
|
is active, the executable path (/proc/[pid]/exe) and the command name
|
|
|
|
(/proc/[pid]/comm) are also shown merged with the command line, if available.
|
|
|
|
|
|
|
|
The program basename is highlighted if set in the configuration. Additional
|
|
|
|
highlighting can be configured for stale executables (cf. Exe column below).
|
2020-10-17 10:54:45 +00:00
|
|
|
.TP
|
|
|
|
.B Comm
|
|
|
|
The command name of the process obtained from /proc/[pid]/comm, if readable.
|
|
|
|
.TP
|
|
|
|
.B Exe
|
|
|
|
The abbreviated basename of the executable of the process, obtained from
|
|
|
|
/proc/[pid]/exe, if readable. htop is able to read this file on linux for ALL
|
|
|
|
the processes only if it has the capability CAP_SYS_PTRACE or root privileges.
|
2020-12-19 15:58:13 +00:00
|
|
|
|
|
|
|
The basename is marked in red if the executable used to run the process has
|
|
|
|
been replaced or deleted on disk since the process started. This additional
|
|
|
|
markup can be configured.
|
2020-08-21 08:37:33 +00:00
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B PID
|
|
|
|
The process ID.
|
|
|
|
.TP
|
2014-05-15 08:08:46 +00:00
|
|
|
.B STATE (S)
|
|
|
|
The state of the process:
|
|
|
|
\fBS\fR for sleeping (idle)
|
|
|
|
\fBR\fR for running
|
|
|
|
\fBD\fR for disk sleep (uninterruptible)
|
|
|
|
\fBZ\fR for zombie (waiting for parent to read its exit status)
|
|
|
|
\fBT\fR for traced or suspended (e.g by SIGTSTP)
|
|
|
|
\fBW\fR for paging
|
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B PPID
|
|
|
|
The parent process ID.
|
|
|
|
.TP
|
|
|
|
.B PGRP
|
|
|
|
The process's group ID.
|
|
|
|
.TP
|
2017-01-31 23:03:55 +00:00
|
|
|
.B SESSION (SID)
|
2011-09-08 02:16:11 +00:00
|
|
|
The process's session ID.
|
2020-08-21 08:37:33 +00:00
|
|
|
.TP
|
2021-03-21 18:40:56 +00:00
|
|
|
.B TTY
|
2011-09-08 02:16:11 +00:00
|
|
|
The controlling terminal of the process.
|
|
|
|
.TP
|
|
|
|
.B TPGID
|
|
|
|
The process ID of the foreground process group of the controlling terminal.
|
|
|
|
.TP
|
2014-05-17 18:22:30 +00:00
|
|
|
.B MINFLT
|
|
|
|
The number of page faults happening in the main memory.
|
|
|
|
.TP
|
|
|
|
.B CMINFLT
|
|
|
|
The number of minor faults for the process's waited-for children (see MINFLT above).
|
|
|
|
.TP
|
|
|
|
.B MAJFLT
|
|
|
|
The number of page faults happening out of the main memory.
|
|
|
|
.TP
|
|
|
|
.B CMAJFLT
|
|
|
|
The number of major faults for the process's waited-for children (see MAJFLT above).
|
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B UTIME (UTIME+)
|
|
|
|
The user CPU time, which is the amount of time the process has spent executing
|
2015-11-04 11:09:22 +00:00
|
|
|
on the CPU in user mode (i.e. everything but system calls), measured in clock
|
2011-09-08 02:16:11 +00:00
|
|
|
ticks.
|
|
|
|
.TP
|
|
|
|
.B STIME (STIME+)
|
|
|
|
The system CPU time, which is the amount of time the kernel has spent
|
|
|
|
executing system calls on behalf of the process, measured in clock ticks.
|
|
|
|
.TP
|
2014-05-15 07:22:03 +00:00
|
|
|
.B CUTIME (CUTIME+)
|
2011-09-08 02:16:11 +00:00
|
|
|
The children's user CPU time, which is the amount of time the process's
|
|
|
|
waited-for children have spent executing in user mode (see UTIME above).
|
|
|
|
.TP
|
2014-05-15 07:22:03 +00:00
|
|
|
.B CSTIME (CSTIME+)
|
2011-09-08 02:16:11 +00:00
|
|
|
The children's system CPU time, which is the amount of time the kernel has spent
|
|
|
|
executing system calls on behalf of all the process's waited-for children (see
|
|
|
|
STIME above).
|
|
|
|
.TP
|
|
|
|
.B PRIORITY (PRI)
|
2013-05-23 00:19:16 +00:00
|
|
|
The kernel's internal priority for the process, usually just its nice value
|
2011-09-08 02:16:11 +00:00
|
|
|
plus twenty. Different for real-time processes.
|
|
|
|
.TP
|
2014-05-15 08:08:46 +00:00
|
|
|
.B NICE (NI)
|
|
|
|
The nice value of a process, from 19 (low priority) to -20 (high priority). A
|
|
|
|
high value means the process is being nice, letting others have a higher
|
2015-08-20 05:17:11 +00:00
|
|
|
relative priority. The usual OS permission restrictions for adjusting priority apply.
|
2014-05-15 08:08:46 +00:00
|
|
|
.TP
|
|
|
|
.B STARTTIME (START)
|
|
|
|
The time the process was started.
|
|
|
|
.TP
|
|
|
|
.B PROCESSOR (CPU)
|
|
|
|
The ID of the CPU the process last executed on.
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
2020-11-20 16:09:34 +00:00
|
|
|
.B M_VIRT (VIRT)
|
2015-11-04 11:13:16 +00:00
|
|
|
The size of the virtual memory of the process.
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
|
|
|
.B M_RESIDENT (RES)
|
2015-11-04 11:13:16 +00:00
|
|
|
The resident set size (text + data + stack) of the process (i.e. the size of the
|
|
|
|
process's used physical memory).
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
|
|
|
.B M_SHARE (SHR)
|
2014-05-17 18:20:58 +00:00
|
|
|
The size of the process's shared pages.
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
|
|
|
.B M_TRS (CODE)
|
2015-11-04 11:13:16 +00:00
|
|
|
The text resident set size of the process (i.e. the size of the process's
|
2011-09-08 02:16:11 +00:00
|
|
|
executable instructions).
|
|
|
|
.TP
|
|
|
|
.B M_DRS (DATA)
|
2015-11-04 11:13:16 +00:00
|
|
|
The data resident set size (data + stack) of the process (i.e. the size of anything
|
|
|
|
except the process's executable instructions).
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
2014-05-15 08:08:46 +00:00
|
|
|
.B M_LRS (LIB)
|
|
|
|
The library size of the process.
|
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B M_DT (DIRTY)
|
|
|
|
The size of the dirty pages of the process.
|
|
|
|
.TP
|
2020-09-17 22:42:11 +00:00
|
|
|
.B M_SWAP (SWAP)
|
2020-09-18 11:32:59 +00:00
|
|
|
The size of the process's swapped pages.
|
2020-09-17 22:42:11 +00:00
|
|
|
.TP
|
2020-09-17 22:48:59 +00:00
|
|
|
.B M_PSS (PSS)
|
2020-09-18 11:32:59 +00:00
|
|
|
The proportional set size, same as M_RESIDENT but each page is divided by the
|
2020-09-17 22:48:59 +00:00
|
|
|
number of processes sharing it.
|
|
|
|
.TP
|
|
|
|
.B M_M_PSSWP (PSSWP)
|
2020-09-18 11:32:59 +00:00
|
|
|
The proportional swap share of this mapping, unlike M_SWAP this does not take
|
2020-09-17 22:48:59 +00:00
|
|
|
into account swapped out page of underlying shmem objects.
|
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B ST_UID (UID)
|
|
|
|
The user ID of the process owner.
|
|
|
|
.TP
|
2014-05-15 08:08:46 +00:00
|
|
|
.B PERCENT_CPU (CPU%)
|
|
|
|
The percentage of the CPU time that the process is currently using.
|
2021-03-03 09:46:49 +00:00
|
|
|
This is the default way to represent CPU usage in Linux. Each process can
|
|
|
|
consume up to 100% which means the full capacity of the core it is running
|
|
|
|
on. This is sometimes called "Irix mode" e.g. in
|
|
|
|
.BR top (1).
|
|
|
|
.TP
|
|
|
|
.B PERCENT_NORM_CPU (NCPU%)
|
|
|
|
The percentage of the CPU time that the process is currently using normalized
|
|
|
|
by CPU count. This is sometimes called "Solaris mode" e.g. in
|
|
|
|
.BR top (1).
|
2014-05-15 08:08:46 +00:00
|
|
|
.TP
|
|
|
|
.B PERCENT_MEM (MEM%)
|
|
|
|
The percentage of memory the process is currently using (based on the process's
|
2014-05-17 18:20:58 +00:00
|
|
|
resident memory size, see M_RESIDENT above).
|
2014-05-15 08:08:46 +00:00
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B USER
|
|
|
|
The username of the process owner, or the user ID if the name can't be
|
|
|
|
determined.
|
|
|
|
.TP
|
2014-05-15 08:08:46 +00:00
|
|
|
.B TIME (TIME+)
|
|
|
|
The time, measured in clock ticks that the process has spent in user and system
|
|
|
|
time (see UTIME, STIME above).
|
|
|
|
.TP
|
|
|
|
.B NLWP
|
2021-02-02 07:56:24 +00:00
|
|
|
The number of Light-Weight Processes (=threads) in the process.
|
2014-05-15 08:08:46 +00:00
|
|
|
.TP
|
|
|
|
.B TGID
|
|
|
|
The thread group ID.
|
|
|
|
.TP
|
|
|
|
.B CTID
|
|
|
|
OpenVZ container ID, a.k.a virtual environment ID.
|
|
|
|
.TP
|
|
|
|
.B VPID
|
|
|
|
OpenVZ process ID.
|
|
|
|
.TP
|
|
|
|
.B VXID
|
|
|
|
VServer process ID.
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
|
|
|
.B RCHAR (RD_CHAR)
|
|
|
|
The number of bytes the process has read.
|
|
|
|
.TP
|
|
|
|
.B WCHAR (WR_CHAR)
|
|
|
|
The number of bytes the process has written.
|
|
|
|
.TP
|
|
|
|
.B SYSCR (RD_SYSC)
|
|
|
|
The number of read(2) syscalls for the process.
|
|
|
|
.TP
|
|
|
|
.B SYSCW (WR_SYSC)
|
|
|
|
The number of write(2) syscalls for the process.
|
|
|
|
.TP
|
|
|
|
.B RBYTES (IO_RBYTES)
|
|
|
|
Bytes of read(2) I/O for the process.
|
|
|
|
.TP
|
|
|
|
.B WBYTES (IO_WBYTES)
|
|
|
|
Bytes of write(2) I/O for the process.
|
|
|
|
.TP
|
2014-05-15 08:08:46 +00:00
|
|
|
.B CNCLWB (IO_CANCEL)
|
|
|
|
Bytes of cancelled write(2) I/O.
|
|
|
|
.TP
|
2015-02-04 13:47:00 +00:00
|
|
|
.B IO_READ_RATE (DISK READ)
|
2011-09-08 02:16:11 +00:00
|
|
|
The I/O rate of read(2) in bytes per second, for the process.
|
|
|
|
.TP
|
2015-02-04 13:47:00 +00:00
|
|
|
.B IO_WRITE_RATE (DISK WRITE)
|
2011-09-08 02:16:11 +00:00
|
|
|
The I/O rate of write(2) in bytes per second, for the process.
|
|
|
|
.TP
|
2015-02-04 13:47:00 +00:00
|
|
|
.B IO_RATE (DISK R/W)
|
2011-09-08 02:16:11 +00:00
|
|
|
The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above).
|
|
|
|
.TP
|
2014-05-15 08:08:46 +00:00
|
|
|
.B CGROUP
|
|
|
|
Which cgroup the process is in.
|
|
|
|
.TP
|
|
|
|
.B OOM
|
|
|
|
OOM killer score.
|
2011-09-08 02:16:11 +00:00
|
|
|
.TP
|
2020-09-11 13:02:00 +00:00
|
|
|
.B CTXT
|
|
|
|
Incremental sum of voluntary and nonvoluntary context switches.
|
|
|
|
.TP
|
2014-05-15 07:22:03 +00:00
|
|
|
.B IO_PRIORITY (IO)
|
|
|
|
The I/O scheduling class followed by the priority if the class supports it:
|
|
|
|
\fBR\fR for Realtime
|
|
|
|
\fBB\fR for Best-effort
|
|
|
|
\fBid\fR for Idle
|
|
|
|
.TP
|
2017-12-04 02:15:29 +00:00
|
|
|
.B PERCENT_CPU_DELAY (CPUD%)
|
|
|
|
The percentage of time spent waiting for a CPU (while runnable). Requires CAP_NET_ADMIN.
|
|
|
|
.TP
|
|
|
|
.B PERCENT_IO_DELAY (IOD%)
|
|
|
|
The percentage of time spent waiting for the completion of synchronous block I/O. Requires CAP_NET_ADMIN.
|
|
|
|
.TP
|
|
|
|
.B PERCENT_SWAP_DELAY (SWAPD%)
|
|
|
|
The percentage of time spent swapping in pages. Requires CAP_NET_ADMIN.
|
|
|
|
.TP
|
2020-11-28 19:23:33 +00:00
|
|
|
.B COMM
|
|
|
|
The command name for the process. Requires Linux kernel 2.6.33 or newer.
|
|
|
|
.TP
|
|
|
|
.B EXE
|
2020-11-28 19:47:36 +00:00
|
|
|
The executable file of the process as reported by the kernel. Requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
|
2020-11-28 19:23:33 +00:00
|
|
|
.TP
|
2021-08-06 06:45:30 +00:00
|
|
|
.B AGRP
|
|
|
|
The autogroup identifier for the process. Requires Linux CFS to be enabled.
|
|
|
|
.TP
|
|
|
|
.B ANI
|
|
|
|
The autogroup nice value for the process autogroup. Requires Linux CFS to be enabled.
|
|
|
|
.TP
|
2011-09-08 02:16:11 +00:00
|
|
|
.B All other flags
|
|
|
|
Currently unsupported (always displays '-').
|
2020-12-19 22:08:57 +00:00
|
|
|
.SH "EXTERNAL LIBRARIES"
|
|
|
|
While
|
|
|
|
.B htop
|
|
|
|
depends on most of the libraries it uses at build time there are two
|
|
|
|
noteworthy exceptions to this rule. These exceptions both relate to
|
|
|
|
data displayed in meters displayed in the header of
|
|
|
|
.B htop
|
|
|
|
and were intentionally created as optional runtime dependencies instead.
|
|
|
|
These exceptions are described below:
|
|
|
|
.TP
|
|
|
|
.B libsystemd
|
|
|
|
The bindings for libsystemd are used in the SystemD meter to determine
|
|
|
|
the number of active services and the overall system state. Looking for
|
|
|
|
the functions to determine these information at runtime allows for
|
|
|
|
builds to support these meters without forcing the package manager
|
|
|
|
to install these libraries on systems that otherwise don't use systemd.
|
|
|
|
|
|
|
|
Summary: no build time dependency, optional runtime dependency on
|
|
|
|
.B libsystemd
|
|
|
|
via dynamic loading, with
|
|
|
|
.B systemctl(1)
|
|
|
|
fallback.
|
|
|
|
.TP
|
|
|
|
.B libsensors
|
|
|
|
The bindings for libsensors are used for the CPU temperature readings
|
|
|
|
in the CPU usage meters if displaying the temperature is enabled through
|
|
|
|
the setup screen. In order for
|
|
|
|
.B htop
|
|
|
|
to show these temperatures correctly though, a proper configuration
|
|
|
|
of libsensors through its usual configuration files is assumed and that
|
|
|
|
all CPU cores correspond to temperature sensors from the
|
|
|
|
.B coretemp
|
|
|
|
driver with core 0 corresponding to a sensor labelled "Core 0". The
|
|
|
|
package temperature may be given as "Package id 0". If missing it is
|
|
|
|
inferred as the maximum value from the available per-core readings.
|
|
|
|
|
|
|
|
Summary: build time dependency on
|
|
|
|
.B libsensors(3)
|
|
|
|
C header files, optional runtime dependency on
|
|
|
|
.B libsensors(3)
|
|
|
|
via dynamic loading.
|
2021-07-23 01:50:28 +00:00
|
|
|
.SH "CONFIG FILES"
|
2020-08-20 03:16:31 +00:00
|
|
|
By default
|
|
|
|
.B htop
|
|
|
|
reads its configuration from the XDG-compliant path
|
|
|
|
.IR ~/.config/htop/htoprc .
|
|
|
|
The configuration file is overwritten by
|
|
|
|
.BR htop 's
|
|
|
|
in-program Setup configuration, so it should not be hand-edited.
|
|
|
|
If no user configuration exists
|
|
|
|
.B htop
|
|
|
|
tries to read the system-wide configuration from
|
|
|
|
.I @sysconfdir@/htoprc
|
|
|
|
and as a last resort, falls back to its hard coded defaults.
|
2014-05-03 21:14:08 +00:00
|
|
|
.LP
|
|
|
|
You may override the location of the configuration file using the $HTOPRC
|
|
|
|
environment variable (so you can have multiple configurations for different
|
|
|
|
machines that share the same home directory, for example).
|
2021-07-23 01:50:28 +00:00
|
|
|
.LP
|
|
|
|
The
|
|
|
|
.B pcp-htop
|
|
|
|
utility makes use of
|
|
|
|
.I htoprc
|
|
|
|
in exactly the same way.
|
|
|
|
In addition, it supports additional configuration files allowing
|
|
|
|
new meters and columns to be added to the display via the usual
|
|
|
|
Setup function, which will display additional Available Meters
|
|
|
|
and Available Column entries for each runtime configured meter
|
|
|
|
or column.
|
|
|
|
.LP
|
|
|
|
These
|
|
|
|
.B pcp-htop
|
|
|
|
configuration files are read once at startup.
|
|
|
|
The format of these files is described in detail in the
|
|
|
|
.BR pcp-htop (5)
|
|
|
|
manual page.
|
|
|
|
.LP
|
|
|
|
This functionality makes available many thousands of Performance
|
|
|
|
Co-Pilot metrics for display by
|
|
|
|
.BR pcp-htop ,
|
|
|
|
as well as the ability to display custom metrics added at individual sites.
|
|
|
|
Applications and services instrumented using the OpenMetrics format
|
|
|
|
.B https://openmetrics.io
|
|
|
|
can also be displayed by
|
|
|
|
.B pcp-htop
|
|
|
|
if the
|
|
|
|
.BR pmdaopenmetrics (1)
|
|
|
|
component is configured.
|
2015-06-08 23:11:43 +00:00
|
|
|
.SH "MEMORY SIZES"
|
2020-08-20 03:16:31 +00:00
|
|
|
Memory sizes in
|
|
|
|
.B htop
|
|
|
|
are displayed in a human-readable form.
|
|
|
|
Sizes are printed in powers of 1024. (e.g., 1023M = 1072693248 Bytes)
|
2015-06-08 23:11:43 +00:00
|
|
|
.LP
|
2020-08-20 03:16:31 +00:00
|
|
|
The decision to use this convention was made in order to conserve screen
|
|
|
|
space and make memory size representations consistent throughout
|
|
|
|
.BR htop .
|
2011-09-08 02:16:11 +00:00
|
|
|
.SH "SEE ALSO"
|
2020-08-20 03:16:31 +00:00
|
|
|
.BR proc (5),
|
|
|
|
.BR top (1),
|
|
|
|
.BR free (1),
|
|
|
|
.BR ps (1),
|
|
|
|
.BR uptime (1)
|
|
|
|
and
|
|
|
|
.BR limits.conf (5).
|
2021-07-23 01:50:28 +00:00
|
|
|
.SH "SEE ALSO FOR PCP"
|
|
|
|
.BR pmdaopenmetrics (1),
|
|
|
|
.BR PCPIntro (1),
|
|
|
|
.BR PMAPI (3),
|
|
|
|
and
|
|
|
|
.BR pcp-htop (5).
|
2006-03-04 18:16:49 +00:00
|
|
|
.SH "AUTHORS"
|
2020-08-20 03:16:31 +00:00
|
|
|
.B htop
|
|
|
|
was originally developed by Hisham Muhammad.
|
|
|
|
Nowadays it is maintained by the community at <htop@groups.io>.
|
2021-07-23 01:50:28 +00:00
|
|
|
.LP
|
|
|
|
.B pcp-htop
|
|
|
|
is maintained as a collaboration between the <htop@groups.io> and <pcp@groups.io>
|
|
|
|
communities, and forms part of the Performance Co-Pilot suite of tools.
|