From owner-freebsd-questions Thu Mar 12 05:01:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22024 for freebsd-questions-outgoing; Thu, 12 Mar 1998 05:01:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA22018 for ; Thu, 12 Mar 1998 05:01:36 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id EAA11079; Thu, 12 Mar 1998 04:57:22 -0800 (PST) Message-Id: <199803121257.EAA11079@implode.root.com> To: Jamie Lawrence cc: questions@FreeBSD.ORG Subject: Re: Load Averages: what exactly do they mean? In-reply-to: Your message of "Tue, 10 Mar 1998 15:22:57 PST." <3.0.3.32.19980310152257.00a5b3c0@colonel.42inc.com> From: David Greenman Reply-To: dg@root.com Date: Thu, 12 Mar 1998 04:57:22 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>From my reading of Design and Implementation of BSD4.4 >my understanding of the load average calculation is that >it is the total of the number of processes ready to run or >waiting on IO divided by the total number of processes. It's not a ratio. It is simply the average number of runnable processes plus those in short term wait (usually disk IO). -DG David Greenman Core-team/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message