> > > I believe the load average was changed quite a while ago to reflect not
> > > only runnable processes but also processes stuck in disk-wait. It's
> > > a more accurate measure of load.
> >
> > Ahh, and since nearly everything is done on this system via NFS, I can
> > imagine that several things are waiting for NFS responses.
> >
> > It's probably more accurate, but from a PR standpoint it makes it "look"
> > like FreeBSD is choking under the load, when it really isn't. Or am I the
> > only one that even cares about this? :)
>
> What does the man page for 'w' say about it? At least the change should be
> reflected there I guess.
getloadavg(3)(which 'w' and 'uptime' use) says:
The getloadavg() function returns the number of processes in the system
run queue averaged over various periods of time.
The 'w' and 'uptime' manpages really don't mention anything relevant.
Kevin
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message