An application is deployed on a new VM, how I check Network frames must not have coalesced.
I am using below CLI command to check MTU value. Should i take the decision on MTU values ?
What MTU values says Network Frames not coalesced?
$vmHostNAs= Get-VMHost $vmHost.Name | Get-VMHostNetworkAdapter | Where { $_.GetType().Name -eq "HostVMKernelVirtualNicImpl" } | Select VMHost, Name, MTU