Tag

CPU troubleshooting

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jan 19, 2025 · Operations

How I Rescued a Critical Service from 100% CPU: A Step‑by‑Step Ops Playbook

After a midnight CPU alarm, I walked through rapid diagnosis, JVM profiling, algorithm refactoring, database indexing, Docker isolation, and enhanced monitoring to bring a high‑load Java service back to stability, illustrating a comprehensive incident‑response workflow for modern operations teams.

CPU troubleshootingDocker DeploymentJVM profiling
0 likes · 7 min read
How I Rescued a Critical Service from 100% CPU: A Step‑by‑Step Ops Playbook
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jul 12, 2018 · Operations

How to Quickly Identify and Fix High CPU Usage in Java Services

This guide walks you through a step‑by‑step process using Linux top, jstack, and hex conversion to pinpoint the exact Java thread causing CPU spikes, enabling effective service optimization and cost reduction without unnecessary scaling.

CPU troubleshootingJava performanceLinux top
0 likes · 5 min read
How to Quickly Identify and Fix High CPU Usage in Java Services