Overcommitment ratio represents the resource allocation status on an ESXi host. The ratio is not shown in the UI. However it can be calculated manually from the data in UI.
The CPU overcommitment ratio determines how many virtual CPUs (vCPUs) are contending for each physical CPU core (pCPU). While hyperthreading provides logical CPUs (lCPUs), the standard and conservative baseline for CPU overcommitment calculations relies on physical cores to ensure performance predictability.
Formula:
Ratio = ∑ vCPU ⁄ pCPU
vCPU: Total number of virtual CPUs assigned to all powered-on virtual machines on the host.
pCPU: Total number of physical cores available on the ESXi host (Sockets × Cores per Socket).
The memory overcommitment ratio measures the total allocated virtual memory (vRAM) against the physical host memory (pRAM). ESXi uses memory reclamation techniques (Transparent Page Sharing, Ballooning, Memory Compression, and Host Swapping) to manage this overcommitment.
Formula:
Ratio = ∑ vRAM ⁄ pRAM
vRAM: Total memory configured for all powered-on virtual machines.
pRAM: Total physical memory installed and addressable on the host.