On Mon, Apr 03, 2000 at 02:56:32PM -0400, Donn Miller wrote:
> Brad Knowles wrote:
> 
> >         If there has been an actual change in how the load average is
> > calculated, then any program that changes it's behaviour based on the
> > load average may have problems.  This would certainly include SMTP
> > MTAs such as sendmail, Exim, etc....
> 
> I agree.  IMO, the load avg. formula should stick as close as possible
> to those in previous releases of FreeBSD.  OTOH, maybe those apps that
> need to query the load avg. are flawed anyways, as load avg.
> calculation tends to be system dependent.

On all Unix-like systems I know, the load average is the average mumber
of processes running during a given time interval. I can't see what use
it may have to count load for _waiting_ processes.

I/O load is not process load, if a process waits for I/O completion it does
not use up its timeslice.

> For example, FreeBSD,
> Linux, Solaris, SCO, etc. may all be running the exact same processes,
> but will the load avg. always be consistent across those platforms?  I
> think not.

I tend to disagree.

> 
> - Donn

cheers,
Patrick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to