How is volume "Used Capacity" percentage calculated in the Element UI?
Applies to
- NetApp HCI
- NetApp SolidFire
Answer
- From a web browser, run the API replacing <MVIP> for the cluster's management virtual IP address:
https://<MVIP>/json-rpc/10.0?method=ListVolumeStatsByVolume
- For calculation use the formula:
- totalBlocks = zeroBlocks + nonZeroBlocks
- "Used Capacity" percentage in Element UI = nonZeroBlocks/totalBlocks
Additional Information
N/A