From owner-freebsd-questions Sun Mar 25 11:25: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 7925037B71A for ; Sun, 25 Mar 2001 11:24:50 -0800 (PST) (envelope-from dscheidt@tumbolia.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.11.1/8.11.2) with ESMTP id f2PJNIv66421; Sun, 25 Mar 2001 13:23:18 -0600 (CST) (envelope-from dscheidt@tumbolia.com) Date: Sun, 25 Mar 2001 13:23:18 -0600 (CST) From: David Scheidt X-Sender: dscheidt@shell-3.enteract.com To: j mckitrick Cc: freebsd-questions@freebsd.org Subject: Re: interpreting 'load' statistics In-Reply-To: <20010325181304.A31661@dogma.freebsd-uk.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 25 Mar 2001, j mckitrick wrote: : :When you run 'w' or 'uptime', how can you interpret the load statistics? I :always thought under 1 was okay. I read that somewhere but now I'm not so :sure. : It depends on a bunch of things. The load averages are the average number of jobs in the run queue over the last 1 minute, 5 minutes, and 15 minutes. Depending on what the jobs are, there may not be a noticable slow down for other processes on the system. If you have a bunch of processes that are banging on the same disk, they're going to spend a fair amount of time blocked on disk I/O, so they'll show up as runnable, but other processes may not be effected by those. If you've got processes blocking because they're waiting for swap, everything is going to notice. In general a system with a load of less than (2 * number of CPUS) is probably doing alright, if the throughput of whatever it's doing is good enough. Above that, and I'd at least work out why. I might not do anything if the box were performing okay. I've run machines that have had loads above 10, all the time, which were doing their thing fast enough not to worry about. I've had others that fell apart and starting thrashing with a load of 2. David Scheidt -- dscheidt@tumbolia.com Bipedalism is only a fad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message