CPU Utilization

The share of wall clock time a CPU spends executing work instead of idling, broken down by states such as user, system, and iowait.

CPU utilization is the fraction of available processor time spent doing work rather than sitting idle, expressed as a percentage of wall clock time. On a multi core host it is reported two ways: aggregated across all logical cores, and per individual core.

The breakdown by state carries far more information than the total. Time in user is application code. Time in system is kernel work such as syscalls, context switches, and network stack processing. Time in iowait is the CPU idling on storage. A service at 90% user time is doing real work and probably needs a bigger instance, while 40% system time usually means something pathological like syscall thrashing or an interrupt storm. The per core view matters just as much: a single threaded process pinning one core at 100% barely moves the aggregate on a 16 core box, and that is exactly the failure a total-only dashboard hides.

For alerting, sustained utilization over a window beats instantaneous spikes, since short bursts to 100% are normal on any healthy server. Most teams alert on 5 to 15 minutes above a threshold and pair it with load average to catch queuing. Hyperping's agent reports CPU time per state as a percentage of wall clock plus a per CPU breakdown, so the aggregate and the one hot core are both visible.

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,...
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...
Memory Utilization
The share of a host RAM in use, best judged by how much memory remains available to new processes ra...
Host Metrics
Resource measurements a machine reports about itself, covering CPU, memory, filesystem, disk I/O, an...
White-Box Monitoring
Monitoring based on internal system metrics, logs, and traces that reveal the internal state and beh...

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.