From owner-freebsd-questions Thu Dec 13 7:28:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id E77F137B41A for ; Thu, 13 Dec 2001 07:28:11 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.voyager.net [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id fBDFSA508244; Thu, 13 Dec 2001 09:28:10 -0600 (CST) Received: (from dpoland@localhost) by shell.core.com (8.11.6/8.11.6/1.3) id fBDFS9d22043; Thu, 13 Dec 2001 09:28:09 -0600 (CST) Date: Thu, 13 Dec 2001 09:28:09 -0600 From: Doug Poland To: Shawn Ramsey Cc: questions@freebsd.org Subject: Re: NFS Message-ID: <20011213092809.A21123@polands.org> References: <5.1.0.14.0.20011212185733.00a5a0c0@cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.0.20011212185733.00a5a0c0@cpl.net>; from shawn@megadeth.org on Wed, Dec 12, 2001 at 07:00:04PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Dec 12, 2001 at 07:00:04PM -0800, Shawn Ramsey wrote: > With IOZONE, I am getting about 5.6MB on NFS writes, and about 6.0MB on > reads... Is this normal, or is there anyway I can increase it? FTP > transfers between the two systems I tried with, typically about 9-10MB/sec > either way. This is on a 10/100 switched networked. > I've done a little research and experimenting and found the following gives adequate performance in a 4.4-STABLE 10/100 switched network: mount -t nfs -o nfsv3,intr,rdirplus,-r=32768,-w=32768 nfsserver:/export /myhost/mountpt As a side note, I was never able to get above options to work in my /etc/fstab so I have a script in /usr/local/etc/rc.d that does the mounting/unmounting job. Of course, YMMV. -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message