You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Christian Göttsche ba5ef1ac8b CPUMeter: show if a CPU is offline in text mode 5 years ago
.github Enable affinity support for non-Linux 5 years ago
darwin Merge branch 'cpu_count' of cgzones/htop 5 years ago
docs Fix misc typos 5 years ago
dragonflybsd Merge branch 'cpu_count' of cgzones/htop 5 years ago
freebsd FreeBSD: mark the original kernel thread with pid 0 as such 5 years ago
generic Align descriptive comments 5 years ago
iwyu Add sys/dirent.h to iwyu/htop.imp 5 years ago
linux The average CPU utilization value must never be marked 'offline' 5 years ago
netbsd netbsd: handle repeated ENOMEM from HW_IOSTATS safely 5 years ago
openbsd OpenBSD: support offline CPUs and hot-swapping 5 years ago
pcp Merge branch 'pcp-dynamic-cpu' 5 years ago
scripts Track file descriptors in valgrind script 5 years ago
solaris Solaris: the average CPU utilization value must never be marked 'offline' 5 years ago
unsupported Add ProcessList_isCPUonline 5 years ago
zfs platform-dependent files included relative to main source directory 5 years ago
.editorconfig
.gitignore Implement command line and environment handling for pcp htop. 5 years ago
.travis.yml travis CI: drop macOS and Linux builds 5 years ago
AUTHORS Update AUTHORS file with htop-dev team 5 years ago
Action.c Enable affinity support for non-Linux 5 years ago
Action.h Use MainPanel type in State struct 5 years ago
Affinity.c Enable affinity support for non-Linux 5 years ago
Affinity.h Enable affinity support for non-Linux 5 years ago
AffinityPanel.c Add ProcessList_isCPUonline 5 years ago
AffinityPanel.h cleaned up includes with iwyu 5 years ago
AvailableColumnsPanel.c cleaned up includes with iwyu 5 years ago
AvailableColumnsPanel.h cleaned up includes with iwyu 5 years ago
AvailableMetersPanel.c Rework CPU counting 5 years ago
AvailableMetersPanel.h cleaned up includes with iwyu 5 years ago
BatteryMeter.c Save text buffer in Meter 5 years ago
BatteryMeter.h cleaned up includes with iwyu 5 years ago
CONTRIBUTING.md Adjust to current label reality and the fact that Github can't search for multiple labels ORed ... yet. 5 years ago
COPYING
CPUMeter.c CPUMeter: show if a CPU is offline in text mode 5 years ago
CPUMeter.h cleaned up includes with iwyu 5 years ago
CRT.c Correct grammatical error in crash information 5 years ago
CRT.h Add a new DynamicMeter class for runtime Meter extension 5 years ago
CategoriesPanel.c Allow to pass '/' for item search 5 years ago
CategoriesPanel.h cleaned up includes with iwyu 5 years ago
ChangeLog Change 3.0.6-dev -> 3.1.0-dev 5 years ago
ClockMeter.c cleaned up includes with iwyu 5 years ago
ClockMeter.h cleaned up includes with iwyu 5 years ago
ColorsPanel.c cleaned up includes with iwyu 5 years ago
ColorsPanel.h cleaned up includes with iwyu 5 years ago
ColumnsPanel.c Mark several non-modified pointer variables const 5 years ago
ColumnsPanel.h cleaned up includes with iwyu 5 years ago
CommandLine.c Rework CPU counting 5 years ago
CommandLine.h Abstract htop main function to allow for a platform binary 5 years ago
CommandScreen.c cleaned up includes with iwyu 5 years ago
CommandScreen.h
Compat.c DragonFlyBSD: resolve sign comparison 5 years ago
Compat.h Request the realtime and monotonic clock times once per sample 5 years ago
DateMeter.c cleaned up includes with iwyu 5 years ago
DateMeter.h cleaned up includes with iwyu 5 years ago
DateTimeMeter.c cleaned up includes with iwyu 5 years ago
DateTimeMeter.h cleaned up includes with iwyu 5 years ago
DiskIOMeter.c cleaned up includes with iwyu 5 years ago
DiskIOMeter.h cleaned up includes with iwyu 5 years ago
DisplayOptionsPanel.c Disable mouse option when support is unavailable 5 years ago
DisplayOptionsPanel.h cleaned up includes with iwyu 5 years ago
DynamicMeter.c PCP: fixup: Missing headers for DynamicMeter 5 years ago
DynamicMeter.h PCP: fixup: Missing headers for DynamicMeter 5 years ago
EnvScreen.c cleaned up includes with iwyu 5 years ago
EnvScreen.h cleaned up includes with iwyu 5 years ago
FunctionBar.c Rework drawing of FunctionBar 5 years ago
FunctionBar.h cleaned up includes with iwyu 5 years ago
Hashtable.c cleaned up includes with iwyu 5 years ago
Hashtable.h Hashtable: widen size from int to size_t 5 years ago
Header.c Ensure PCP dynamic metric configuration definition uniqueness 5 years ago
Header.h Ensure we do not attempt to add a DynamicMeter via the 5 years ago
HostnameMeter.c cleaned up includes with iwyu 5 years ago
HostnameMeter.h cleaned up includes with iwyu 5 years ago
IncSet.c Mark several non-modified pointer variables const 5 years ago
IncSet.h cleaned up includes with iwyu 5 years ago
InfoScreen.c netbsd: Support curses libraries without ncurses mouse support 5 years ago
InfoScreen.h InfoScreen: drop unused member 5 years ago
ListItem.c Code indentation 5 years ago
ListItem.h cleaned up includes with iwyu 5 years ago
LoadAverageMeter.c Rework CPU counting 5 years ago
LoadAverageMeter.h cleaned up includes with iwyu 5 years ago
Macros.h Check for alloc_size attribute in configure.ac 5 years ago
MainPanel.c Make MainPanel_pidSearch a static function 5 years ago
MainPanel.h Make MainPanel_pidSearch a static function 5 years ago
Makefile.am Makefile.am fix that actually does a proper substitution 5 years ago
MemoryMeter.c cleaned up includes with iwyu 5 years ago
MemoryMeter.h cleaned up includes with iwyu 5 years ago
Meter.c Whitespace around operators 5 years ago
Meter.h Pointer indication aligned to typename 5 years ago
MetersPanel.c Mark several non-modified pointer variables const 5 years ago
MetersPanel.h
NEWS
NetworkIOMeter.c cleaned up includes with iwyu 5 years ago
NetworkIOMeter.h cleaned up includes with iwyu 5 years ago
Object.c Allow meters in text mode to span empty neighbors to the right 5 years ago
Object.h Object: always include stdbool.h 5 years ago
OpenFilesScreen.c Make Infoscreens the correct height 5 years ago
OpenFilesScreen.h cleaned up includes with iwyu 5 years ago
OptionItem.c Use RichString_appendnAscii where possible 5 years ago
OptionItem.h Add support to change numeric options in settings screen 5 years ago
Panel.c Whitespace around operators 5 years ago
Panel.h Mark several non-modified pointer variables const 5 years ago
Process.c Merge branch 'cpu_count' of cgzones/htop 5 years ago
Process.h Respect "Show custom thread names" setting 5 years ago
ProcessList.c Rework CPU counting 5 years ago
ProcessList.h Add ProcessList_isCPUonline 5 years ago
ProcessLocksScreen.c Make Infoscreens the correct height 5 years ago
ProcessLocksScreen.h IWYU update (Linux) 5 years ago
ProvideCurses.h Use consistent style for include check 5 years ago
README Enable affinity support for non-Linux 5 years ago
README.md
RichString.c cleaned up includes with iwyu 5 years ago
RichString.h Enclose macro argument 5 years ago
ScreenManager.c ScreenManager: drop unused member 5 years ago
ScreenManager.h ScreenManager: drop unused member 5 years ago
Settings.c Disable mouse option when support is unavailable 5 years ago
Settings.h Disable mouse option when support is unavailable 5 years ago
SignalsPanel.c Panel_new: reorder arguments 5 years ago
SignalsPanel.h cleaned up includes with iwyu 5 years ago
SwapMeter.c Remove Linux-specific cpp conditional in SwapMeter.c 5 years ago
SwapMeter.h cleaned up includes with iwyu 5 years ago
SysArchMeter.c cleaned up includes with iwyu 5 years ago
SysArchMeter.h [#480] SysArchMeter to view kernel/arch info 5 years ago
TESTPLAN Small update to test plan 5 years ago
TasksMeter.c Rework CPU counting 5 years ago
TasksMeter.h cleaned up includes with iwyu 5 years ago
TraceScreen.c cleaned up includes with iwyu 5 years ago
TraceScreen.h Mark several non-modified pointer variables const 5 years ago
UptimeMeter.c UptimeMeter: treat all non-positive values as error 5 years ago
UptimeMeter.h cleaned up includes with iwyu 5 years ago
UsersTable.c Hashtable: use dynamic growth and use primes as size 5 years ago
UsersTable.h cleaned up includes with iwyu 5 years ago
Vector.c Avoid calling Object_isA from inside Vector_isConsistent 5 years ago
Vector.h Code indentation 5 years ago
XUtils.c Pointer indication aligned to typename 5 years ago
XUtils.h Pointer indication aligned to typename 5 years ago
autogen.sh
configure.ac configure: check for NaN compiler support 5 years ago
htop.1.in Add Shift-F7, Shift-F8 keybindings for autogroups 5 years ago
htop.c Abstract htop main function to allow for a platform binary 5 years ago
htop.desktop
htop.png Update htop logo, provide .svg file as well 5 years ago
htop.svg Update htop logo, provide .svg file as well 5 years ago
pcp-htop.c Resolve some Coverity scan misfires in PCP platform code 5 years ago
test_spec.lua

README.md

htop

CI Coverity Scan Build Status Mailing List IRC #htop Github Release

Screenshot of htop

Introduction

htop is a cross-platform interactive process viewer.

htop allows scrolling the list of processes vertically and horizontally to see their full command lines and related information like memory and CPU consumption.

The information displayed is configurable through a graphical setup and can be sorted and filtered interactively.

Tasks related to processes (e.g. killing and renicing) can be done without entering their PIDs.

Running htop requires ncurses libraries (typically named libncursesw*).

For more information and details on how to contribute to htop visit htop.dev.

Build instructions

Prerequisite

List of build-time dependencies:

  • build-essential standard GNU autotools-based
  • autoconf
  • autotools
  • ncurses

Note about ncurses:

htop requires ncurses 6.0. Be aware the appropriate package is sometimes still called libncurses5 (on Debian/Ubuntu). Also ncurses usually comes in two flavours:

  • With Unicode support.
  • Without Unicode support.

This is also something that is reflected in the package name on Debian/Ubuntu (via the additional 'w' - 'w'ide character support).

List of additional build-time dependencies (based on feature flags):

  • sensors
  • hwloc
  • libcap

Compiling htop requires the header files for ncurses . Install these and other required packages for C development from your package manager.

Debian/Ubuntu

sudo apt install libncursesw5-dev autotools-dev autoconf

Fedora/RHEL

sudo dnf install ncurses-devel automake autoconf

Compiling from source:

To compile from sources downloaded from the Git repository (git clone or downloads from Github releases), then run:

./autogen.sh && ./configure && make

By default make install will install into /usr/local, for changing the path use ./configure --prefix=/some/path.

Install

To install on the local system run make install. By default make install installs into /usr/local. To change this path use ./configure --prefix=/some/path.

Build Options

htop has several build-time options to enable/disable additional features.

Generic

  • --enable-unicode: enable Unicode support dependency: libncursesw default: yes
  • --enable-pcp: enable Performance Co-Pilot support via a new pcp-htop utility dependency: libpcp default: no
  • --enable-affinity: enable sched_setaffinity(2) and sched_getaffinity(2) for affinity support; conflicts with hwloc default: check
  • --enable-hwloc: enable hwloc support for CPU affinity; disables affinity support dependency: libhwloc default: no
  • --enable-static: build a static htop binary; hwloc and delay accounting are not supported default: no
  • --enable-debug: Enable asserts and internal sanity checks; implies a performance penalty default: no

Linux

  • --enable-sensors: enable libsensors(3) support for reading temperature data dependencies: libsensors-dev(build-time), at runtime libsensors is loaded via dlopen(3) if available default: check
  • --enable-capabilities: enable Linux capabilities support dependency: libcap default: check
  • --with-proc: location of a Linux-compatible proc filesystem default: /proc
  • --enable-openvz: enable OpenVZ support default: no
  • --enable-vserver: enable VServer support default: no
  • --enable-ancient-vserver: enable ancient VServer support (implies --enable-vserver) default: no
  • --enable-delayacct: enable Linux delay accounting support dependencies: pkg-config(build-time), libnl-3 and libnl-genl-3 default: check

Runtime dependencies:

htop has a set of fixed minimum runtime dependencies, which is kept as minimal as possible:

  • ncurses libraries for terminal handling (wide character support).

Runtime optional dependencies:

htop has a set of fixed optional dependencies, depending on build/configure option used:

  • libdl, if not building static and support for some of the optional libraries is enabled, is always required when support for to optionally load dependencies (i.e. libsensors, systemd) is present.
  • libcap, user-space interfaces to the POSIX 1003.1e, is always required when --enable-capabilities was used to configure htop.
  • libsensors, readout of temperatures and CPU speeds, is optional even when --enable-sensors was used to configure htop.
  • systemd is optional when --enable-static was not used to configure htop (Linux only). If building statically and libsystemd is not found by configure support for the SystemD meter is disabled entirely.

htop checks for the availability of the actual runtime lib as htop runs.

BSD On most *BSD systems you also have kvm as a static requirement to read all the kernel information.

More information on required and optional dependencies can be found in configure.ac.

Usage

See the manual page (man htop) or the on-line help ('F1' or 'h' inside htop) for a list of supported key commands.

Support

If you have trouble running htop please consult your Operating System / Linux distribution documentation for getting support and filing bugs.

Bugs, development feedback

We have a development mailing list. Feel free to subscribe for release announcements or asking questions on the development of htop.

You can also join our IRC channel #htop on Libera.Chat and talk to the developers there.

If you have found an issue with the source of htop, please check whether this has already been reported in our Github issue tracker. If not, please file a new issue describing the problem you have found, the location in the source code you are referring to and a possible fix.

History

htop was invented, developed and maintained by Hisham Muhammad from 2004 to 2019. His legacy repository has been archived to preserve the history.

In 2020 a team took over the development amicably and continues to maintain htop collaboratively.

License

GNU General Public License, version 2 (GPL-2.0)