Path to this page:
./
sysutils/htop,
Enhanced version of top utility
Branch: CURRENT,
Version: 2.2.0nb2,
Package name: htop-2.2.0nb2,
Maintainer: pkgsrc-usersThis 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.
Required to run:[
sysutils/desktop-file-utils] [
devel/ncursesw] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 5da790e6addf495edc4d8ed7d69d1f0de085c7ad
RMD160: 4d89c35c22c5e6377d374af0e0ff68610b22c79f
Filesize: 300.888 KB
Version history: (Expand)
- (2020-12-05) Updated to version: htop-2.2.0nb2
- (2019-04-25) Updated to version: htop-2.2.0nb1
- (2018-11-06) Updated to version: htop-2.2.0
- (2017-11-24) Updated to version: htop-2.0.2nb1
- (2016-07-22) Updated to version: htop-2.0.2
- (2016-05-06) Updated to version: htop-2.0.1nb1
CVS history: (Expand)
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2018-11-05 13:19:23 by Jonathan Perkin | Files touched by this commit (5) |  |
Log message:
htop: Update to 2.2.0.
What's new in htop 2.2.0:
* Solaris/Illumos/OpenIndiana support (thanks to Guy M. Broome)
* -t/--tree flag for starting in tree-view mode (thanks to Daniel Flanagan)
* macOS: detects High Sierra version to avoid OS bug (thanks to Pierre
Malhaire)
* OpenBSD: read battery data (thanks to @nerd972)
* Various automake and build improvements (thanks to Kang-Che Sung)
* Check for pkg-config when building with --enable-delayacct (thanks to
@florian2833z for the report)
* Avoid some bashisms in configure script (thanks to Jesin)
* Use CFLAGS from ncurses*-config if present (thanks to Michael Klein)
* Header generator supports non-UTF-8 environments (thanks to @volkov-am)
* Linux: changed detection of kernel threads
* Collapse current subtree pressing Backspace
* BUGFIX: fix behavior of SYSCR column (thanks to Marc Kleine-Budde)
* BUGFIX: obtain exit code of lsof correctly (thanks to @wangqr)
* BUGFIX: fix crash with particular keycodes (thanks to Wellington Torrejais
da Silva for the report)
* BUGFIX: fix issue with small terminals (thanks to Daniel Elf for the report)
* BUGFIX: fix terminal color issues (thanks to Kang-Che Sung for the report)
* BUGFIX: preserve LDFLAGS when building (thanks to Lance Frederickson for
the report)
* BUGFIX: fixed overflow for systems with >= 100 signals
What's new in htop 2.1.0:
* Linux: Delay accounting metrics (thanks to André Carvalho)
* DragonFly BSD support (thanks to Diederik de Groot)
* Support for real-time signals (thanks to Kang-Che Sung)
* 'c' key now works with threads as well
* Session column renamed from SESN to SID (thanks to Kamyar Rasta)
* Improved UI for meter style selection (thanks to Kang-Che Sung)
* Improved code for constructing process tree (thanks to wangqr)
* Compile-time option to disable setuid
* Error checking of various standard library operations
* Replacement of sprintf with snprintf (thanks to Tomasz Kramkowski)
* Linux: performance improvements in battery meter
* Linux: update process TTY device
* Linux: add support for sorting TASK_IDLE (thanks to Vladimir Panteleev)
* Linux: add upper-bound to running process counter (thanks to Lucas Correia
Villa Real)
* BUGFIX: avoid crash when battery is removed (thanks to Jan Chren)
* BUGFIX: macOS: fix infinite loop in tree view (thanks to Wataru Ashihara)
|
2017-11-24 03:06:13 by Maya Rashish | Files touched by this commit (3) |
Log message:
htop: workaround differences in how linux and netbsd count memory usage
a bogus value is displayed for used memory as usedMem ends up as a negative
quantity. use (total memory - free memory) instead.
PR pkg/52669: htop displays wrong used memory
|
2017-03-25 11:53:59 by Maya Rashish | Files touched by this commit (2) |
Log message:
htop: add missing include to fix build on netbsd-7.99.x. must've
side-loaded sys/time.h before.
From Chavdar Ivanov on pkgsrc-users.
|
2017-01-31 23:24:28 by Maya Rashish | Files touched by this commit (1) |
Log message:
Remove commented out OS limitation - it doesn't make sense to limit this
package (since 2.x), it will work for most.
|
2016-07-22 07:45:06 by Thomas Klausner | Files touched by this commit (1) |  |
Log message:
Reset PKGREVISION after update.
|