ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node nfs usage show

    Show NFS usage in the local node

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The `system node nfs usage show ` command displays the NFS usage information in the local node. The display output shows the number of RPC calls received per protocol on the local node. Usage is collected whenever there is any NFS traffic. These values are not persistent and will reset when the node reboots.

    Examples

    The following example displays the NFS usage information that does not have any NFS usage.

    ::*> system node nfs usage show
        Node: node1
          v3: 0
          v4: 0

    The following example displays the NFS usage information with v3 usage.

    ::*> system node nfs usage show
        Node: node1
          v3: 5
          v4: 0

    The following example displays the NFS usage information with v4 usage.

    ::*> system node nfs usage show
        Node: node1
          v3: 0
          v4: 14
    Top of Page