The show interval command displays the sampling interval (how often, in minutes, performance data is collected).
Syntax
Windows:
runWin.bat show interval -ip {<ip-address> | <host-name>} [-login <user-name> <password>] [-proxy {<ip-address> | <host-name>} <port-number> <user-name> <password>]
UNIX:
runUnix.sh show interval -ip {<ip-address> | <host-name>} [-login <user-name> <password>] [-proxy {<ip-address> | <host-name>} <port-number> <user-name> <password>]
Options and parameters
- -ip {ip-address | host-name}
Specifies the service IP address (IPv4 or IPv6 format) or host name.
- -login <user name> <password>
-
Specifies the user name and password of the Export Tool 2 user. If this option is omitted, you will be 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 <user name> and <password> are 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.
Output example
In this example, the service IP address is IPv4 address 192.168.0.100, the user ID is User, and the password is Pass.
c:\export> runWin.bat show interval -ip 192.168.0.100 -login User Pass
Displays the sampling interval obtained from the storage system.
Output results
Interval : 50 min show interval command success