aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:15 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:15 +0200
commitd3c9975943df58e293359b87905d19ff1fd52061 (patch)
treee416378879f60e8d538b1b25963904f767d30ff4 /README
downloaddebian_htop-d3c9975943df58e293359b87905d19ff1fd52061.tar.gz
debian_htop-d3c9975943df58e293359b87905d19ff1fd52061.tar.bz2
debian_htop-d3c9975943df58e293359b87905d19ff1fd52061.zip
Imported Upstream version 0.5upstream/0.5
Diffstat (limited to 'README')
-rw-r--r--README64
1 files changed, 64 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d0fbe48
--- /dev/null
+++ b/README
@@ -0,0 +1,64 @@
+
+htop
+by Hisham Muhammad <lode@gobolinux.org>
+
+May-Aug, 2004.
+
+Introduction
+~~~~~~~~~~~~
+
+This is htop, an interactive process viewer for Linux.
+It requires ncurses. Tested with Linux 2.4 and 2.6.
+
+This software has evolved considerably during the last months,
+and is reasonably complete, but there is still room for
+improvement. Read the TODO file to see what's known to be missing.
+
+Comparison between 'htop' and 'top'
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ * In 'htop' you can scroll the list vertically and horizontally
+ to see all processes and full command lines.
+ * In 'top' you are subject to a delay for each unassigned
+ key you press (especially annoying when multi-key escape
+ sequences are triggered by accident).
+ * 'htop' starts faster ('top' seems to collect data for a while
+ before displaying anything).
+ * In 'htop' you don't need to type the process number to
+ kill a process, in 'top' you do.
+ * In 'htop' you don't need to type the process number or
+ the priority value to renice a process, in 'top' you do.
+ * In 'htop' you can kill multiple processes at once.
+ * 'top' is older, hence, more tested.
+
+Compilation instructions
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+This program is distributed as a standard autotools-based package.
+See the INSTALL file for detailed instructions, but you are
+probably used to the common "configure/make/make install" routine.
+
+Keys
+~~~~
+
+Arrows,
+[PgUp], [PgDn],
+[Home], [End] - scroll process list
+[F1], [h] - help screen
+[F2], [S] - setup: configure header meters
+[F3], [/] - incremental process search: type process name
+[F4], [I] - invert sort order
+[F5], [<] - select sorting by previous field
+[F6], [>] - select sorting by next field
+[F7], []] - increase process priority (superuser only)
+[F8], [[] - decrease process priority
+[F9], [k] - kill process (all tagged ones, or the current, if none is tagged)
+[F10],[q] - quit
+[F] - highlight follows process
+[M] - sort by memory usage
+[P] - sort by processor usage
+[C] - select columns
+[space]
+[Ctrl+L] - refresh screen
+
+if not all keys work check your curses configuration.

© 2014-2024 Faster IT GmbH | imprint | privacy policy