wmnethru: A Network Throughput and System Utilization Monitor
          (A WindowMaker DockApp, for Linux)

Copyright (C) 2006 Hanhua Feng (hanhua@users.sourceforge.net)
=====================================================================

Four lines are periodically updated. The first line is the time since
the last check point. The second, third and fourth lines are the
average CPU utilization, the total outgoing bytes through the
specified network device, and the total incoming bytes through the
same device, respectively, during the period indicated by the first
line.

The update frequency, the foreground text color, and the network
device can be modified by command-line options. The default network
device is eth0. Type `wmnethru -h' for details.

To reset the statistics (i.e., to set the check point to the current
time), click the right mouse button. To update the statistics
immediately, click the left mouse button.

INSTALLATION
============

This application make use of `libdockapp', which should be installed
in advance. To install wmnethru, type `make install'. Please read
`Makefile' for more details.

===================================================================
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

The GNU General Pulbic License can be obtained through:
    http://www.gnu.org/copyleft/gpl.html

