| Measures reported by VnxDiskVolTest
A volume or logical drive is a single accessible storage area with a single file system, typically (though not necessarily) resident on a single partition of a hard disk. If a single disk volume in VNX is over-utilized or is unable to process I/O requests quickly, it can damage the user experience with the entire storage system. It is hence the responsibility of the storage administrator to keep an eye out for space contentions and processing bottlenecks with each of the disk volumes in VNX, detect such anomalies even before they occur, and resolve them before users complain. The VnxDiskVolTest test helps the storage administrator discharge his duties efficiently.
This test auto-discovers the disk volumes and reports the processing ability and disk usage of each of the volumes. This enables administrators to proactively detect a potential slowdown in processing or a probable disk contention, identify which disk volume is contributing to these abnormal phenomena, and intervene to ensure that the problem is resolved before it spirals out of control.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Queue_depth |
Indicates the number of input/output requests that were pending for this disk volume. |
Number |
Queue Depth is the number of outstanding I/O requests a disk volume will issue or hold before the disk volume can trigger a Queue Full response i.e., the number of I/O operations that can run in parallel on the disk volume. This is useful when compared to the number of Queue Full responses triggered by the disk volume. Queue depth is usually set too high and hence could contribute significantly to latency if improperly set. |
| Read_operations |
Indicates the rate at which read operations were performed on this disk volume. |
Ops/sec |
A consistent decrease in the value of these measures for a disk volume indicates an I/O processing bottleneck. |
| Write_operations |
Indicates the rate at which write operations were performed on this disk volume. |
Ops/sec |
| Read_data |
Indicates the rate at which data is read from this disk volume. |
KiB/sec |
A consistent decrease in the value of these measures for a disk volume indicates an I/O processing bottleneck. |
| Write_data |
Indicates the rate at which data is written to this disk volume. |
KiB/sec |
| Average_read_data |
Indicates the amount of data read from this disk volume per request. |
KB/Request |
A consistent decrease in the value of these measures for a disk volume indicates an I/O processing bottleneck. |
| Average_write_data |
Indicates the amount of data written to this disk volume per request. |
KB/Request |
| Percentage_utilization |
Indicates the percentage of disk that is currently utilized in this disk volume. |
Percent |
A value close to 100 is an indication that the disk volume is about to run out of disk space. You may want to consider more disk drives to the volume, in this case, to make more space. |
|