From owner-freebsd-isp@FreeBSD.ORG Thu Jan 5 01:21:06 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9670716A41F for ; Thu, 5 Jan 2006 01:21:06 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2054943D64 for ; Thu, 5 Jan 2006 01:21:03 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from smiley (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 7FA7F19F2C; Wed, 4 Jan 2006 17:21:02 -0800 (PST) From: "Darren Pilgrim" To: "'Francisco Reyes'" Date: Wed, 4 Jan 2006 17:20:53 -0800 Message-ID: <006101c61196$49037dd0$642a15ac@smiley> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal In-Reply-To: Cc: freebsd-isp@freebsd.org Subject: RE: FreeBSD +NFS + mail services X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 01:21:06 -0000 From: Francisco Reyes [mailto:lists@stringsutils.com] > Darren Pilgrim writes: > > > > What's the value of vfs.nfs.iodmin on these machines? > > vfs.nfs.iodmin: 4 > > Which was the default. The default setting requires the thread to sleep for a full two minutes before exiting. It would be easy to generate a real workload light enough to be below process time accounting precision (which is really low even on modest hardware), yet still give the kthread something to do every t < iodmaxidle seconds. If you make iodmaxidle very short, say 5, do you see nfsiod threads recycling?