From owner-freebsd-isp@FreeBSD.ORG Wed Jan 4 22:51:21 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 BD99D16A41F for ; Wed, 4 Jan 2006 22:51:21 +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 7920543D5C for ; Wed, 4 Jan 2006 22:51:19 +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 D2A5919F2C; Wed, 4 Jan 2006 14:51:13 -0800 (PST) From: "Darren Pilgrim" To: "'Francisco Reyes'" Date: Wed, 4 Jan 2006 14:51:03 -0800 Message-ID: <005a01c61181$5a9efca0$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: Wed, 04 Jan 2006 22:51:21 -0000 From: Francisco Reyes [mailto:lists@stringsutils.com] > Darren Pilgrim writes: > > From: Francisco Reyes > >> Oliver Brandmueller writes: > >> > > >> > vfs.nfs.iodmaxidle: 120 > > > > It's an idle timeout that basically tunes the aggression > > level of nfsiod kthread recycling. > > So, that's how long a nfsiod remains around after it is no > longer active? It's how long a kthread can sleep before exiting. > I see that in 2 machines FreeBSD 6 Stable and 5.0 release the > machines start 20 clients, some of which have 0 or near 0 time > utilization.. but they don't seem to ever go away.. What's the value of vfs.nfs.iodmin on these machines?