rpmCpu - cpu monitor displaying on a tachometer

Programmer: Ryan Nickell  p0z3r@mail.com  http://p0z3r.is-a-geek.org
Date: 09/25/2003
Updated: 06/10/2004

This program is designed to be a cpu load monitor. It changes the position of the arm on the tachometer by updating, every second, the cpu usage calculated by comparing /proc/stat cpu info.  It correlates 0 - 8,000 rpms to 0 - 100% cpu usage. It is not meant to display the exact rpm of the cpu usage (ie 6,000 would not be 60% cpu usage, it is in fact more than that). In case anyone asks, above the cpu% on the tachometer is a small logo that says 'p0z3r'. Enjoy! =c]

Files:
rpmCpu.py - python code for superkaramba to use
rpmCpu.theme - basic karamba parameters

Options:
There are no advanced configuration options for this except for fontcolor in the .py file at this time.

Changelog:
version 0.2:
06/10/2004 - updated for kernel 2.6 changes in /proc/stat

version 0.1:
09/25/2003 - initial release for fun!
