htop 3.3.0-1 source package in Ubuntu

Changelog

htop (3.3.0-1) unstable; urgency=medium

  * Import upstream 3.3.0 release
  * Drop Debian patch (Remove LXC special handling for CPUs)
  * Multiple refactorings and code improvements
  * Shorten docker container IDs to 12 characters
  * Settings: preserve empty header
  * Fix execlp() argument without pointer cast
  * OpenFilesScreen: Make column sizing dynamic for file size, offset and inode
  * HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40"
  * Meter: use correct unicode characters for digit '9'
  * Note in manual re default memory units of KiB
  * Add column for process container name
  * Add logic to filter the container name (+type) from the CGroup name
  * Change NetworkIOMeter value unit from KiB/s to bytes/second
  * Cap DiskIOMeter "utilisation" percentage at 100%
  * Shorten podman/libpod container IDs to 12 characters
  * Write configuration to temporary file first
  * Incorporate shared memory in bar text
  * Move shared memory next to used memory
  * Correct order of memory meter in help
  * Add recalculate to Ctrl-L refresh
  * Update process list on thread visibility toggling
  * Support dynamic screens with 'top-most' entities beyond processes
  * Introduce Row and Table classes for screens beyond top-processes
  * Rework ZramMeter and remove MeterClass.comprisedValues
  * More robust logic for CPU process percentages
  * Show year as start time for processes older than a year
  * Short-term fix for docker container detection
  * default color preset: use bold blue for better visibility
  * Document 'O' keyboard shortcut
  * Implement logic for '--max-iterations'
  * Update F5 key label on tab switch (Tree <-> List)
  * Force re-sorting of the process list view after switching between list/treeview mode
  * Linux: (hack) work around the fact that Zswapped pages may be SwapCached
  * Linux: implement zswap support
  * {Memory,Swap}Meter: add "compressed memory" metrics
  * Fix scroll relative to followed process
  * ZramMeter: update bar mode
  * Increase Search and Filter max string length to 128
  * Improve CPU computation code
  * Remove LXC special handling for the CPU count
  * Create new File Descriptor meter
  * Linux: add IRQ PSI meter
  * Linux: highlight username if process has elevated privileges
  * Add support for scheduling policies
  * Add a systemd user meter to monitor user units.

 -- Daniel Lange <email address hidden>  Wed, 10 Jan 2024 11:30:00 +0100

Upload details

Uploaded by:
Daniel Lange
Uploaded to:
Sid
Original maintainer:
Daniel Lange
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
htop_3.3.0-1.dsc 2.1 KiB fe87e8708b7eaa42909d80fa85605eb4dfc8531ea8f61c4878e805ec5121ed65
htop_3.3.0.orig.tar.gz 396.5 KiB 1e5cc328eee2bd1acff89f860e3179ea24b85df3ac483433f92a29977b14b045
htop_3.3.0-1.debian.tar.xz 11.0 KiB c0601e4191583496aaecd07af1d85abd246e5850f308447a685b768cd038774b

Available diffs

No changes file available.

Binary packages built by this source

htop: interactive processes viewer

 Htop is an ncursed-based process viewer similar to top, but it
 allows one to scroll the list vertically and horizontally to see
 all processes and their full command lines.
 .
 Tasks related to processes (killing, renicing) can be done without
 entering their PIDs.

htop-dbgsym: debug symbols for htop