Checking and changing the collection interval of the performance information

Storage Advisor Embedded User Guide

Version
93-07-2x
88-08-12
Audience
anonymous
Part Number
MK-97HM85022-25

From Export Tool 2, you can access the storage system and specify the collection interval of the performance data. The default interval is 5 minutes, and the collected data is updated daily. You can set the collection interval between 5 and 60 minutes in multiples of 5. If the collection interval is 60 minutes, the data can be retained for 12 days.

  • Install Export Tool 2. For details, see Installing Export Tool 2.
  • Register a user account to which only the Storage Administrator (Performance Management) role is assigned.
  1. Open the Windows command prompt or the Linux terminal on the computer on which Export Tool 2 is installed.
  2. Go to the Export Tool 2 installation directory.
  3. Use the show interval command to check the collection interval set on the storage system.

    Specify the IP address of the management port of the storage system in the -ip parameter.

    Specify the user account and password in the -login parameter.

    In Windows :

    runWin.bat show interval –ip 192.168.0.16 -login export_user tropxe00

    In Linux :

    runUnix.sh show interval –ip 192.168.0.16 -login export_user tropxe00
  4. To change the collection interval, use the set interval command.

    Specify the collection interval in the -interval parameter. The collection interval can be set between 5 and 60 minutes in multiples of 5.

    In Windows :

    runWin.bat set interval –ip 192.168.0.16 -login export_user tropxe00 –interval 10

    In Linux :

    runUnix.sh set interval –ip 192.168.0.16 -login export_user tropxe00 –interval 10
  5. Close the Windows command prompt or the Linux terminal.