| Measurement |
Description |
Measurement Unit |
Interpretation |
| bytes_per_sec |
Indicates the rate at which data is transmitted through this disk during the last measurement period. |
MB/Sec |
This is a good indicator of the load on the disk. You can compare the value of this measure across disks to figure out whether the load has been distributed uniformly across all disks or a few disks are overloaded. In case of the latter, you may have to fine-tune the load-balancing algorithm used. |
| iops |
Indicates the rate at which the I/O operations were performed through this disk during the last measurement period. |
IOPS |
This measure serves as a good indicator of the I/O processing ability of the disk. A consistent drop in this value is hence a cause for concern, as it indicates a processing slowdown. |
| num_reads |
Indicates the rate at which the read operations were performed on this disk during the last measurement period. |
Reads/Sec |
Ideally, the value of this measure should be high. A steady dip in this measure value could indicate a potential reading bottleneck. By comparing the value of this measure across disks, you can quickly identify that disk which is the slowest in processing read requests. |
| num_writes |
Indicates the rate at which the write operations were performed on this disk during the last measurement period. |
Writes/Sec |
Ideally, the value of this measure should be high. A steady dip in this measure value could indicate a potential writing bottleneck. By comparing the value of this measure across disks, you can quickly identify that disk which is the slowest in processing write requests. |
| data_read |
Indicates the rate at which the data was read from this disk during the last measurement period. |
MB/Sec |
Comparing the value of these measures across the disks will clearly indicate which disk is the busiest in terms of the rate at which data is read and written - it could also shed light on irregularities in load balancing across the disks. |
| data_writes |
Indicates the rate at which the data was written from this disk during the last measurement period. |
MB/Sec |
| queue_depth |
Indicates the number of pending I/O operations that are currently being serviced on this disk. |
Number |
A consistent rise in the value of this measure indicates a processing bottleneck at the disk that is causing I/O requests to queue up. |