ONTAP 9.12.1 commands

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

    Display information about Performance Preset Details

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

    Description

    Displays the specific details of each preset, including the objects sampled, the counter sample periods, and the counters sampled.

    Parameters

    { [-fields <fieldname>,…​]

    Selects which performance preset detail attributes to display.

    | [-instance ] }

    Displays all of the performance preset detail attributes.

    [-preset <text>] - Preset Name

    Selects the performance preset details that match the specified preset name.

    [-object <text>] - Performance Object

    Selects the performance preset details that match the specified object name.

    [-sample-period <sample_period>] - Archive Sample period

    Selects the performance preset details that are collected at the specified sample period.

    [-counter-set <text>,…​] - Performance Counter Name Set

    Selects the performance preset details that match the specified counters in the counter set. Use "|" to separate multiple counters.

    [-instance-filters <text>,…​] - Performance Instance Filters

    Selects the performance preset details that match the specified instance filters. Use "|" to separate multiple instance filters. This field is reserved for future use.

    Examples

    cluster1::*> statistics preset detail show
                             Sample Counter        Instance
    Preset Name Object       Period Set            Filters
    ----------- ------------ ------ -------------- --------------------------------
    asup-event  aggregate    1w     instance_name, -
                                    node_name,
                                    process_name,
                                    parent_host,
                                    total_
                                    transfers,
                                    user_reads,
                                    user_writes,
                                    cp_reads,
                                    user_read_
                                    blocks,
                                    user_write_
                                    blocks,
                                    cp_read_
                                    blocks,
                                    wv_fsid,
                                    wv_vol_type,
                                    wv_fsinfo_fs_
                                    version,
                                    wv_volinfo_fs_
                                    options,
    . . .
    Top of Page