|
@@ -1,15 +1,15 @@
|
|
|
|
|
|
|
|
|
|
#### **NAME**
|
|
#### **NAME**
|
|
-
|
|
|
|
|
|
+```
|
|
htop - interactive process viewer
|
|
htop - interactive process viewer
|
|
-
|
|
|
|
|
|
+```
|
|
#### **SYNOPSIS**
|
|
#### **SYNOPSIS**
|
|
-
|
|
|
|
|
|
+```
|
|
**htop** **\[**\-dChusv\]
|
|
**htop** **\[**\-dChusv\]
|
|
-
|
|
|
|
|
|
+```
|
|
#### **DESCRIPTION**
|
|
#### **DESCRIPTION**
|
|
-
|
|
|
|
|
|
+```
|
|
Htop is a free (GPL) ncurses-based process viewer for Linux.
|
|
Htop is a free (GPL) ncurses-based process viewer for Linux.
|
|
|
|
|
|
It is similar to top, but allows you to scroll vertically and horizontally, so you can see
|
|
It is similar to top, but allows you to scroll vertically and horizontally, so you can see
|
|
@@ -18,9 +18,9 @@
|
|
once.
|
|
once.
|
|
|
|
|
|
Tasks related to processes (killing, renicing) can be done without entering their PIDs.
|
|
Tasks related to processes (killing, renicing) can be done without entering their PIDs.
|
|
-
|
|
|
|
|
|
+```
|
|
#### **COMMAND-LINE** **OPTIONS**
|
|
#### **COMMAND-LINE** **OPTIONS**
|
|
-
|
|
|
|
|
|
+```
|
|
Mandatory arguments to long options are mandatory for short options too.
|
|
Mandatory arguments to long options are mandatory for short options too.
|
|
|
|
|
|
**\-d** **\--delay=DELAY**
|
|
**\-d** **\--delay=DELAY**
|
|
@@ -43,9 +43,9 @@
|
|
|
|
|
|
**\-v** **\--version**
|
|
**\-v** **\--version**
|
|
Output version information and exit
|
|
Output version information and exit
|
|
-
|
|
|
|
|
|
+```
|
|
#### **INTERACTIVE** **COMMANDS**
|
|
#### **INTERACTIVE** **COMMANDS**
|
|
-
|
|
|
|
|
|
+```
|
|
The following commands are supported while in htop:
|
|
The following commands are supported while in htop:
|
|
|
|
|
|
**Up,** **Alt-k**
|
|
**Up,** **Alt-k**
|
|
@@ -168,9 +168,9 @@
|
|
|
|
|
|
**Numbers**
|
|
**Numbers**
|
|
PID search: type in process ID and the selection highlight will be moved to it.
|
|
PID search: type in process ID and the selection highlight will be moved to it.
|
|
-
|
|
|
|
|
|
+```
|
|
#### **COLUMNS**
|
|
#### **COLUMNS**
|
|
-
|
|
|
|
|
|
+```
|
|
The following columns can display data about each process. A value of '-' in all the rows
|
|
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 currently unimplemented in htop.
|
|
indicates that a column is unsupported on your system, or currently unimplemented in htop.
|
|
The names below are the ones used in the "Available Columns" section of the setup screen.
|
|
The names below are the ones used in the "Available Columns" section of the setup screen.
|
|
@@ -351,9 +351,9 @@
|
|
|
|
|
|
**All** **other** **flags**
|
|
**All** **other** **flags**
|
|
Currently unsupported (always displays '-').
|
|
Currently unsupported (always displays '-').
|
|
-
|
|
|
|
|
|
+```
|
|
#### **CONFIG** **FILE**
|
|
#### **CONFIG** **FILE**
|
|
-
|
|
|
|
|
|
+```
|
|
By default htop reads its configuration from the XDG-compliant path [~/.config/htop/htoprc](file:~/.config/htop/htoprc)
|
|
By default htop reads its configuration from the XDG-compliant path [~/.config/htop/htoprc](file:~/.config/htop/htoprc)
|
|
-- the configuration file is overwritten by htop's in-program Setup configuration, so it
|
|
-- the configuration file is overwritten by htop's in-program Setup configuration, so it
|
|
should not be hand-edited. If no user configuration exists htop tries to read the system-
|
|
should not be hand-edited. If no user configuration exists htop tries to read the system-
|
|
@@ -363,12 +363,13 @@
|
|
You may override the location of the configuration file using the $HTOPRC environment
|
|
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
|
|
variable (so you can have multiple configurations for different machines that share the
|
|
same home directory, for example).
|
|
same home directory, for example).
|
|
-
|
|
|
|
|
|
+```
|
|
#### **MEMORY** **SIZES**
|
|
#### **MEMORY** **SIZES**
|
|
-
|
|
|
|
|
|
+```
|
|
Memory sizes in htop are displayed as they are in tools from the GNU Coreutils (when ran
|
|
Memory sizes in htop are displayed as they are in tools from the GNU Coreutils (when ran
|
|
with the --human-readable option). This means that sizes are printed in powers of 1024.
|
|
with the --human-readable option). This means that sizes are printed in powers of 1024.
|
|
(e.g., 1023M = 1072693248 Bytes)
|
|
(e.g., 1023M = 1072693248 Bytes)
|
|
|
|
|
|
The decision to use this convention was made in order to conserve screen space and make
|
|
The decision to use this convention was made in order to conserve screen space and make
|
|
memory size representations consistent throughout htop.
|
|
memory size representations consistent throughout htop.
|
|
|
|
+```
|