> Did you look at other stuff in proc? > > [EMAIL PROTECTED]> cat /proc/loadavg > 0.01 0.03 0.00 1/69 25902
This may be like stating the obvious to some, but remember that load is not the same as cpu usage. The load is the number of processes waiting to be run. They can be waiting for cpu, but also for disk I/O. I've seen loads of 700 and up on busy systems. That is also about the moment top doesn't work anymore, so you'll have to use `who` or `vmstat`. Serge. ------------- Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php ------------- For the content of this e-mail message and its attachment(s) the following disclaimer applies: http://www.zeelandnet.nl/disclaimer.php -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
