Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 2 results
    • https://kb.netapp.com/on-prem/ontap/Perf/Perf-KBs/What_operations_are_categorized_under_Other_IOPS_in_ONTAP
      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?
    • https://kb.netapp.com/on-prem/ontap/Perf/Perf-KBs/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>