Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 1999 04:50:51 -0400 (EDT)
From:      Alfred Perlstein <bright@rush.net>
To:        Doug <Doug@gorean.org>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Fix/tuning to improve slow NFS writes?
Message-ID:  <Pine.BSF.3.96.990809044810.20420h-100000@cygnus.rush.net>
In-Reply-To: <37AE8730.886D4E72@gorean.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 9 Aug 1999, Doug wrote:

> Matthew Dillon wrote:
> > 
> > :       So, the big question is whether there is anything we can tune to speed up
> > :the writes. The freebsd machines are NFS clients to the sun servers doing
> > :most of the web processing. Overall performance on the reads seems to be
> > :best with nfs v3 over udp, which is what I'm using now. All of the web
> > :server directories are soft mounted directly, with no amd currently in use.
> > :
> > :thanks,
> > :
> > :Doug
> > 
> >     Well, NFS buffers are usually sent over the network the moment they
> >     are full.  If you are not running any nfsiod's
> 
> 	I should have mentioned, I have 20 nfsiod's running. I started so many
> initially to help in the stress testing I was doing, but I left them
> running because the servers are handling from 2-4 requests per second and
> we have lots of ram in the boxes. Is there a way to figure out how many are
> getting used concurrently, or is too many not a problem?

?

You need to run 'nfsd' on the servers, not nfsiod.

nfsd - run on server
nfsiod - run on client

nfsd takes the same -n arg for the number to start.

-Alfred



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990809044810.20420h-100000>