Answer the question
In order to leave comments, you need to log in
Hyper-V: What Causes Slow Network Speeds?
There is a Windows Server 2008 r2 with the Hyper-V role in which there are 5 virtual machines with the same operating system.
The host has two network adapters:
Built-in Intel(R) 82579V Gigabit Network Connection
Optional: Intel(R) PRO/1000 PT Server Adapter
Performed speed testing with iperf between VM-VM and VM-Host.
The results are as follows: If the adapter is free (that is, without a virtual network) - the speed between VM-Host on this adapter reaches 600 Mbps, as soon as you assign it to a virtual network, then the speed on it drops to 30 Mbps. The indicators are the same (+ - 5-10 Mbps) for both adapters.
Google suggested that you need to turn off the TCP Checksum Offload (IPv4) in the adapter settings, but this did not help on any of the adapters.
What else can slow down the network so much?
Answer the question
In order to leave comments, you need to log in
Cut off VMQ on network interfaces
First, see if the Get-NetAdapterVMQ command is enabled on the VMQ network connections.
If yes, then turn it off with the Get-NetAdapter|Disable-NetAdapterVMQ command
.
And why did you decide that only the network slows down, what about the disk load on the host?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question