The following table displays the supported field names for the virtual SCSI
(vSCSI) client I/O statistics. These fields are specific to the vSCSI client instances. They can be
accessed as
__stat.io.adapter.<vscsi0...n>->fieldname. The following statistics can be
accessed in the synchronous mode and the asynchronous mode.
Table 1. vSCSI client I/O statistics
Vue script field name |
Data type |
Description |
name |
String[32] |
Device name |
transfers |
unsigned long long |
Number of transfers to or from device |
rd_block_count |
unsigned long long |
Number of blocks read |
rd_service_time |
unsigned long long |
Total read or receive service time in microseconds. |
rd_min_service_time |
unsigned long long |
Minimum read service time in microseconds. |
rd_max_service_time |
unsigned long long |
Maximum write service time in microseconds. |
wr_block_count |
unsigned long long |
Number of blocks written |
wr_service_time |
unsigned long long |
Total write service time in microseconds. |
wr_min_service_time |
unsigned long long |
Minimum write service time in microseconds. |
wr_max_service_time |
unsigned long long |
Maximum write service time in microseconds. |
wait_queue_depth |
unsigned long long |
Wait queue depth for the driver |
accum_wait_queue_time |
unsigned long long |
Accumulated wait queuing time in microseconds. |
min_wait_queue_time |
unsigned long long |
Minimum wait queue time in microseconds. |
max_wait_queue_time |
unsigned long long |
Maximum wait queue time in microseconds. |
num_queue_full |
unsigned long long |
Number of in flight queue full count |