Merge from vendor branch TNF:
authoragc <agc>
Fri, 25 May 2007 19:30:21 +0000 (19:30 +0000)
committeragc <agc>
Fri, 25 May 2007 19:30:21 +0000 (19:30 +0000)
commit7989c0ca5d784b16613766ec78bc5435ce19acee
treed3c5514524657250efe06c7dffe1b241ddfb6566
parent2a6149ffe60ded4e864fb33b4bda997f5619a225
parent8b4d27d47978c2bd4f0859a939507a04518107f9
Merge from vendor branch TNF:
Initial import of htop-0.6.5 into the Packages Collection.

htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form, like pstree.

This is htop, an interactive process viewer.

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.