
DESCRIPTION
===========
IDEload is similar to xload, except that it shows you IDE
IRQ activity of each controler and global read/write activity (not
limited to IDE).
It only runs under Linux and just need a C++ compiler (with STL and
templates support) and X-Window.

Each period (2 seconds by default), it reads /proc/interrupts
and /proc/stat to gatter informations.

By default, it shows every IDE controller and R/W activity, but
you can specify which ones to take into account.
Example, 'ideload io ide0' won't show you ide1 (if you have one).

You can switch between each view by right clicking the window.
See options for the rest: ideload -help


COPYRIGHT
=========
This software is distributed under the GPL license.
Please see COPYING file.


INSTALLATION
============
Just type 'make' and enjoy :o)
Or adjust the Makefile if it doesn't work.


===================================================================

Emmanuel VARAGNAT
coredump@free.fr (for bug reports or others)
http://coredump.free.fr/linux

