2a199f8b19
Previously, a green hint line was drawn on the CPU window for each multiple of 1. This meant as the load average approached 40 (the height of the window), the window would gradually fill up entirely with green. To get around this, we switch to a yellow hint line for each multiple of 10 once the load passes 10. And then a red hint line for each multiple of 100 once the load passes 100. This fixes Debian bug #894801, reported by Pedro Gimeno <debian.bts@personal.formauri.es>.
82 lines
2.7 KiB
Plaintext
82 lines
2.7 KiB
Plaintext
WMMon
|
|
--------------------------------------------------------------
|
|
Authors...: Martijn Pieterse (pieterse@xs4all.nl)
|
|
Antoine Nulle (warp@xs4all.nl)
|
|
|
|
(Now maintained by the Window Maker Team.)
|
|
|
|
Note......: Please mail bugreports, comments, suggestions,
|
|
requests and flames to:
|
|
|
|
wmaker-dev@lists.windowmaker.org
|
|
|
|
The official WMMon support website address:
|
|
|
|
http://www.dockapps.net/wmmon
|
|
|
|
Credits...: Bobby Mezaway (bobby@mezaway.org) for generously
|
|
hosting our website!
|
|
Dave Harden (dharden@wisewire.com) for the major
|
|
speedup diffs!
|
|
|
|
|
|
Description
|
|
--------------------------------------------------------------
|
|
WMMon monitors the realtime CPU load as well the average
|
|
system load and gives you some nice additional features too...
|
|
|
|
WMMon currently provides:
|
|
|
|
* Realtime CPU 'stress' meter;
|
|
* Average systemload, like xload & wmavgload;
|
|
* Average systemload graphic is autoscaling;
|
|
* Hint lines change color as the systemload increases.
|
|
- Green for multiples of 1
|
|
- Yellow for multiples of 10
|
|
- Red for multiples of 100
|
|
* Realtime Disk I/O 'stress' meter;
|
|
* Average Disk I/O load grapic (autoscaling);
|
|
* Realtime total Mem & Swap usage meters;
|
|
* System uptime display;
|
|
* Realtime cycling through all monitor modes;
|
|
* Can lauch 3 user definable commands through ~/.wmmonrc;
|
|
* Can be started multiple times;
|
|
* Commandline options for help (-h), version (-v),
|
|
start mode (-i & -s) and display (-d);
|
|
|
|
There are some 'known' unfinished parts, be sure to read the TODO
|
|
file, but we decided to release it early because of the high
|
|
demand and many requests we got for this one ;)
|
|
|
|
WMMon was developed on DEC Alpha machines running
|
|
Linux/RedHat-5.0, but, WMMon has been intensively tested
|
|
on x86 and 68K Linux machines too ;-)
|
|
|
|
p.s. WMMon is still a Linux ONLY app, sorry about that :(
|
|
|
|
Files
|
|
--------------------------------------------------------------
|
|
README This file.
|
|
INSTALL Installation instructions.
|
|
HINTS Hints about what you can do with WMMon.
|
|
BUGS Things you don't want to know ;-)
|
|
CHANGES Description of changes.
|
|
COPYING GNU General Public License Version 2.
|
|
TODO Stuff we've planned for future WMMon releases.
|
|
|
|
|
|
Bugs
|
|
--------------------------------------------------------------
|
|
If you discover any bugs in this software, please send a
|
|
bugreport to wmaker-dev@lists.windowmaker.org and describe
|
|
the problem as detailed as you can.
|
|
|
|
|
|
Copyright
|
|
--------------------------------------------------------------
|
|
WMMon.app is copyright (c) 1997, 1998 by Martijn Pieterse and
|
|
Antoine Nulle and licensed through the GNU General Public License.
|
|
Read the COPYING file for the complete GNU license.
|
|
|
|
|