cpu_spike_diagnosis
Diagnose Java application CPU spikes with Arthas. Use when users report high CPU, load average spikes, container throttling, or unstable response time suspected to be CPU-bound. Identify hottest threads, map stack frames to business classes, and guide focused decompilation with `jad` for code-level inspection.
Changelog: Source: GitHub https://github.com/vudsen/spectre
No comments yet. Be the first one!