The show range command displays the start date and time and end date and time for the collected performance data. You can use the export data command to output the performance data for this period of time.
Syntax
Windows:
runWin2.bat show range -ip {<ip-address> | <host-name>} [-login <user-name> <password>] [-proxy {<ip-address> | <host-name>} <port-number> <user-name> <password>] [-security {verify|ignore}]
UNIX and Linux:
runUnix2.sh show range -ip {<ip-address> | <host-name>} [-login <user-name> <password>] [-proxy {<ip-address> | <host-name>} <port-number> <user-name> <password>] [-security {verify|ignore}]
Options and parameters
- -ip {ip-address | host-name}
Service IP address (IPv4 format, IPv6 format) or host name.
- -login <user name> <password>
User name and password of the Export Tool 2 user. If this option is omitted, you are prompted to enter your user name and password.
- -proxy <IP address or host name> <port number> <user name> <password>
-
If the management client is connected to the storage system through a proxy server, this option specifies the proxy information (IP address [IPv4 or IPv6 format] or host name, port number, user name, and password). If <user name> and <password> are omitted here but specified for the -login parameter, the proxy is used without authentication. If <user name> and <password> are omitted and the -login parameter is omitted, you are prompted to enter the user name and password for the proxy server.
- -security {verify|ignore}
-
This parameter specifies whether to perform certificate validation.
This parameter is optional. If omitted or if "verify" is specified, certificate validation will be performed. If "ignore" is specified, certificate validation will be skipped; however, this is not recommended.
Output example
In this example, the service IP address is IPv4 address with 192.168.0.100, the user ID is User, and the password is Pass.
c:\export> runWin2.bat show range -ip 192.168.0.100 -login User Pass
Output results
2025/12/20 12:20:30 2025/12/20 12:25:30 2025/12/20 12:30:30 show range command success