From owner-cvs-all@FreeBSD.ORG Sat Jun 21 16:37:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 151F137B401; Sat, 21 Jun 2003 16:37:13 -0700 (PDT) Received: from perrin.int.nxad.com (internal.ext.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EFC943FCB; Sat, 21 Jun 2003 16:37:10 -0700 (PDT) (envelope-from hmp@nxad.com) Received: by perrin.int.nxad.com (Postfix, from userid 1072) id D29492105E; Sat, 21 Jun 2003 16:37:09 -0700 (PDT) Date: Sat, 21 Jun 2003 16:37:09 -0700 From: Hiten Pandya To: Kirk McKusick Message-ID: <20030621233709.GA23512@perrin.int.nxad.com> References: <200306212101.h5LL1iTj078078@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306212101.h5LL1iTj078078@repoman.freebsd.org> X-Operating-System: FreeBSD FreeBSD 4.7-STABLE User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 23:37:13 -0000 On Sat, Jun 21, 2003 at 02:01:44PM -0700, Kirk McKusick wrote: > mckusick 2003/06/21 14:01:44 PDT > > FreeBSD src repository > > Modified files: > sys/nfsserver nfs_serv.c > Log: > Increase the size of the NFS server hash table to improve performance > when serving up more than about 32 active files. For details see > section 6.3 (pg 111) of Daniel Ellard and Margo Seltzer, ``NFS > Tricks and Benchmarking Traps'' in the Proceedings of the Usenix > 2003 Freenix Track, June 9-14, 2003 pg 101-114. Dr. Kirk, I remember there was some N-CSCAN patch for ufs_disksubr.c that had some positive performance results... for what it's worth; unless I am mistaken. I investigated this about couple of months ago. Cheers. -- Hiten (hmp@FreeBSD.ORG)