Helmholtz Cloud Service Operation KPI - detailed calculation¶
Calculation¶
The individual Service Operation KPI (raw KPI) is calculated from the ratio between the starting value and the value at the time of reporting.
The numeric calculation for the given KPI value are given in a publicly available calculation repository.
Calculation Period¶
Helmholtz Cloud Operation KPI is calculated in two ways:
1) Overall:
from service start in Helmholtz Cloud Portal to reporting date
2) Annual Reporting:
from beginning of current reporting period (beginning of year) to reporting date (end of year).
Definition of time points¶
Starting times¶
Due to the heterogeneity of Helmholtz Cloud Services onboarding time points, as well as the KPI reporting frequencies, multiple starting time points are defined to suit all use cases.
with
- \(T_{\rm onboard}\) denoting the time of public availability of the service in the Helmholtz Cloud.
- \(T_{\rm logstart}\) denoting the time of the first data point in the reported service KPI data.
Note: The potential definition of a needed \(T_{\rm fitstart,manually defined}\) value is subject to the HIFIS Cloud Cluster, and is defined in the KPI computation repository.
End/Reporting time¶
The reporting time point \(T_{\rm report}\) is simply defined as the date-time of the end of the considered time frame (e.g., 2021-12-31 for the 2021 annual report).
Linear regression¶
For all available measurement series, a linear fit is calculated with linear regression (based on gnuplot fit function, implementing nonlinear least-squares (NLLS) Marquardt-Levenberg algorithm). This yields for each service s and each reported user or usage number u:
- A slope: \(m\left(s,u\right) \pm m_{\rm err}\left(s,u\right)\)
- Intercept: \(y_0\left(s,u\right) \pm y_{0,\rm err}\left(s,u\right)\)
KPI Calculation¶
Raw KPI components¶
The overall Helmholtz Cloud Operation KPI is composed out of an arbitrary number of raw KPI components and respective weights. This depicts the contribution of single services and single service usage information towards the overall development of the Helmholtz Cloud.
The raw KPI components K are calculated independently for each s and u, at the reporting time, based on linear fit calculated before:
Weighting¶
If several measurement series are collected for a single service, each raw KPI component is weighted with a pre-defined weight \(w_{s,u}\).
All services are of equal value; the weighting of all raw data of a service is 1 in total.
If applicable and reasonable, the weighting of the raw usage data is 50% , as well as the weighting of the raw user data is 50%.
Side conditions¶
To avoid calculation from sparse data of too fresh services, raw KPI calculation is only performed if
Cumulated KPI¶
The Helmholtz Cloud Service Operation KPI \(K_o\) is calculated by sum of all weighted raw KPI components. It therefore increases with the number of services available and the increased usage and nuber of users of individual services.
Created: February 25, 2022