For NAS workloads (CIFS/NFS), anything that involves metadata or manipulation of a file or folder. Procedure 6: READ - Read From file Procedure 8: CREATE - Create a file Procedure 9: MKDIR - Create a ...For NAS workloads (CIFS/NFS), anything that involves metadata or manipulation of a file or folder. Procedure 6: READ - Read From file Procedure 8: CREATE - Create a file Procedure 9: MKDIR - Create a directory Procedure 10: SYMLINK - Create a symbolic link Procedure 12: REMOVE - Remove a File Procedure 14: RENAME - Rename a File or Directory Procedure 21: COMMIT - Commit cached data on a server to stable storage How do I tell what "other" NFS iops are being processed within my volume?
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>