paper-with-me

홈 › Papers

AutoTSG: Learning and Synthesis for Incident Troubleshooting

2022-05-26 · Manish Shetty, Chetan Bansal, Sai Pramod Upadhyayula, Arjun Radhakrishna, Anurag Gupta

Incident management is a key aspect of operating large-scale cloud services. To aid with faster and efficient resolution of incidents, engineering teams document frequent troubleshooting steps in the form of Troubleshooting Guides (TSGs), to be used by on-call engineers (OCEs). However, TSGs are siloed, unstructured, and often incomplete, requiring developers to manually understand and execute necessary steps. This results in a plethora of issues such as on-call fatigue, reduced productivity, and human errors. In this work, we conduct a large-scale empirical study of over 4K+ TSGs mapped to 1000s of incidents and find that TSGs are widely used and help significantly reduce mitigation efforts. We then analyze feedback on TSGs provided by 400+ OCEs and propose a taxonomy of issues that highlights significant gaps in TSG quality. To alleviate these gaps, we investigate the automation of TSGs and propose AutoTSG -- a novel framework for automation of TSGs to executable workflows by combining machine learning and program synthesis. Our evaluation of AutoTSG on 50 TSGs shows the effectiveness in both identifying TSG statements (accuracy 0.89) and parsing them for execution (precision 0.94 and recall 0.91). Lastly, we survey ten Microsoft engineers and show the importance of TSG automation and the usefulness of AutoTSG.

📄 PDF Abstract BibTeX arXiv:2205.13457

Code (0)

등록된 구현이 없습니다.

Tasks

4kManagementProgram Synthesis

Similar Papers 제목 키워드 기반

Nissist: An Incident Mitigation Copilot based on Troubleshooting Guides

2024-02-27 · Kaikai An, Fangkai Yang, Junting Lu, Liqun Li 외

Effective incident management is pivotal for the smooth operation of enterprises-level cloud services. In order to expedite incident mitigation, service teams compile troubleshooting knowledge into Troubleshooting Guides…

Management

StepFly: Agentic Troubleshooting Guide Automation for Incident Diagnosis

2025-10-11 · Jiayi Mao, Liqun Li, Yanjie Gao, Zegang Peng 외 arxiv

Effective incident management in large-scale IT systems relies on troubleshooting guides (TSGs), but their manual execution is slow and error-prone. While recent advances in LLMs offer promise for automating incident man…

SADE: Symptom-Aware Diagnostic Escalation for LLM-Based Network Troubleshooting

2026-05-06 · Kuan-Hao Tseng, Niruth Bogahawatta, Yasod Ginige, Kosta Dekic 외 arxiv

Large language model (LLM) agents are increasingly applied to network troubleshooting, but root-cause localization on public benchmarks remains well below practical deployment thresholds. We argue this is because existin…

NERD: Neural Network for Edict of Risky Data Streams

2020-07-08 · Sandro Passarelli, Cem Gündogan, Lars Stiemert, Matthias Schopp 외

Cyber incidents can have a wide range of cause from a simple connection loss to an insistent attack. Once a potential cyber security incidents and system failures have been identified, deciding how to proceed is often co…

Decision MakingIntrusion Detection

Towards a Playground to Democratize Experimentation and Benchmarking of AI Agents for Network Troubleshooting

2025-07-01 · Zhihao Wang, Alessandro Cornacchia, Franco Galante, Carlo Centofanti 외 arxiv

Recent research has demonstrated the effectiveness of Artificial Intelligence (AI), and more specifically, Large Language Models (LLMs), in supporting network configuration synthesis and automating network diagnosis task…