show interval

Virtual Storage Platform One Block 85 Export Tool 2 User Guide

Version
A0-05-4x
Audience
anonymous
Part Number
MK-26VSP1B026-02
ft:lastEdition
2026-05-04

The show interval command displays the sampling interval: how often, in minutes, performance data is collected.

Syntax

Windows:

runWin2.bat show interval -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 interval -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 or 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 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 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 192.168.0.100, the user ID is User, and the password is Pass.

c:\export> runWin2.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