ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • statistics catalog object show

    Display the list of objects

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

    Description

    This command displays the names and descriptions of objects from which you can obtain performance data. The displayed data is either node-specific or cluster-wide, depending on the objects specified.

    Parameters

    [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-describe ] }

    Displays detailed information about each object, including privilege level.

    [-object <text>] - Object

    Selects the objects for which you want to display information. If you do not specify this parameter, the command displays details for all of the objects.

    [-privilege <text>] - Privilege Level

    Selects the objects that match this parameter value.

    [-is-deprecated {true|false}] - Is Object Deprecated

    Selects the objects that are deprecated (true) or are not deprecated (false).

    [-replaced-by <text>] - Replaced By Object If Deprecated

    Selects all deprecated objects that are replaced by the object provided to this parameter.

    [-is-statistically-tracked {true|false}] - Is Object Statistically Tracked

    Specifies if the object is statistically tracked

    [-description <text>] - Description

    Selects the objects that match this parameter value.

    Examples

    The following example displays descriptions of all objects in the cluster:

    cluster1::> statistics catalog object show
        aggregate                   CM object for exporting aggregate performance
                                    counters
        audit_ng                    CM object for exporting audit_ng performance
                                    counters
        cifs                        These counters report activity from both SMB
                                    and SMB2 revisions of the CIFS protocol. For
                                    information isolated to SMB, see the 'smb1'
                                    object. For SMB2, see the 'smb2' object.
        cifs:node                   These counters report activity from both SMB
                                    and SMB2 revisions of the CIFS protocol. For
                                    information isolated to SMB, see the 'smb1'
                                    object. For SMB2, see the 'smb2' object.
        cifs:vserver                These counters report activity from both SMB
                                    and SMB2 revisions of the CIFS protocol. For
                                    information isolated to SMB, see the 'smb1'
                                    object. For SMB2, see the 'smb2' object.
        cluster_peer                The cluster peer object contains peer
                                    counters.
    [...]
    Top of Page