Fedora14: Very very slow NFS write performance

Don Quixote de la Mancha quixote at dulcineatech.com
Sun Sep 25 17:13:01 UTC 2011


Are you using userspace NFS or the kernel NFS?  The kernel NFS
_should_ be faster.

On Sun, Sep 25, 2011 at 10:02 AM, Terry Barnaby <terry1 at beam.ltd.uk> wrote:
> I wonder if NFS is doing a complete sync() to disk on each file close ??

If you are using the userspace NFS, the strace command will show all
the system calls it makes.  Run strace against the NFS daemon and
untar a small tarball with just a few files, otherwise it will spew
mountains of logs.

strace -f will trace child processes in the event that the daemon
forks when you use it.

-- 
Don Quixote de la Mancha
quixote at dulcineatech.com

   Custom Software Development for the iPhone and Mac OS X
   http://www.dulcineatech.com/custom-software-development/


More information about the users mailing list