7 Sep 2005 00:39
Some code, and a question
Dan Stromberg <strombrg <at> dcs.nac.uci.edu>
2005-09-06 22:39:57 GMT
2005-09-06 22:39:57 GMT
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 <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs
RSS Feed