I\'m working on a small function, that gives my users a picture of how occupied the CPU is.
I\'m using cat /proc/loadavg, which returns the well known 3 num
cat /proc/loadavg
You can try http://code.google.com/p/stressapptest/