Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2001 09:28:09 -0600
From:      Doug Poland <doug@polands.org>
To:        Shawn Ramsey <shawn@megadeth.org>
Cc:        questions@freebsd.org
Subject:   Re: NFS
Message-ID:  <20011213092809.A21123@polands.org>
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
References:  <5.1.0.14.0.20011212185733.00a5a0c0@cpl.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011213092809.A21123>