Performance Problems Diagnosis in Cloud Computing Systems by Mining Request Trace Logs

Haibo Mi,Huaimin Wang,Gang Yin,Hua Cai,Qi Zhou,Tingtao Sun
DOI: https://doi.org/10.1109/noms.2012.6212005
2012-01-01
Abstract:In cloud computing systems, end-to-end request tracing approach is helpful for developers to understand the runtime behavior of user requests. Based on trace logs, we propose an approach to localize the abnormal methods that are the primary causes of performance problems. Our approach involves three steps: (1) cluster the user requests into different categories according to request call sequences and select major categories; (2) extract the principal methods that might be the causes of performance degradation; (3) pick out abnormal methods from those principal methods in each major category. We conduct four cases of performance degradations to validate our approach over a real-world enterprise-class cloud computing platform. The experimental results show that our approach can locate the prime causes of performance problems with low false-positive rate and false-negative rate.
What problem does this paper attempt to address?