I/O Wait (iowait)

The share of CPU time during which a processor sat idle with at least one of its own I/O requests still outstanding.

I/O wait, shown as iowait or wa in tools like top and vmstat, is one of the CPU time states, alongside user, system, and idle. It measures the time a CPU had nothing else to run while an I/O operation it issued was still in flight.

Two things make iowait easy to misread. First, it is a percentage of CPU time, not a queue depth and not a latency, so it tells you the CPU was idle while storage was busy, never how slow storage actually is. Second, the number moves with how much other work is running. A host with one blocked process and nothing else to do can show 25% iowait on a 4 core machine and be completely healthy, while a busy host with the exact same storage problem shows almost no iowait because the scheduler always has another thread to run. Treat iowait as a symptom that points at the storage layer, not as a cause you can fix directly.

The value comes from correlation. Rising iowait plus a climbing load average plus a jump in read or write bytes on one block device is a local storage bottleneck. Rising iowait with flat disk throughput usually points at a remote filesystem or a saturated network path instead. Hyperping records CPU time per state, including iowait, every 30 seconds next to per device disk I/O, so both halves of that comparison sit on one timeline.

Hyperping monitoring dashboard

Related Terms

Load Average
A rolling count of how many tasks are competing for the CPU, reported by the kernel over the last 1,...
Disk I/O
The traffic between an operating system and its block devices, counted as bytes read and written per...
CPU Utilization
The share of wall clock time a CPU spends executing work instead of idling, broken down by states su...
Host Metrics
Resource measurements a machine reports about itself, covering CPU, memory, filesystem, disk I/O, an...
Server Monitoring
Collecting and alerting on the resource health of individual machines: CPU, memory, filesystem, disk...

Related Resources

Get started

Start monitoring in the next 5 minutes.

Stop letting customers discover your outages first. Set up monitoring, status pages, on-call, and alerts before your next coffee break.

14 days free trial. No card required.