| 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. |
| Percent_disk_reads |
Indicates the percentage of elapsed time that the selected disk drive is busy servicing read requests. |
Percent |
  |
| Percent_disk_writes |
Indicates the percentage of elapsed time that the selected disk drive is busy servicing write requests. |
Percent |
  |
| Disk_read_time |
Indicates the average time in seconds of a read of data from the disk. |
Secs |
  |
| Disk_write_time |
Indicates the average time in seconds of a write of data from the disk. |
Secs |
  |
| Avg_queue_length |
Indicates the average number of both read and write requests that were queued for the selected disk during the sample interval. |
Number |
  |
| Current_queue_length |
The number of requests outstanding on the disk at the time the performance data is collected. |
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 counter 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. |
| 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. |
KB/Sec |
A very high value indicates an I/O bottleneck on the guest. |
| Write_rate |
Indicates the number of writes happening on a local disk per second. |
Writes/Sec |
A dramatic increase in this value may be indicative of an I/O bottleneck on the guest. |
| Data_write_rate |
Indicates the rate at which bytes are transferred from the disk during write operations. |
KB/Sec |
A very high value indicates an I/O bottleneck on the guest. |