A single Network File System operation (NFS op) is the combination of a NFS request from a client, and a NFS reply to the request from a server. NFS client performs a lookup of /home ; then the NFS se...A single Network File System operation (NFS op) is the combination of a NFS request from a client, and a NFS reply to the request from a server. NFS client performs a lookup of /home ; then the NFS server responds with the results. NFS client performs a lookup of /home/netapp ; then the NFS server responds with the results. The list of NFS ops available to the client, and the number of calls per op can be viewed with the following command:
Start the statistics for the NFS detailed ops counters. Cluster1::*> statistics start -sample-id <samplename> -object volume -instance <volname> -counter nfs_read_ops|nfs_write_ops|nfs_other_ops|nfs_a...Start the statistics for the NFS detailed ops counters. Cluster1::*> statistics start -sample-id <samplename> -object volume -instance <volname> -counter nfs_read_ops|nfs_write_ops|nfs_other_ops|nfs_access_ops|nfs_getattr_ops|nfs_lookup_ops|nfs_total_ops Statistics collection is being started for sample-id: <samplename> Wait for several minutes, then stop the statistics sample. Cluster1::*> statistics stop -sample-id <samplename> Statistics collection is being stopped for sample-id: <samplename>