CLI Guide

vdisk-hist-statistics
This basetype is used by show vdisk-statistics when the historical parameter is specified.
Table 133. vdisk-hist-statistics properties
Name Type Description
total-data-transferred string Total amount of data read and written since the last sampling time.
total-data-transferred-numeric uint64 Unformatted total-data-transferred value.
data-read string Amount of data read since the last sampling time.
data-read-numeric uint64 Unformatted data-read value.
data-written string Amount of data written since the last sampling time.
data-written-numeric uint64 Unformatted data-written value.
total-bytes-per-sec string Data transfer rate, in bytes per second, since the last sampling time. This is the sum of
read-bytes-per-second and write-bytes-per-second.
total-bytes-per-sec-numeric uint64 Unformatted total-bytes-per-second value.
read-bytes-per-sec string Data transfer rate, in bytes per second, for read operations since the last sampling time.
read-bytes-per-sec-numeric uint64 Unformatted read-bytes-per-second value.
write-bytes-per-sec string Data transfer rate, in bytes per second, for write operations since the last sampling
time.
write-bytes-per-sec-numeric uint64 Unformatted write-bytes-per-second value.
sample-time string Date and time, in the format year-month-day hour:minutes:seconds, when
the data sample was taken..
sample-time-numeric uint32 Unformatted sample-time value.
vdisk-statistics
This basetype is used by show vdisk-statistics when the historical parameter is omitted.
Table 134. vdisk-statistics properties
Name Type Description
name string The name of the disk group.
serial-number string The serial number of the disk group.
bytes-per-second string Data transfer rate, in bytes per second, calculated over the interval since these
statistics were last requested or reset. This value will be zero if it has not been
requested or reset since a controller restart.
bytes-per-second- numeric uint64 Unformatted bytes-per-second value.
iops uint32 Input/output operations per second, calculated over the interval since these statistics
were last requested or reset. This value will be zero if it has not been requested or reset
since a controller restart.
number-of-reads uint64 Number of read operations since these statistics were last reset or since the controller
was restarted.
number-of-writes uint64 Number of write operations since these statistics were last reset or since the controller
was restarted.
data-read string Amount of data read since these statistics were last reset or since the controller was
restarted.
API basetype properties 417