Resource Utilization Calculator
Compute resource utilization (CPU, machine, person) — busy time / total available time. Shows efficiency and idle time.
Utilisation: ρ = λ / μ
Resource utilisation is the fraction of time a server is busy: ρ = λ / μ, where λ is the arrival rate and μ is the service rate. Equivalently, ρ = busy time ÷ available time. ρ < 1 does not mean no queue — variability alone creates waiting time even at ρ = 0.7. Kingman's formula shows mean wait grows as ρ / (1 − ρ) — a hyperbolic explosion near ρ = 1. Engineering rule of thumb: target ρ ≤ 80% for production capacity, ≤ 70% for aggressive SLAs. Example: server busy 6 h of 8 h → ρ = 0.75 = 75%.
Applications
Web-server capacity planning (DevOps/SRE), database connection-pool sizing, Kubernetes HPA CPU utilisation thresholds, OS process scheduling, factory-floor OEE in Six Sigma, machine-shop loading, and theme-park ride throughput. Anything with a queue and a server uses ρ as its primary KPI.
FAQ
Why not run at 95%? Kingman: wait time roughly doubles from ρ = 0.8 to ρ = 0.9, then doubles again from 0.9 to 0.95. Tail latency explodes long before throughput does.
Multiple servers (M/M/c)? Per-server utilisation is ρ = λ / (c · μ). Queues still build when ρ > ~80% even with many servers.
What does ρ > 1 mean? Demand exceeds capacity — the queue grows unbounded. The system is unstable; you need more capacity or less arrival rate.
Related Tools
Field Efficiency
Calculate the field efficiency of a mechanized operation, Ef = (effective capacity ÷ theoretical capacity) × 100%, dividing the effective field capacity (area actually worked per hour) by the theoretical capacity (the one obtained with no time losses). The result, in %, measures how much of the time the machine actually works, as opposed to headland turns, refills, adjustments, travel and overlaps. Simple operations in large fields have high efficiency (80-90%); complex operations in small, irregular fields, low (60-70%). Improving field efficiency (larger fields, fewer stops) reduces costs. Enter the effective and theoretical capacities.
Pile Group Capacity
Calculate a pile group's bearing capacity, Q_g = η·N·Q_pile, from the group efficiency η, the number of piles N and the single isolated pile capacity Q_pile (kN). A pile group's capacity (piles driven close under a cap that distributes the column load among them) is each pile's individual capacity, times the pile count, adjusted by the group EFFICIENCY (η ≤ 1, discounting the interference between neighbors, computed by Converse-Labarre or other formulas). In clayey soils and friction piles, efficiency is below 1 (piles 'compete' for the same soil, and the group may even fail as a solid block — 'block failure', checked separately). In sands and driven piles, driving densifies the soil and efficiency can approach or exceed 1. The group capacity is what actually supports the column load above the cap, and must exceed it with the proper safety factor. This calculation, with the group settlement check (which can exceed a single pile's, since the group stress bulb is deeper), defines the design of a pile-group foundation. Enter the efficiency, the pile count and the individual capacity.
Channel Capacity (Shannon)
Calculate the maximum channel capacity by the Shannon-Hartley law, C = B·log₂(1 + SNR), from the bandwidth B (Hz) and the signal-to-noise ratio SNR (linear value, not in dB). The result, in bits per second, is the absolute theoretical limit of error-free data rate a noisy channel can support — no modulation or coding can beat it. It shows the two paths to more speed: widen the bandwidth or improve the signal-to-noise ratio. It is a pillar of information theory and digital communication system design. Enter the bandwidth and the linear SNR.
Energy per Elevator Trip
Calculate the potential energy spent to raise a load, E = m·g·h, from the unbalanced mass m (net load after the counterweight, kg), gravity g and the lift height h (m). The result, in joules, is the minimum theoretical energy to hoist the load — a basis for estimating the elevator's electrical consumption and the energy-regeneration potential. Modern elevators with regenerative drives recover part of this energy on descent (when the counterweight descends with a light car), feeding it back to the grid. Actual consumption is higher, divided by the efficiency. Enter the unbalanced mass and the lift height.
Breguet Range (Jet Aircraft)
Calculates a jet aircraft's cruise range with the Breguet equation: speed divided by thrust specific fuel consumption, times the aerodynamic efficiency, times the natural logarithm of the ratio between weight at the start and at the end of cruise. Valid for cruise with V, specific fuel consumption and L/D held constant — in practice the cruise-climb, at fixed Mach and lift coefficient, or step-climb flight. Enter the speed, TSFC, L/D and both weights.
Sacrificial Anode Life
Calculate the life of a sacrificial anode, life = (mass × capacity) ÷ (current × 8760), from the anode mass (kg), the material's current capacity (A·h/kg), the protection current drained (A) and the 8760 hours in a year. The result, in years, shows how long the anode (zinc, aluminium or magnesium) will provide protection before being consumed and needing replacement — essential in designing galvanic cathodic protection of tanks, pipelines and marine structures. Enter the mass, the material capacity and the current.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.