| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Percent_busy |
Indicates the percentage of elapsed time during which the disk is busy processing requests (i.e., reads or writes).
|
Percent |
Comparing the percentage of time that the different disks are busy, an administrator can determine whether load is properly balanced across the different disks.
|
| Disk_read_time |
Indicates the average time (in seconds) taken by the disk to read data. |
Secs |
Ideally, the value of this measure should be low. |
| Disk_write_time |
Indicates the average time (in seconds) taken by the disk to write data. |
Secs |
Ideally, the value of this measure should be low. |
| Read_rate |
Indicates the number of reads happening on a logical disk per second. |
Reads/Sec |
A dramatic increase in this value may be indicative of an I/O bottleneck on the guest. |
| Data_read_rate |
Indicates the rate at which bytes are transferred from the disk during read operations. |
Kbytes/Sec |
A very high value indicates an I/O bottleneck. |
| Write_rate |
Indicates the number of writes happening on a disk per second. |
Writes/Sec |
A dramatic increase in this value may be indicative of an I/O bottleneck. |
| Data_write_rate |
Indicates the rate at which bytes are transferred from the disk during write operations. |
Kbytes/Sec |
A very high value indicates an I/O bottleneck. |
| Avg_queue_length |
Indicates the average number of both read and write requests that were queued for this disk during the last measurement period. |
Number |
A consistent and significant increase in the value of this measure for a particular disk could indicate an I/O overload that could be choking the disk, rendering it unable to process I/O requests quickly. |
| Current_queue_length |
Indicates the number of requests currently outstanding on the disk. |
Number |
This measure includes requests in service at the time of the snapshot. This is an instantaneous length, not an average over the time interval. Multi-spindle disk devices can have multiple requests active at one time, but other concurrent requests are awaiting service. This measure might reflect a transitory high or low queue length, but if there is a sustained load on the disk drive, it is likely that this will be consistently high. Requests experience delays proportional to the length of this queue minus the number of spindles on the disks. This difference should average less than two for good performance. |
| Percent_disk_reads |
Indicates the percentage of elapsed time that disk is busy servicing read requests. |
Percent |
|
| Percent_disk_writes |
Indicates the percentage of elapsed time that disk is busy servicing write requests. |
Percent |
|