From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 01:12:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E7B337B401 for ; Fri, 27 Jun 2003 01:12:09 -0700 (PDT) Received: from dentrita.perpels.com (95.Red-217-126-9.pooles.rima-tde.net [217.126.9.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C8B743FE1 for ; Fri, 27 Jun 2003 01:12:07 -0700 (PDT) (envelope-from drio@perpels.com) Received: from big.perpels.com (unknown [192.168.0.5]) by dentrita.perpels.com (Postfix) with ESMTP id 30BEC2A for ; Fri, 27 Jun 2003 10:12:05 +0200 (CEST) Received: by big.perpels.com (Postfix, from userid 1000) id 52D345501; Fri, 27 Jun 2003 10:11:52 +0200 (CEST) Date: Fri, 27 Jun 2003 10:11:52 +0200 From: David Rio To: freebsd-questions@freebsd.org Message-ID: <20030627081152.GA57605@perpels.com> References: <2268.192.168.1.150.1056651990.squirrel@www.vipersystems.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2268.192.168.1.150.1056651990.squirrel@www.vipersystems.biz> User-Agent: Mutt/1.4.1i Subject: Re: vmstat question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 08:12:09 -0000 On Thu, Jun 26, 2003 at 02:26:30PM -0400, Jason Lieurance wrote: > Hello, > > I have FreeBSD 4.7 on a P3 933mhz, 18 GB U320 HD, Adaptec 29160 > controller, and 512 MB DDR ram. When I ran vmstat -w 3 the b under > processes shows a constant 10 forever. Is this a concern or is it nothing? > Our system is a DNS, web, and email server. Thanks. > Well, it means that 10 process are blocked for resources (see vmstat(8)). That is not a good thing. What are you running on this server-machine?