Skip to content
/ htop Public
forked from hishamhm/htop

htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.

License

Notifications You must be signed in to change notification settings

Kayvlim/htop

This branch is 1 commit ahead of, 681 commits behind hishamhm/htop:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

354caa9 · Oct 18, 2014
Aug 26, 2011
Jan 17, 2014
May 6, 2014
Mar 4, 2006
Jan 16, 2014
Dec 5, 2012
Dec 5, 2012
Dec 5, 2012
Dec 5, 2012
Dec 5, 2012
Dec 5, 2012
Dec 5, 2012
Apr 24, 2014
Dec 5, 2012
Feb 24, 2010
Apr 24, 2014
Dec 5, 2012
Oct 18, 2014
Oct 18, 2014
Dec 5, 2012
Dec 5, 2012
May 3, 2014
Feb 27, 2014
Feb 27, 2014
Apr 21, 2014
Dec 5, 2012
Dec 5, 2012
Dec 5, 2012
May 24, 2013
Dec 5, 2012
Dec 18, 2013
Dec 5, 2012
Apr 9, 2014
Dec 5, 2012
Jan 16, 2014
Dec 26, 2011
Apr 21, 2014
Feb 27, 2014
Jan 16, 2014
Dec 5, 2012
Mar 4, 2006
Oct 4, 2012
Oct 4, 2012
Dec 5, 2012
Oct 4, 2012
Apr 24, 2014
Apr 24, 2014
Apr 25, 2014
Apr 25, 2014
Jan 16, 2014
Dec 5, 2012
Jan 17, 2014
Apr 24, 2014
Dec 5, 2012
Apr 21, 2014
Feb 27, 2014
Dec 5, 2012
Dec 5, 2012
Nov 21, 2011
Apr 25, 2014
Apr 25, 2014
Apr 24, 2014
Apr 22, 2014
May 3, 2014
Feb 27, 2014
Oct 18, 2014
Apr 25, 2014
May 4, 2014
Feb 27, 2014
Apr 5, 2014
Feb 3, 2014
Feb 27, 2014
Feb 26, 2013
Feb 26, 2013
Dec 26, 2011
Apr 24, 2014
Feb 27, 2014
Dec 5, 2012
Dec 5, 2012
Apr 21, 2014
Jan 14, 2014
Apr 24, 2014
Dec 5, 2012
Jan 16, 2014
Dec 5, 2012
Apr 22, 2014
Nov 10, 2012
Jan 16, 2014
Dec 5, 2012
Dec 26, 2011
Dec 26, 2011
Apr 21, 2014
Dec 5, 2012
Nov 24, 2010
Apr 24, 2014
May 17, 2014
Jun 4, 2014
Feb 18, 2009
Apr 9, 2014
Apr 9, 2014

Repository files navigation

htop

by Hisham Muhammad hisham@gobolinux.org

May, 2004 - January, 2014

Note

Alert Mac users, click here! The htop version you are using is a 5-year old fork -- help bring htop 1.x to the Mac!

Introduction

This is htop, an interactive process viewer. It requires ncurses. It is tested with Linux 2.6, but is also reported to work (and was originally developed) with the 2.4 series.

Note that, while, htop is Linux specific -- it is based on the Linux /proc filesystem -- it is also reported to work with FreeBSD systems featuring a Linux-compatible /proc. This is, however, unsupported. Contact the packager for your system when reporting problems on platforms other than Linux.

This software has evolved considerably during the last years, and is reasonably complete, but there is still room for improvement. Read the TODO file to see what's known to be missing.

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.

Compilation instructions

This program is distributed as a standard autotools-based package. See the INSTALL file for detailed instructions, but you are probably used to the common ./configure/make/make install routine.

When fetching the code from the development repository, you need to run the ./autogen.sh script, which in turn requires autotools to be installed.

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

if not all keys work check your curses configuration.

About

htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.6%
  • C++ 4.7%
  • Other 0.7%