DCAILGNEOct 29, 2023

Comparison of Microservice Call Rate Predictions for Replication in the Cloud

arXiv:2401.03319v13 citationsh-index: 24
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of predicting microservice call rates for cloud replication, but it is incremental as it compares existing methods on new data.

The paper compared three machine learning models (linear regression, multilayer perceptron, gradient boosting regression) for predicting microservice call rates to estimate scalability requirements, finding that gradient boosting regression reduced mean absolute error and mean absolute percentage error compared to the others.

Today, many users deploy their microservice-based applications with various interconnections on a cluster of Cloud machines, subject to stochastic changes due to dynamic user requirements. To address this problem, we compare three machine learning (ML) models for predicting the microservice call rates based on the microservice times and aiming at estimating the scalability requirements. We apply the linear regression (LR), multilayer perception (MLP), and gradient boosting regression (GBR) models on the Alibaba microservice traces. The prediction results reveal that the LR model reaches a lower training time than the GBR and MLP models. However, the GBR reduces the mean absolute error and the mean absolute percentage error compared to LR and MLP models. Moreover, the prediction results show that the required number of replicas for each microservice by the gradient boosting model is close to the actual test data without any prediction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes