When running a continuous ping test of a Fault Tolerant (FT) virtual machine (VM) to the default gateway, some elevated ping latency latency is observed. The latency ranged from less than 1 millisecond (<1ms) to ~100 milliseconds (100ms) during normal operations. This behavior was confirmed in a low-usage environment with 3 VMs across both hosts.
VMware vCenter Server
VMware vSpherre ESXi
The observed latency is expected behavior due to the FT synchronization process. During memory checkpoint operations, the primary FT VM is temporarily "stunned" (paused) while memory and state changes are replicated to the secondary VM. The duration of the stun period depends on:
By default, VMware FT employs dynamic checkpoint intervals to balance compute performance and network latency. Longer intervals improve VM runtime and throughput but increase network latency, while shorter intervals reduce network latency at the expense of VM runtime performance.
To manually adjust the FT checkpoint interval for specific performance requirements, follow these steps:
ftcpt.cptIntervalUS = "50000"
Example Performance Observations
Important Considerations
ftcpt.cptIntervalUS
may need to be redone across VM configuration upgrades.