paper-with-me

Papers

The PetShop Dataset -- Finding Causes of Performance Issues across Microservices

2023-11-08 · Michaela Hardt, William R. Orchard, Patrick Blöbaum, Shiva Kasiviswanathan, Elke Kirschbaum

Identifying root causes for unexpected or undesirable behavior in complex systems is a prevalent challenge. This issue becomes especially crucial in modern cloud applications that employ numerous microservices. Although the machine learning and systems research communities have proposed various techniques to tackle this problem, there is currently a lack of standardized datasets for quantitative benchmarking. Consequently, research groups are compelled to create their own datasets for experimentation. This paper introduces a dataset specifically designed for evaluating root cause analyses in microservice-based applications. The dataset encompasses latency, requests, and availability metrics emitted in 5-minute intervals from a distributed application. In addition to normal operation metrics, the dataset includes 68 injected performance issues, which increase latency and reduce availability throughout the system. We showcase how this dataset can be used to evaluate the accuracy of a variety of methods spanning different causal and non-causal characterisations of the root cause analysis problem. We hope the new dataset, available at https://github.com/amazon-science/petshop-root-cause-analysis/ enables further development of techniques in this important area.

📄 PDF Abstract BibTeX arXiv:2311.04806

Code (1)

amazon-science/petshop-root-cause-analysis 공식 구현

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Cause-and-Effect Analysis of ADAS: A Comparison Study between Literature Review and Complaint Data

2022-07-30 · Jackie Ayoub, Zifei Wang, Meitang Li, Huizhong Guo 외

Advanced driver assistance systems (ADAS) are designed to improve vehicle safety. However, it is difficult to achieve such benefits without understanding the causes and limitations of the current ADAS and their possible …

Demystifying Issues, Causes and Solutions in LLM Open-Source Projects

2024-09-25 · Yangxiao Cai, Peng Liang, Yifei Wang, Zengyang Li 외

With the advancements of Large Language Models (LLMs), an increasing number of open-source software projects are using LLMs as their core functional component. Although research and practice on LLMs are capturing conside…

AttributionScanner: A Visual Analytics System for Model Validation with Metadata-Free Slice Finding

2024-01-12 · Xiwei Xuan, Jorge Piazentin Ono, Liang Gou, Kwan-Liu Ma 외

Data slice finding is an emerging technique for validating machine learning (ML) models by identifying and analyzing subgroups in a dataset that exhibit poor performance, often characterized by distinct feature sets or d…

Descriptive

Bridging Distribution Shift and AI Safety: Conceptual and Methodological Synergies

2025-05-28 · Chenruo Liu, Kenan Tang, Yao Qin, Qi Lei

This paper bridges distribution shift and AI safety through a comprehensive analysis of their conceptual and methodological synergies. While prior discussions often focus on narrow cases or informal analogies, we establi…

Automatic Cause Detection of Performance Problems in Web Applications

2021-03-08 · Quentin Fournier, Naser Ezzati-Jivan, Daniel Aloise, Michel R. Dagenais

The execution of similar units can be compared by their internal behaviors to determine the causes of their potential performance issues. For instance, by examining the internal behaviors of different fast or slow web re…

Clustering