Newsgroups: comp.unix.wizards Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!csn!convex!usenet From: Tom Christiansen Subject: Re: Load Averages on Multiprocessors Message-ID: <1991Apr25.201639.26992@convex.com> Sender: usenet@convex.com (news access account) Nntp-Posting-Host: pixel.convex.com Reply-To: tchrist@convex.COM (Tom Christiansen) Organization: CONVEX Software Development, Richardson, TX References: <130401@uunet.UU.NET> Date: Thu, 25 Apr 1991 20:16:39 GMT Lines: 11 From the keyboard of rbj@uunet.UU.NET (Root Boy Jim): :Should the average length of the run queue be divided by the :number of proccessors in the system or reported as is? Why? : :What do various vendors do? I know about Sequent and Pyramid. On a Convex, the load average is the sum of run queues of each processor. So a C-240 with a load average of 3 would still have one head free (on the average). --tom