CPU average load

Reading Time: < 1 minute

License block: Vezha capabilitiesWhat showsCPU average load in Vezha is based on the cpu.total_pct metric: the agent calculates the average load across all cores and reports it in a single telemetry stream.This is a quick indicator of whether the node has enough computing resources in general.Why is this important?When the value stays high for a long time, the command does not see a one-time spike, but a systemic CPU shortage.This is useful for planning capacity, correctly distributing the load between servers, and checking the effect of optimizations.An example from practiceSince the launch of nightly imports, the average load has steadily increased from 45% to 88%.The team moved part of the tasks to a separate node, and the morning delays in the API disappeared without emergency scaling.

Scroll to Top