Operating System - Linux
1833053 Members
2234 Online
110049 Solutions
New Discussion

Re: gauging if nfs is slow ...

 
K.C. Chan
Trusted Contributor

gauging if nfs is slow ...

Does any know what tools (nfsstat) and how to interpret nfs statistics? the reason I am asking is that I have a suspicion that one of the custom process may be bottlenecking on an nfs mount. Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
3 REPLIES 3

Re: gauging if nfs is slow ...

Hi,

read this first:

http://www.usenix.org/events/samples/submit/abstract.html

you can google for nfstrace and find it,there are a lot of links.

You could also try this:

http://nfswatch.sourceforge.net/

Hope that helps.
Regards
Dave Falloon
Trusted Contributor

Re: gauging if nfs is slow ...

K.C. you could dd from dev random into a file on the nfs drive and time it, use something like this :

time dd if=/dev/zero of=/mnt/test bs=16k count=16k

There are more examples of performance tuning and testing found here:

http://www.metaconsultancy.com/whitepapers/nfs.htm

and here:

http://nfs.sourceforge.net/

--Dave
Clothes make the man, Naked people have little to no effect on society
K.C. Chan
Trusted Contributor

Re: gauging if nfs is slow ...

Thanks.
Reputation of a thousand years can be determined by the conduct of an hour