1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/htop/pkg-descr
Yuri Victorovich a7bbd2fb92 sysutils/htop: Update to 2.1.0-26
Port changes:
* Changed to DISTVERSION
* Added to USES
* Added SHEBANG_FILES
* Removed LIBS (not needed)
* Replaced WWW with the https version

Maintainer insisted on updating to the current version.

PR:		225232
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-05 05:07:55 +00:00

21 lines
855 B
Plaintext

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: https://hisham.hm/htop/