Htop

Htop
Developer(s) Hisham H. Muhammad
Stable release 1.0 / November 21, 2011; 2 months ago (2011-11-21)
Written in C
Operating system Linux
Type Process Viewer / System monitor
License GNU General Public License
Website http://htop.sourceforge.net/

Htop is an interactive system-monitor process-viewer written for Linux. It is designed to replace the Unix program top. It shows a frequently updated list of the processes running on a computer, normally ordered by the amount of CPU usage. Unlike top, Htop provides a full list of processes running, instead of the top resource-consuming processes. Htop uses color and gives visual information about processor, swap and memory status.

Users often deploy htop in cases where Unix top does not provide enough information about the systems processes, for example when trying to find minor memory leaks in applications. Compared to top, it provides a more convenient, cursor-controlled interface for killing processes.

Htop is written in the C programming language using the ncurses library.

It is possible to run htop on FreeBSD[1], since it can emulate Linux's procfs.

References

External links