HP P2000 G3 MSA System CLI Reference Guide 493
vdisk-hist-statistics
Properties
Example
# show vdisk-statistics vd01 historical
...
<OBJECT basetype="vdisk-hist-statistics" name="vdisk-hist-statistics" oid="2"
format="rows">
<PROPERTY name="total-data-transferred" units="MB" type="string">30.5MB</PROPERTY>
<PROPERTY name="total-data-transferred-numeric" type="string">30562816</PROPERTY>
<PROPERTY name="data-read" units="MB" type="string">14.6MB</PROPERTY>
<PROPERTY name="data-read-numeric" type="string">14646784</PROPERTY>
<PROPERTY name="data-written" units="MB" type="string">15.9MB</PROPERTY>
<PROPERTY name="data-written-numeric" type="string">15916032</PROPERTY>
<PROPERTY name="total-bytes-per-sec" units="KB" type="string">33.7KB</PROPERTY>
<PROPERTY name="total-bytes-per-sec-numeric" type="string">33792</PROPERTY>
<PROPERTY name="read-bytes-per-sec" units="KB" type="string">15.8KB</PROPERTY>
<PROPERTY name="read-bytes-per-sec-numeric" type="string">15872</PROPERTY>
<PROPERTY name="write-bytes-per-sec" units="KB" type="string">17.4KB</PROPERTY>
<PROPERTY name="write-bytes-per-sec-numeric" type="string">17408</PROPERTY>
<PROPERTY name="sample-time" type="string">2012-02-16 13:00:00</PROPERTY>
Table 86 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-second
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-second-
numeric
uint64 Unformatted total-bytes-per-second value.
read-bytes-per-
second
string Data transfer rate, in bytes per second, for read operations since the last
sampling time.
read-bytes-per-
second-numeric
uint64 Unformatted read-bytes-per-second value.
write-bytes-
per-second
string Data transfer rate, in bytes per second, for write operations since the last
sampling time.
write-bytes-
per-second-
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.