Command Line Syntax

show interval
  Sampling interval of performance information set in storage system is displayed.

  Format
    show interval [-ip {ip-address|host-name}] [-login userid password] [-proxy {ip-address|host-name} port-number userid password]

      ip {ip-address|host-name}
        ip-address: The IP address(IPv4|IPv6) of the Storage system.
        host-name:  The host name of the Storage system.
      login userid password
        userid:   The user ID to be used for logging into the Storage system.
        password: The password of the user
      proxy {ip-address|host-name} port-number userid password
        ip-address:   The IP address(IPv4|IPv6) of the Proxy Server.
        host-name:    The host name of the Proxy Server.
        port-number:  The port number of the Proxy Server.
        userid:       The user ID to be used for logging into the Proxy Server.
        password:     The password of the user


set interval
  Set sampling interval of performance information for storage system.

  Format
    set interval [-ip {ip-address|host-name}] [-login userid password] [-proxy {ip-address|host-name} port-number userid password] [-interval Sampling interval]

      ip {ip-address|host-name}
        ip-address: The IP address(IPv4|IPv6) of the Storage system.
        host-name:  The host name of the Storage system.
      login userid password
        userid:   The user ID to be used for logging into the Storage system.
        password: The password of the user
      proxy {ip-address|host-name} port-number userid password
        ip-address:   The IP address(IPv4|IPv6) of the Proxy Server.
        host-name:    The host name of the Proxy Server.
        port-number:  The port number of the Proxy Server.
        userid:       The user ID to be used for logging into the Proxy Server.
        password:     The password of the user
      interval Sampling interval
        Specify 5 to 60 (multiple of 5) as the sampling interval (min).


show range
  Display the list of time of performance information accumulated in storage system.

  Format
    show range [-ip {ip-address|host-name}] [-login userid password] [-proxy {ip-address|host-name} port-number userid password]

      ip {ip-address|host-name}
        ip-address: The IP address(IPv4|IPv6) of the Storage system.
        host-name:  The host name of the Storage system.
      login userid password
        userid:   The user ID to be used for logging into the Storage system.
        password: The password of the user
      proxy {ip-address|host-name} port-number userid password
        ip-address:   The IP address(IPv4|IPv6) of the Proxy Server.
        host-name:    The host name of the Proxy Server.
        port-number:  The port number of the Proxy Server.
        userid:       The user ID to be used for logging into the Proxy Server.
        password:     The password of the user


export data
  Get performance information accumulated in storage system and output it in CSV file.

  Format
    export data [-ip {ip-address|host-name}] [-login userid password] [-proxy {ip-address|host-name} port-number userid password] [-outpath Output directory] [-range yyyyMMddhhmm:yyyyMMddhhmm] [-group Group name...] [-option {ask|clear} {compress|nocompress}]

      ip {ip-address|host-name}
        ip-address: The IP address(IPv4|IPv6) of the Storage system.
        host-name:  The host name of the Storage system.
      login userid password
        userid:   The user ID to be used for logging into the Storage system.
        password: The password of the user
      proxy {ip-address|host-name} port-number userid password
        ip-address:   The IP address(IPv4|IPv6) of the Proxy Server.
        host-name:    The host name of the Proxy Server.
        port-number:  The port number of the Proxy Server.
        userid:       The user ID to be used for logging into the Proxy Server.
        password:     The password of the user
      outpath Output directory
        Specifies the directory in which files will be saved.
        If the specified directory does not exist, this subcommand creates the directory.
        It can be specified with a relative path.
        To include a space in a path, enclose it in double quotation marks. (To enter "\", enter "\\")
        If the option is not specified, <Export tool directory/monitor2/out> is specified.
      range yyyyMMddhhmm:yyyyMMddhhmm
        Specify the accumulation period you want to get from the accumulation period list of the result of executing show range command.
        The left of ":" indicates the start time of the period, and the right indicates the end time.
        If this option is not specified, all performance information accumulated in storage system is obtained.
       group Group name
        Specify a group name from the following names.
        To specify multiple groups, specify them by separating each name with a space.
          Port: Performance information of port is output.
          PortError: PortError performance information is output.
          LoginWWN: LoginWWN performance information is output.
          ParityGroup: ParityGroup performance information is output.
          LDEV: LDEV performance information is output.
          LU: LU performance information is output.
          MP: MP performance information is output.
          Cache: Cache performance information is output.
          BackendPort: BackendPort performance information is output.
          TrueCopy: TrueCopy performance information is output.
          UR: UR performance information is output.
        If this option is not specified, all groups are specified.
      option {ask|clear} {compress|nocompress}
        ask:   Displays a message that asks whether to delete existing directories and files.
        clear: Deletes subdirectories and CSV files from the directory in which CSV files
               should be saved, and then exports monitoring data.
        If ask|clear is not specified, clear is specified.
        compress: CSV file is output as compressed ZIP file.
        nocompress: CSV file is output.
        If compress|nocompress is not specified, compress is specified.

help
  Help information is displayed.
