How to calculate Used data capacity value in MySQL
Applies to
Active IQ Unified Manager (AIQUM)
Description
Process on how to calculate
UsedSum
in the ocum_report.aggregatecapacityhistorymonthview
table so the total used can be verified against the data in the ocum_report.aggregate
table in AIQUM's MySQL database.The formula to calculate the
UsedSum
value is (UsedSum*1024/sampleCount)
.