ONTAP 9.12.1 commands

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

    Display information about Performance Presets

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

    Description

    Displays information about performance preset configurations.

    Parameters

    { [-fields <fieldname>,…​]

    Selects which performance preset attributes to display.

    | [-instance ] }

    Shows details of all attributes of performance preset configuration.

    [-preset <text>] - Preset Name

    Selects the performance presets that match the specified preset name.

    [-comment <text>] - Preset Description

    Selects the performance presets that match the specified comment.

    [-privilege <PrivilegeLevel>] - Preset Privilege Level

    Selects the performance presets that are available with the specified privilege.

    [-is-read-only {true|false}] - Is Preset Read-Only?

    Selects the performance presets that are read-only (true) or are not read-only (false). Read-only presets cannot be modified.

    [-store <text>] - Name of Store Where Data is Saved

    Selects the store where data is saved.

    Examples

    cluster1::*> statistics preset show
    Preset Name         Privilege  Read-Only Comment
    ------------------- ---------- --------- --------------------------------------
    aggregate_overview  admin      true      This preset configuration is used by
                                             statistics aggregate show command.
                                             Provides overview of aggregate object.
    disk_overview       advanced   true      This preset configuration is used by
                                             statistics disk show command.
                                             Provides overview of disk object.
    fcp_port_overview   admin      true      This preset configuration is used by
                                             statistics port fcp show command.
                                             Provides overview of fcp port object.
    flash_pool_overview admin      true      This preset configuration is used by
                                             statistics cache flash-pool show
                                             command. Provides overview of flash
                                             pool object.
    [...]
    Top of Page