Network Attached Storage (NAS) - Enterprise
1826332 Members
3482 Online
109692 Solutions
New Discussion

Netapp per client NFS utilization

 
Robert_402
New Member

Netapp per client NFS utilization

Does anybody knows how to see a per client NFS utilization on the Netapp box (ONTAP 7.1), or at least to see what clients are mounted on the volume.
sysstat shows me only the aggregated values.
2 REPLIES 2
avik
Valued Contributor

Re: Netapp per client NFS utilization

Enter
options nfs.per_client_stats.enable on
2. Enter the command
nfsstat -l
A list of all the clients that are NFS mounted will display.

3. When finished, enter
options nfs.per_client_stats.enable off.
avik
Valued Contributor

Re: Netapp per client NFS utilization

also see the output of "nfsstat" and "nfsstat -h" before you turn off nfs per client stats