Displaying 2 results from an estimated 2 matches for "nfsclientstats".
2006 Apr 06
0
NFSv3 and File operation scripts
...ote a pair of scripts to measure file and NFSv3 operations, and
thought I would share them with the folks on the list. You can view
the script output by pointing your browser at the following URLs:
Per Process NFSv3 Client statistics (inspired by fsstat/nfsstat):
http://daemons.net/~matty/code/nfsclientstats.pl.txt
Per Process File Operations (inspired by fsstat):
http://daemons.net/~matty/code/dfsstat.pl.txt
If you think the scripts are useful, you can snag them from my website:
http://daemons.net/~matty
I plan to add NFSv4 support to nfsclientstats.pl, and will do my best to
shrink the output...
2009 Aug 26
1
Load spikes on NFS server, multiple index updaters.
...setup:
NFS servers: x4540 Solaris 10 x64 ZFS over NFS.
NFS clients: Solaris 10 x64 postfix-2.4.1 with dovecot-1.1.11 deliver.
What appears to happen, when I check for nfsstat per process, is that I
see 4 processes (in this case on vmx04) taking up majority of NFS ops:
root at vmx04:/var/tmp# ./nfsclientstats.pl
process read write readdir getattr setattr lookup access create
remove rename mkdir rmdir
24303 0 0 1 19 0 190 171 0
0 0 0 0
24551 0 0 1 18 0 180 162 0
0 0 0 0
26099 0 0...