From owner-freebsd-questions@FreeBSD.ORG Mon Apr 17 17:11:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 78D3F16A403 for ; Mon, 17 Apr 2006 17:11:13 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C24143D49 for ; Mon, 17 Apr 2006 17:11:13 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id 201B7B81F for ; Mon, 17 Apr 2006 13:11:12 -0400 (EDT) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id E980AB81D for ; Mon, 17 Apr 2006 13:11:11 -0400 (EDT) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Free BSD Questions list Date: Mon, 17 Apr 2006 13:11:11 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: b column in vmstat includes NFS? 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: Mon, 17 Apr 2006 17:11:13 -0000 The 'b' column of vmstat shows pending transactions that require disk I/O. Does that include NFS connections? Have a machine with very high numbers in that column, yet when I do top and select 'm' to show disk activity, the numbers in top are fairly small. Wondering if the issue is the communication with the NFS servers.