Third-party monitoring software (such as Dynatrace) may report ESXi network problems indicating dropped packets on specific hosts. For example, you might see an alert similar to: "Dropped 179 packets/sec on network interface vmnic# of ESXi Host ###########". Administrators require a reliable method to verify, check, and actively monitor these dropped packet statistics directly on the ESXi host to confirm the alerts and begin troubleshooting.
VMware vSphere ESXi (All supported versions)
The most accurate way to retrieve exact statistics on packet drops for physical network interfaces (vmnics) is through the ESXi CLI.
esxcli network nic stats get -n vmnic#watch -d esxcli network nic stats get -n vmnic#Counter Resets: Please note that the "Receive packets dropped" and "Transmit packets dropped" numbers reflect the total packets dropped since the last reboot of the ESXi host. They do not reset automatically unless the host is restarted, or unless the counter is manually reset.
Impact Analysis: To understand the actual impact of the drops, compare the dropped values against the total "Packets received" and "Packets sent" metrics found in the same output. This comparison will tell you what percentage of the total packets handled by the vmnic are actually being dropped.