Analyzes system and application log data from sosreport archives to identify root causes of system failures, crashes, and performance issues.
This skill empowers Claude to perform deep-dive forensics on Linux sosreport archives by systematically scanning journald, dmesg, and application-specific logs. It automates the detection of critical system events such as kernel panics, OOM killer actions, and service failures, providing structured summaries that correlate error patterns with specific timestamps and components. It is an essential tool for SREs and system administrators who need to rapidly diagnose infrastructure issues by extracting actionable insights from massive log volumes.
主な機能
01Error frequency categorization and chronological timeline generation
02Automated detection of kernel panics, OOM killer events, and segfaults
03Application-specific analysis for Java, Python, and web server logs
04Smart handling of large or compressed log files using sampling and zgrep
05Comprehensive parsing of both journald and traditional var/log files
0629 GitHub stars
ユースケース
01Troubleshooting failed systemd services and inter-service dependency issues
02Diagnosing sudden system reboots or freezes using kernel message analysis
03Identifying memory-hungry processes through OOM killer forensic data