RADON presents an SD algorithm for accurately estimating resource demands in cloud applications

Nowadays, estimating performance models parameters of cloud systems presents several challenges. This is happening due to:

  • the distributed nature of the applications
  • the chains of interactions of requests with architectural nodes
  • the parallelism and coordination mechanisms implemented within these systems

In the paper ‘SD: A Divergence-based Estimation Method for Service Demands in Cloud Systems’, our team presents a new inference algorithm for model parameters, called state divergence (SD) algorithm, to accurately estimate resource demands in a complex cloud application.

Differently from existing approaches, SD attempts to minimize the divergence between observed and modeled marginal state probabilities for individual nodes within an application, therefore requiring the availability of probabilistic measures from both the system and the underpinning model. Furthermore, validation against a case study using the Apache Cassandra NoSQL database and random experiments show that SD can accurately predict demands and improve system behavior modeling and prediction.

 

You can read more on our SD algorithm here.