ONTAP 9.12.1 commands

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

    Stop data collection for a sample

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

    Description

    This command stops the collection of performance data. You view the sample of performance data by using the statistics show command.

    Parameters

    [-sample-id <text>] - Sample Identifier

    Specifies the identifier of the sample for which you want to stop data collection. If you do not specify this parameter, the command stops data collection for the last sample that you started by running the statistics start command without the -sample-id parameter.

    Examples

    The following example stops data collection for sample "smpl_1":

    cluster1::*> statistics stop -sample-id smpl_1
    Statistics collection is being stopped for Sample-id: smpl_1
    Top of Page