416 XML API basetype properties
vdisk-statistics
Properties
Example
# show vdisk-statistics
...
<OBJECT basetype="vdisk-statistics" name="vdisk-statistics" oid="4" format="rows">
<PROPERTY name="name" type="string">vd01</PROPERTY>
<PROPERTY name="serial-number" key="true" type="string">SN</PROPERTY>
<PROPERTY name="bytes-per-second" units="TB" type="string">0TB</PROPERTY>
<PROPERTY name="bytes-per-second-numeric" type="string">0</PROPERTY>
<PROPERTY name="iops" type="uint32">0</PROPERTY>
<PROPERTY name="number-of-reads" type="uint64">0</PROPERTY>
<PROPERTY name="number-of-writes" type="uint64">0</PROPERTY>
<PROPERTY name="data-read" units="TB" type="string">0TB</PROPERTY>
<PROPERTY name="data-read-numeric" type="string">0</PROPERTY>
<PROPERTY name="data-written" units="TB" type="string">0TB</PROPERTY>
<PROPERTY name="data-written-numeric" type="string">0</PROPERTY>
</OBJECT>
...
Table 81 vdisk-statistics properties
Name Type Description
name string Vdisk name.
serial-number string Vdisk serial number.
bytes-per-
second
string Data transfer rate 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
string 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.
data-read-
numeric
string Unformatted data-read value.
data-written string Amount of data written since these statistics were last reset or since the controller
was restarted.
data-written-
numeric
string Unformatted data-written value.