Users may experience severe network performance degradation and connectivity loss events during vMotion tasks in environments using 1 Gbps network interfaces. This article provides guidance on diagnosing throughput issues and offers resolution steps for improving vMotion performance.
- VMware vSphere 7.0 or later
- ESXi hosts with 1 Gbps network interfaces
- vSphere Distributed Switch (VDS)
- Virtual machines with 1 GB or more memory
vMotion operations can saturate 1 Gbps network links, especially when multiple concurrent vMotions occur. This saturation can lead to network-wide performance issues and connectivity problems for other services.
esxtop -n
'n'
to switch to the network view.Average Throughput (Mbps) = (VM Memory Size in MB * 8) / vMotion Duration in Seconds
esxcli network ip interface tag remove -i vmk1 -t VMotion
esxcli network ip interface set -i vmk1 -s vmotion
esxcli network ip interface tag add -i vmk1 -t VMotion
Migrate.NetTimeout
to a higher value (e.g., 300 seconds)Migrate.NetRetries
to a lower value (e.g., 10)esxtop
command.