Disk I/O

The traffic between an operating system and its block devices, counted as bytes read and written per device over time.

Disk I/O is the read and write activity between the operating system and its block devices. Agents typically expose cumulative byte counters per device, and the dashboard converts them into rates such as megabytes per second.

Throughput is only half the picture, and often the less interesting half. A device can be fully saturated at a low byte rate when the access pattern is small and random, because spinning disks and network attached volumes are limited by operations per second and queue latency rather than raw megabytes. Cloud volumes add a second trap: burst credit models let a volume run fast for hours and then fall back to a much lower baseline, so the same workload gets slow with nothing changing in the application. Read disk I/O next to iowait and load average instead of on its own.

Most of the alerting value here is in correlation and capacity planning. A sustained write rate sitting near a volume's provisioned ceiling predicts the incident days ahead of it. Hyperping collects read and write bytes for every block device, which makes per device rates and the noisy neighbor pattern of one volume dominating a host visible on the same timeline as CPU and memory.

Hyperping monitoring dashboard

Related Terms

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 st...
Filesystem Usage
How much space is used and free on each mounted filesystem, expressed in bytes and as a percentage o...
Load Average
A rolling count of how many tasks are competing for the CPU, reported by the kernel over the last 1,...
Host Metrics
Resource measurements a machine reports about itself, covering CPU, memory, filesystem, disk I/O, an...
Throughput
The rate at which a system processes requests or data, typically measured in requests per second.

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.