On Solaris / OpendIndiana NFS server, is the a way to get per-client stats?

link|improve this question

72% accept rate
feedback

2 Answers

up vote 4 down vote accepted

yes, via DTrace's NFS providers - http://wikis.sun.com/display/DTrace/nfsv3+Provider. Additionally you should be able to find various DTrace scripts around the net that offer NFS client statistics in a more detailed way than plain nfsstat.

link|improve this answer
This is great but there are problems, so I have a followup question: serverfault.com/questions/304753/… – Aleksandr Levchuk Aug 25 '11 at 3:23
feedback

You can also install "nfstop" on the NFS server. On its top-like display, you can press "c" and see the top NFS *c*lients making the load.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.