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 86d6313560 * make debug target 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 Initial import. 20 years ago
AvailableMetersListBox.h Initial import. 20 years ago
COPYING Initial import. 20 years ago
CPUMeter.c Update copyrights. 20 years ago
CPUMeter.h Initial import. 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 Complete implementation of --with-proc, making htop more FreeBSD-friendly 20 years ago
CheckItem.c Initial import. 20 years ago
CheckItem.h Initial import. 20 years ago
ClockMeter.c Initial import. 20 years ago
ClockMeter.h Initial import. 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 Initial import. 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 Update copyrights. 20 years ago
Header.h Initial import. 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 Initial import. 20 years ago
LoadAverageMeter.h Initial import. 20 years ago
LoadMeter.c Initial import. 20 years ago
LoadMeter.h Initial import. 20 years ago
Makefile.am * make debug target 20 years ago
MemoryMeter.c Initial import. 20 years ago
MemoryMeter.h Initial import. 20 years ago
Meter.c Fixes for header generation. 20 years ago
Meter.h Initial import. 20 years ago
MetersListBox.c Initial import. 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 * make debug target 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 Update copyrights. 20 years ago
Settings.h Initial import. 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 Initial import. 20 years ago
SwapMeter.h Initial import. 20 years ago
TasksMeter.c Initial import. 20 years ago
TasksMeter.h Initial import. 20 years ago
TraceScreen.c Fixes for header generation. 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 Initial import. 20 years ago
UptimeMeter.h Initial import. 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 Initial import. 20 years ago
debug.h Initial import. 20 years ago
htop.1 Initial import. 20 years ago
htop.c Fixes for header generation. 20 years ago
htop.desktop Initial import. 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.