Server Load

A utilization-style metric for infrastructure under test. State which resource you measured—CPU load ≠ memory load.

Load % = (used ÷ max) × 100 for one capacity dimension.

Tip: Keep “Used Capacity” and “Max Capacity” on the same basis (period, units, and population) before calculating Server Load.

Cluster: Software Testing hub · Uptime calculator · Percentage guide

Server load expresses how much of a defined capacity pool is in use.

Enter used capacity and maximum capacity in the same units (CPU cores busy, connections, queue depth, etc.).

Observed usage in your chosen units
Configured or physical maximum

Server Load %

Understanding Server Load

How we calculate. Load % = (used ÷ max) × 100 for one capacity dimension. The form uses the same arithmetic as the worked examples on this page. See our methodology and accuracy policy.

Real-world scenario: A typical Server Load case uses used capacity 7.2 and max capacity 8. Enter the same figures below to reproduce the worked path.

What is Server Load?

A utilization-style metric for infrastructure under test. State which resource you measured—CPU load ≠ memory load.

  • One resource per calculation
  • >85–90% sustained often means little headroom
  • Compare to latency as load rises

The Formula

Server Load
Load % = (Used capacity ÷ Max capacity) × 100

Worked Example

Scenario: A service uses 7.2 of 8 vCPU capacity units on average.
Step 1: Used = 7.2
Step 2: Max = 8
Step 3: (7.2 ÷ 8) × 100 = 90%
Answer: Server load is 90%.

Common Use Cases

  • Capacity headroom: see remaining room under peak
  • Autoscale triggers: map % to policies
  • Perf bottlenecks: correlate load with latency

Pro Tips

  • Use steady-state averages, not single spikes alone
  • Track p95 load for bursty systems
  • Document the unit in every report

Limitations: Server Load figures are educational performance-testing aids—not contractual capacity guarantees. Validate with calibrated load tools and production telemetry.

FAQ

Is this CPU load average?

It can be—if your used/max inputs are CPU capacity. The formula is generic for any capacity pool.

Load > 100%?

Means used exceeded the defined max (overcommit or bad max). Investigate before trusting the figure.

Authoritative References

For performance and quality engineering context, consult: