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.
 
 
 
 
 
Hisham Muhammad 7d930a21f1 Getting stuff ready for a release 20 years ago
scripts Add header generator script. 20 years ago
AUTHORS Initial import. 20 years ago
AvailableColumnsListBox.c Initial import. 20 years ago
AvailableColumnsListBox.h Initial import. 20 years ago
AvailableMetersListBox.c - Overhaul meters implementation; 20 years ago
AvailableMetersListBox.h Initial import. 20 years ago
COPYING Initial import. 20 years ago
CPUMeter.c - Overhaul meters implementation; 20 years ago
CPUMeter.h - Overhaul meters implementation; 20 years ago
CRT.c Fixes for header generation. 20 years ago
CRT.h Initial import. 20 years ago
CategoriesListBox.c Initial import. 20 years ago
CategoriesListBox.h Initial import. 20 years ago
ChangeLog Add new stuff to changelog 20 years ago
CheckItem.c Initial import. 20 years ago
CheckItem.h Initial import. 20 years ago
ClockMeter.c - Overhaul meters implementation; 20 years ago
ClockMeter.h - Overhaul meters implementation; 20 years ago
ColorsListBox.c Fixes for header generation. 20 years ago
ColorsListBox.h Initial import. 20 years ago
ColumnsListBox.c Initial import. 20 years ago
ColumnsListBox.h Initial import. 20 years ago
DebugMemory.c support free(NULL), which is valid ANSI C 20 years ago
DebugMemory.h Initial import. 20 years ago
DisplayOptionsListBox.c Initial import. 20 years ago
DisplayOptionsListBox.h Initial import. 20 years ago
FunctionBar.c Update copyrights. 20 years ago
FunctionBar.h Initial import. 20 years ago
Hashtable.c Initial import. 20 years ago
Hashtable.h Initial import. 20 years ago
Header.c - Overhaul meters implementation; 20 years ago
Header.h - Overhaul meters implementation; 20 years ago
INSTALL Initial import. 20 years ago
ListBox.c Update copyrights. 20 years ago
ListBox.h Initial import. 20 years ago
ListItem.c Update copyrights. 20 years ago
ListItem.h Initial import. 20 years ago
LoadAverageMeter.c - Overhaul meters implementation; 20 years ago
LoadAverageMeter.h - Overhaul meters implementation; 20 years ago
LoadMeter.c Initial import. 20 years ago
LoadMeter.h Initial import. 20 years ago
Makefile.am - Overhaul meters implementation; 20 years ago
MemoryMeter.c - Overhaul meters implementation; 20 years ago
MemoryMeter.h - Overhaul meters implementation; 20 years ago
Meter.c - Overhaul meters implementation; 20 years ago
Meter.h - Overhaul meters implementation; 20 years ago
MetersListBox.c - Overhaul meters implementation; 20 years ago
MetersListBox.h Initial import. 20 years ago
NEWS Initial import. 20 years ago
Object.c Initial import. 20 years ago
Object.h Initial import. 20 years ago
Process.c Remove unfinished code. 20 years ago
Process.h Initial import. 20 years ago
ProcessList.c - Overhaul meters implementation; 20 years ago
ProcessList.h * make debug target 20 years ago
README Simple subversion test. 20 years ago
RichString.c Initial import. 20 years ago
RichString.h Initial import. 20 years ago
ScreenManager.c Initial import. 20 years ago
ScreenManager.h Initial import. 20 years ago
Settings.c Minor fix to HTOPRC feature. 20 years ago
Settings.h - Overhaul meters implementation; 20 years ago
SignalItem.c Update copyrights. 20 years ago
SignalItem.h Initial import. 20 years ago
SignalsListBox.c Initial import. 20 years ago
SignalsListBox.h Initial import. 20 years ago
String.c Initial import. 20 years ago
String.h Initial import. 20 years ago
SwapMeter.c - Overhaul meters implementation; 20 years ago
SwapMeter.h - Overhaul meters implementation; 20 years ago
TasksMeter.c - Overhaul meters implementation; 20 years ago
TasksMeter.h - Overhaul meters implementation; 20 years ago
TraceScreen.c Wait for strace child process to die properly 20 years ago
TraceScreen.h Initial import. 20 years ago
TypedVector.c Initial import. 20 years ago
TypedVector.h Initial import. 20 years ago
UptimeMeter.c - Overhaul meters implementation; 20 years ago
UptimeMeter.h - Overhaul meters implementation; 20 years ago
UsersTable.c Update copyrights. 20 years ago
UsersTable.h Initial import. 20 years ago
autogen.sh Generate missing files 20 years ago
configure.ac Getting stuff ready for a release 20 years ago
debug.h Initial import. 20 years ago
htop.1 Getting stuff ready for a release 20 years ago
htop.c Fixes for header generation. 20 years ago
htop.desktop Getting stuff ready for a release 20 years ago
htop.h Initial import. 20 years ago
htop.png Initial import. 20 years ago

README


htop
by Hisham Muhammad <loderunner@users.sourceforge.net>

May, 2004 - March, 2006

Introduction
~~~~~~~~~~~~

This is htop, an interactive process viewer.
It requires ncurses. Tested with Linux 2.4 and 2.6.

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 software has evolved considerably during the last months,
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.

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.