What does 'volumeUtilization' mean of API 'GetVolumeStats'?
- Views:
- 219
- Visibility:
- Public
- Votes:
- 0
- Category:
- element-software
- Specialty:
- solidfire
- Last Updated:
- 8/16/2021, 6:05:31 AM
Applies to
- SolidFire Element Software
- HCI Storage Element Software
Answer
The value of volumeUtilization
shows how much the client is using IOPS for a single volume base on its maxIOPS
.
Example:
"volumeUtilization": 0.00185
Note:
- This means the IOPS utilization of this volume is 0.185%.
- Sometimes the value is
>1
because the client using their burst. It also happens despite themaxIOPS
is same withburstIOPS
since the actual IO is normalizing to 4k blocks that make thenormalizedIOPS
is larger thanmaxIOPS
.
Additional Information
For more information, see volumeStats