In DX Unified Infrastructure Management (UIM) Business Intelligence (BI) reports, the combined value of Operational Availability (%) and Maintenance (%) might exceed 100%.
This occurs because the two metrics are calculated independently using different denominators. This article explains the calculation logic and provides a query to validate the results.
Operational Availability and Maintenance percentages use different time-basis denominators:
Because maintenance time is excluded from the availability denominator but included in the maintenance denominator, the sum of these two percentages is not intended to equal 100%.
Understand the independent formulas used in BI reporting:
This metric uses QoS sample data. Samples falling within a defined maintenance window are excluded from the calculation. Formula: Operational Availability (%) = [Samples with value 1] / ([Samples with value 1] + [Samples with value 0]) × 100
This represents the proportion of the reporting period the device was in a maintenance window, relative to the total duration. Formula: Maintenance (%) = [Minutes in maintenance] / [Total reporting window minutes] × 100
Execute the following SQL query against the UIM database to validate these calculations for a 12-hour window. Replace CS_ID values with the target device IDs: