From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 08:12:55 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E582106566B for ; Fri, 23 Sep 2011 08:12:55 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE628FC16 for ; Fri, 23 Sep 2011 08:12:53 +0000 (UTC) Received: by wyj26 with SMTP id 26so891033wyj.13 for ; Fri, 23 Sep 2011 01:12:52 -0700 (PDT) Received: by 10.227.147.84 with SMTP id k20mr1785344wbv.71.1316765572755; Fri, 23 Sep 2011 01:12:52 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id en9sm15196677wbb.24.2011.09.23.01.12.51 (version=SSLv3 cipher=OTHER); Fri, 23 Sep 2011 01:12:51 -0700 (PDT) Message-ID: <4E7C3F83.2050805@my.gd> Date: Fri, 23 Sep 2011 10:12:51 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4E7BA1B8.5070109@estrads.com.ar> In-Reply-To: <4E7BA1B8.5070109@estrads.com.ar> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: load average with multi-core CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 08:12:55 -0000 On 9/22/11 10:59 PM, Rodrigo Gonzalez wrote: > On 09/22/2011 04:29 PM, Mark Felder wrote: >> On Thu, 22 Sep 2011 10:22:43 -0500, Henry M wrote: >> >>> Hi all, >>> >>> Can someone explain, or point me to correct documentation on what the >>> load >>> average on top/uptime is actually displaying? >> >> Load average is "average number of processes in the run queue" for the >> 1, 5, and 15 minute intervals. If you have a quad core CPU a 4.00 load >> average means you've been keeping the CPU busy at 100%. > Not exactly as I understand it....IO (disk, network or whatever) affects > it too... > It is the number of task waiting in queue to be run....but IO is > important...if 2 processes are waiting for IO and it is completely > saturated they will be kept in queue so load will get higher > I think there are other things that affect load average but are over my > current knowledge... > > Regards > > Rodrigo Gonzalez Actually, I could be wrong but that is the number of tasks both in the waiting *AND* the running queue.