Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 1999 07:10:13 -0700
From:      Wes Peters <wes@softweyr.com>
To:        dyson@iquest.net
Cc:        Matthew Dillon <dillon@apollo.backplane.com>, toasty@home.dragondata.com, hackers@FreeBSD.ORG
Subject:   Re: High Load cron patches - comments?
Message-ID:  <36B06FC5.1EA65667@softweyr.com>
References:  <199901272216.RAA00419@y.dyson.net>

next in thread | previous in thread | raw e-mail | index | archive | help
"John S. Dyson" wrote:
> 
> Matthew Dillon said:
> >
> > :
> > :So this is why pmake drives our system load average up to 8-10 before
> > :dropping back down to the assigned limit of 5, huh?  Maybe we should
> > :fix the load average computations as John suggested.
> > :
> > :Wes Peters                                                 Softweyr LLC
> > :http://www.softweyr.com/~softweyr                      wes@softweyr.com
> >
> >     There's nothing wrong with the load average computation, it's a 1, 5,
> >     and 15 minute pseudo-average just as advertised.  What's wrong are the
> >     programs that try to use it to regulate themselves.
> >
> Yep, I didn't really mean that the existing load average calculation be
> modified, but develop a better scheme for providing load regulation info
> to processes.  To me, load average is mostly informational, and long
> term trend data.  Lots of things can happen within the load average
> attack interval.
> 
> I can develop some rather complete and lossless calculations that
> provide accurate and useful load indicators.  In fact, I think that
> a generic load mgmt scheme might be useful.

Especially as we start diving more into SMP and threaded applications;
which will need some effective means of throttling themselves.  The
problem with Matt's comment above is he doesn't offer any useful
alternative, and couting child processes just isn't an effective means
of throttling the overall load on a machine.

-- 
       "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                 Softweyr LLC
http://www.softweyr.com/~softweyr                      wes@softweyr.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36B06FC5.1EA65667>