Today, Giuliano Pochini gleaned this insight:
>
>
> I have a machine running web server. It has a lot of httpd's loaded and
> most of them are sleeping. The load average is always around 7-13, so I
> wonder why the CPU usage doesn't reach ~100%. It wastes CPU time or
> simply there is something top does not show ?
You probably have a bunch of processes waiting on I/O. Try
ps aux |grep ' D[W]* '
and you'll probabaly see a number of processes vaguely similar to your
load average.
-- --------------------------------------------------------------- Derek D. Martin | Unix/Linux Geek ddm@MissionCriticalLinux.com | derek@cerberus.ne.mediaone.net ---------------------------------------------------------------- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Fri Jul 07 2000 - 21:00:22 EST