CPUbruk
CPUbruk, or CPU usage, is the proportion of a computer's central processing unit time spent on active work during a defined interval. It combines time spent executing user-level programs and kernel code, and excludes periods when the CPU is idle.
Measurement and interpretation: It is usually expressed as a percentage. The value depends on the sampling
Common patterns: High CPUbruk indicates CPU-bound workloads and potential bottlenecks; low CPUbruk with high latency may
Monitoring tools: Linux tools such as top, htop, vmstat, and sar report CPUbruk; Windows provides Task Manager
Limitations: CPUbruk is a simplification that does not measure execution efficiency, parallelism efficiency, memory pressure, or