TotalCPU
TotalCPU is a term used in computing to denote a metric that aggregates CPU resource consumption across a system or workload. It is commonly used in performance analysis and capacity planning to describe the total amount of CPU time consumed by all processes over a given measurement interval. Depending on the implementation, TotalCPU can be presented as a raw sum of CPU seconds or as a normalized fraction of the system’s available CPU capacity.
Calculation and interpretation: On a system with N CPU cores, the total CPU capacity over a time
Relationship to other metrics: TotalCPU is related to, but distinct from, per-process CPU time and instantaneous
Applications: It is used for capacity planning, workload characterization, anomaly detection, and trend analysis in operating
See also: CPU utilization, CPU time, capacity planning, performance monitoring.