DESCR 752 B

1234567891011121314151617181920212223
  1. WMMon monitors the realtime CPU load as well the average
  2. system load and gives you some nice additional features too...
  3. WMMon currently provides:
  4. * Realtime CPU 'stress' meter;
  5. * Average systemload, like xload & wmavgload (autoscaling);
  6. * Realtime Disk I/O 'stress' meter;
  7. * Average Disk I/O load graphic (autoscaling);
  8. * Realtime total Mem & Swap usage meters;
  9. * System uptime display;
  10. * Realtime cycling through all monitor modes;
  11. * Can be started multiple times;
  12. * Commandline options for help (-h), version (-v),
  13. start mode (-i & -s) and display (-d);
  14. WMMon can launch 3 user definable commands for left, middle and
  15. right mouse button clicks, which you can define in ~/.wmmonrc:
  16. left: mycommand-1 &
  17. middle: mycommand-2 &
  18. right: mycommand-3 &