HP P2000 G3 MSA System CLI Reference Guide 343
host-port-statistics
Properties
Example
# show host-port-statistics
...
<OBJECT basetype="host-port-statistics" name="host-port-statistics" oid="1"
format="pairs">
<PROPERTY name="durable-id" type="string">hostport_A1</PROPERTY>
<PROPERTY name="bytes-per-second" units="B" type="string">0B</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="B" type="string">0B</PROPERTY>
<PROPERTY name="data-read-numeric" type="string">0</PROPERTY>
<PROPERTY name="data-written" units="B" type="string">0B</PROPERTY>
<PROPERTY name="data-written-numeric" type="string">0</PROPERTY>
<PROPERTY name="queue-depth" type="uint32">0</PROPERTY>
</OBJECT>
...
Table 33 host-port-statistics properties
Name Type Description
durable-id string Host port ID in the form hostport_controller-ID-and-port-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.
queue-depth uint32 The number of pending I/O operations currently being serviced.