From owner-freebsd-stable Sun Nov 30 16:07:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15760 for stable-outgoing; Sun, 30 Nov 1997 16:07:30 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from zed.ludd.luth.se (zed.ludd.luth.se [130.240.16.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA15755 for ; Sun, 30 Nov 1997 16:07:22 -0800 (PST) (envelope-from pantzer@ludd.luth.se) Received: from brother.ludd.luth.se.ludd (pantzer@brother.ludd.luth.se [130.240.16.78]) by zed.ludd.luth.se (8.8.5/8.8.5) with SMTP id BAA01164; Mon, 1 Dec 1997 01:07:07 +0100 Received: from localhost by brother.ludd.luth.se.ludd (4.1/SMI-4.1) id AA08573; Mon, 1 Dec 97 01:07:01 +0100 Date: Mon, 1 Dec 1997 01:07:01 +0100 (MET) From: Mattias Pantzare To: Justen Stepka Cc: FreeBSD-stable@FreeBSD.ORG Subject: Re: CPU Load In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 29 Nov 1997, Justen Stepka wrote: > Recently I added memory to my NFS server (dx4-100 now w/ 32 megs of RAM), > when I did this the overall system preformance increased dramiticly. The > problem that I noticed was that when using NFS/NIS the CPU load climbs to > about 4.0+, is there a special reason that this might be happening? The load value is not CPU load. It is the average number of processes ready to run or waiting for disk I/O to complete. So it is normal for a NFS server to have a high load, as it is often waiting for disk I/O.