Tag

IO wait

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Oct 20, 2019 · Operations

Why Low CPU Usage Coexists with High Load? Linux Load & Scheduling Explained

This article explains why a Linux system can show a high load average while CPU utilization remains low, covering the concepts of load, multi‑tasking operating systems, process states, scheduling, and common scenarios that cause I/O‑bound load spikes.

IO waitLinuxload average
0 likes · 13 min read
Why Low CPU Usage Coexists with High Load? Linux Load & Scheduling Explained
Efficient Ops
Efficient Ops
Jun 2, 2019 · Databases

Why Is MySQL Eating Your CPU? Identify and Reduce CPU Bottlenecks

This article explains which components (user processes, IO wait, interrupts) consume most CPU in MySQL workloads, the performance impacts of high CPU usage, and practical steps—reducing IO, optimizing queries, and hardware upgrades—to lower CPU consumption and improve throughput.

CPU optimizationIO waitMySQL
0 likes · 6 min read
Why Is MySQL Eating Your CPU? Identify and Reduce CPU Bottlenecks