diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:26:43 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:26:43 +0200 |
commit | 2b7df3b6613c90e6e2d8e331c67c876e21e37991 (patch) | |
tree | 0d35da70c513e81b2556b618d553ee7155e419c5 /system/htop/README | |
parent | 56549cc1010f894ac5fac8158da18efb622aa3d4 (diff) | |
download | slackbuilds-2b7df3b6613c90e6e2d8e331c67c876e21e37991.tar.gz |
system/htop: Updated for version 0.8.1
Diffstat (limited to 'system/htop/README')
-rw-r--r-- | system/htop/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/htop/README b/system/htop/README index 652295d385..791a6c4f3f 100644 --- a/system/htop/README +++ b/system/htop/README @@ -2,3 +2,8 @@ htop is an interactive process viewer for Linux. It aims to be a 'better top' You can scroll the process list vertically and horizontally, and select a process to be killed with the arrow keys instead of by typing its process id. + +This release adds per-process I/O statistics, Unicode support, and new +handling of CPU count for threaded processes: it can now show either +per-thread stats or a sum of all threads depending whether user threads +are shown or hidden. There were also improvements in mouse support. |