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 9da282d748 Remove references to ListBox 20 years ago
scripts Add header generator script. 20 years ago
AUTHORS Initial import. 20 years ago
AvailableColumnsPanel.c Rename ListBox'es to Panel's, matching dit. 20 years ago
AvailableColumnsPanel.h Rename ListBox'es to Panel's, matching dit. 20 years ago
AvailableMetersPanel.c Remove references to ListBox 20 years ago
AvailableMetersPanel.h Remove references to ListBox 20 years ago
COPYING Initial import. 20 years ago
CPUMeter.c Final fixes to make "All CPUs" the default CPU display mode. 20 years ago
CPUMeter.h Final fixes to make "All CPUs" the default CPU display mode. 20 years ago
CRT.c Fixes for header generation. 20 years ago
CRT.h Initial import. 20 years ago
CategoriesPanel.c Remove references to ListBox 20 years ago
CategoriesPanel.h Rename ListBox'es to Panel's, matching dit. 20 years ago
ChangeLog Remove references to ListBox 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
ColorsPanel.c Remove references to ListBox 20 years ago
ColorsPanel.h Rename ListBox'es to Panel's, matching dit. 20 years ago
ColumnsPanel.c Rename ListBox'es to Panel's, matching dit. 20 years ago
ColumnsPanel.h Rename ListBox'es to Panel's, matching dit. 20 years ago
DebugMemory.c support free(NULL), which is valid ANSI C 20 years ago
DebugMemory.h Initial import. 20 years ago
DisplayOptionsPanel.c Rename ListBox'es to Panel's, matching dit. 20 years ago
DisplayOptionsPanel.h Rename ListBox'es to Panel's, matching dit. 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 Rename TypedVector to Vector, matching dit. 20 years ago
Header.h Rename TypedVector to Vector, matching dit. 20 years ago
INSTALL 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 Rename ListBox to Panel, matching dit. 20 years ago
MemoryMeter.c - Overhaul meters implementation; 20 years ago
MemoryMeter.h - Overhaul meters implementation; 20 years ago
Meter.c Missed LoadMeter! 20 years ago
Meter.h Final fixes to make "All CPUs" the default CPU display mode. 20 years ago
MetersPanel.c Rename ListBox'es to Panel's, matching dit. 20 years ago
MetersPanel.h Rename ListBox'es to Panel's, matching dit. 20 years ago
NEWS Initial import. 20 years ago
Object.c Initial import. 20 years ago
Object.h Initial import. 20 years ago
Panel.c Rename ListBox to Panel, matching dit. 20 years ago
Panel.h Rename ListBox to Panel, matching dit. 20 years ago
Process.c Remove unfinished code. 20 years ago
Process.h Initial import. 20 years ago
ProcessList.c Rename TypedVector to Vector, matching dit. 20 years ago
ProcessList.h Rename TypedVector to Vector, matching dit. 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 Remove references to ListBox 20 years ago
ScreenManager.h Rename ListBox to Panel, matching dit. 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
SignalsPanel.c Rename ListBox'es to Panel's, matching dit. 20 years ago
SignalsPanel.h Rename ListBox'es to Panel's, matching dit. 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 Remove references to ListBox 20 years ago
TraceScreen.h Rename ListBox to Panel, matching dit. 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
Vector.c Rename TypedVector to Vector, matching dit. 20 years ago
Vector.h Rename TypedVector to Vector, matching dit. 20 years ago
autogen.sh Generate missing files 20 years ago
configure.ac Update version numbers. 20 years ago
debug.h Initial import. 20 years ago
htop.1 Update version numbers. 20 years ago
htop.c Remove references to ListBox 20 years ago
htop.desktop Update version numbers. 20 years ago
htop.h Rename ListBox to Panel, matching dit. 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.