What problem does it solve?
This Skill helps diagnose StarRocks CPU saturation by identifying which process, module, and workload are consuming the most CPU on FE or BE hosts, so teams can stop guessing and start the right investigation.
Core Features & Use Cases
- CPU Attribution: Separates query execution, import flush and compression, compaction, clone tasks, FE planning or GC, and non-StarRocks processes.
- Multi-layer Triage: Uses OS signals, BE CPU task metrics, process and thread inspection, and hot-function profiling to narrow the cause quickly.
- Directed Handoff: Routes incidents to the correct deep-dive path for query, import, compaction, or node-level troubleshooting.
- Use Case: When a production cluster shows high load average and users report slow queries, this Skill determines whether the bottleneck is a runaway query, background compaction, an import burst, or an external process.
Quick Start
Use the cpu-saturation skill to identify whether StarRocks CPU pressure comes from queries, imports, compaction, FE GC, or another process, and then route the incident to the right deep-dive skill.