All of lore.kernel.org
 help / color / mirror / Atom feed
* Some code, and a question
@ 2005-09-06 22:39 Dan Stromberg
  2005-09-07  1:02 ` Greg Banks
  0 siblings, 1 reply; 11+ messages in thread
From: Dan Stromberg @ 2005-09-06 22:39 UTC (permalink / raw)
  To: nfs; +Cc: strombrg


OK, I know NFS isn't usually thought of as the fastest protocol under
the sun, but still, there are times when making NFS move along a little
faster can be worthwhile.

I've written a sort of NFS benchmark that I'm calling nfs-test.  It
tries a largish number of rsize's, wsize's, tcp vs udp, and version 2
or 3 (4 would be very easy to add), to see what gives the best
performance.  You can find it at
http://dcs.nac.uci.edu/~strombrg/nfs-test.html

My question is, before diving into trying to determine this empirically,
is there any theoretical reason why it would be better to have
rsize==wsize, or should it be better to just pick whatever rsize gives
the best read performance and pick whatever wsize gives the best write
performance, and not worry about if rsize!=wsize?

Thanks!




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: Some code, and a question
@ 2005-09-07 15:34 Lever, Charles
  2005-09-07 17:02 ` Dan Stromberg
  0 siblings, 1 reply; 11+ messages in thread
From: Lever, Charles @ 2005-09-07 15:34 UTC (permalink / raw)
  To: Dan Stromberg; +Cc: nfs, Greg Banks

> On Wed, 2005-09-07 at 11:02 +1000, Greg Banks wrote:=20
> > On Tue, Sep 06, 2005 at 03:39:57PM -0700, Dan Stromberg wrote:
> > >=20
> > > OK, I know NFS isn't usually thought of as the fastest=20
> protocol under
> > > the sun,
> >=20
> > Why would you think that?  NFSv3 can be very efficient at moving
> > bits from point A to point B.
>=20
> You mean aside from the troublesome back-and-forthing on a=20
> high latency network?

NFSv4 delegation will help there.

but on a data-intensive workload (ie mostly reads and writes and very
few metadata operations) NFS can be quite as fast as the underlying
network and the server's file system will allow.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-09-07 17:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06 22:39 Some code, and a question Dan Stromberg
2005-09-07  1:02 ` Greg Banks
2005-09-07 14:37   ` Dan Stromberg
2005-09-07 14:55     ` Peter Staubach
2005-09-07 17:00       ` Dan Stromberg
2005-09-07 17:13         ` Peter Staubach
2005-09-07 17:25           ` Peter Staubach
2005-09-07 17:28           ` Dan Stromberg
2005-09-07 17:27             ` Peter Staubach
  -- strict thread matches above, loose matches on Subject: below --
2005-09-07 15:34 Lever, Charles
2005-09-07 17:02 ` Dan Stromberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.