aboutsummaryrefslogtreecommitdiff
path: root/sysutils/htop/pkg-descr
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-08-30 18:46:01 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-08-30 18:46:01 +0000
commita522766854da0c73b00de173b14761a99499be59 (patch)
treea0507674c0034a8dd1c7c18991be36594111a447 /sysutils/htop/pkg-descr
parent9b2631cba94b24b19c1d244feae8382dc477027c (diff)
downloadports-a522766854da0c73b00de173b14761a99499be59.tar.gz
ports-a522766854da0c73b00de173b14761a99499be59.zip
Notes
Diffstat (limited to 'sysutils/htop/pkg-descr')
-rw-r--r--sysutils/htop/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/htop/pkg-descr b/sysutils/htop/pkg-descr
new file mode 100644
index 000000000000..e9567bd38781
--- /dev/null
+++ b/sysutils/htop/pkg-descr
@@ -0,0 +1,20 @@
+htop is an enhanced version of top, the interactive process viewer,
+which can display the list of processes in a tree form.
+
+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.
+
+WWW: http://htop.sourceforge.net/