ONTAP 9.12.1 commands

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

    Delete statistics samples

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

    Description

    This command deletes samples that you created using the statistics start command.

    Parameters

    -vserver <vserver name> - Vserver

    Selects the Vserver for which you want to delete the sample. The default Vserver is admin Vserver.

    -sample-id <text> - Sample Identifier

    Specifies the sample that you want to delete. This is a required parameter.

    Examples

    The following example deletes the sample "smpl_1":

    cluster1::*> statistics samples delete -sample-id smpl_1
    Top of Page