DCAIJan 24, 2021

Online Memory Leak Detection in the Cloud-based Infrastructures

arXiv:2101.09799v18 citations
Originality Incremental advance
AI Analysis

This addresses memory leak detection for cloud infrastructure operators, but it is incremental as it builds on existing machine learning approaches with a specific metric.

The paper tackles the problem of detecting memory leaks in cloud-based applications without internal knowledge by introducing the Precog algorithm, which uses only system memory utilization and achieves 85% accuracy with less than half a second prediction time per virtual machine.

A memory leak in an application deployed on the cloud can affect the availability and reliability of the application. Therefore, to identify and ultimately resolve it quickly is highly important. However, in the production environment running on the cloud, memory leak detection is a challenge without the knowledge of the application or its internal object allocation details. This paper addresses this challenge of online detection of memory leaks in cloud-based infrastructure without having any internal application knowledge by introducing a novel machine learning based algorithm Precog. This algorithm solely uses one metric i.e the system's memory utilization on which the application is deployed for the detection of a memory leak. The developed algorithm's accuracy was tested on 60 virtual machines manually labeled memory utilization data provided by our industry partner Huawei Munich Research Center and it was found that the proposed algorithm achieves the accuracy score of 85\% with less than half a second prediction time per virtual machine.

Code Implementations1 repo
Foundations

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

Your Notes