Record High Load Average
John Chambers
jc at minya.UUCP
Thu May 18 11:14:09 AEST 1989
In article <273 at indri.primate.wisc.edu>, bin at primate.wisc.edu (Brain in Neutral) writes:
> From article <1704 at ucsd.EDU>, by brian at ucsd.EDU (Brian Kantor):
> >
> > Yesterday we got our network connections unjammed and our mail gateway
> > 'UCSD' set what I think may be the record for a Vax-750: 85.3. And this
> > is on a machine which has NO users, just sendmails.
>
> I once got up over 50 for a short while on my VAXstation 2000 under
> similar circumstances. It made my surface plot of the month's activity
> look a bit strange; large areas of slightly ripply plains surrounding
> the tower of Babylon.
>
> > Truly a frightful experience.
>
> That's for sure...
Not necessarily. A couple of years back, I wrote a little program
that added N to the load average without affecting performance. The
point was to explain to people why the load average was not necessarily
a good measure of anything.
The program wasn't very tricky. It just called nice(40), forked off
N-1 copies, and each went into an infinite loop. The result was N
cpu-hog processes, all running at the lowest priority, and using close
to 0 memory. As a normal user, there was a limit of 20 processes,
but on machines where I knew the root password, I could (and did)
demonstrate load averages of 50 or 60 without any detectable impact
on response time for vi or emacs users. The end-of-month statistics
on those machines drew a bit of attention....
--
John Chambers <{adelie,ima,mit-eddie}!minya!{jc,root}> (617/484-6393)
[Any errors in the above are due to failures in the logic of the keyboard,
not in the fingers that did the typing.]
More information about the Comp.unix.wizards
mailing list