YYYY-MM-DDTHH:MM:SS.###<Time_Zone> warning hostd[2100510] [Originator@6876 sub=Statssvc] Error stats for pnic: vmnic1--> droppedRx: 4640800--> errorsRx: 6--> RxCRCErrors: 6
VMware vSphere ESXi
Those log messages are reporting counter values, which are used to track how many packets have been dropped or received with errors since the host was last powered on.
errorsRx - Is an aggregate counter that increments each time a packet is received in error. You may need to investigate further into the additional counters, which will be explained in the resolution section, to find a more specific reason for why the packets are being reported as being in error. But in the above log example, we can already see that the 'errorsRx' counter value matches with the 'RxCRCErrors,' so we know that packets are being received with unexpected checksum values.
RxCRCErrors - If there are packets with CRC errors, then that usually indicates packets are being corrupted somewhere along the data path to the receiving host.
droppedRx - Is an aggregate counter that increments each time a packet is dropped at the pNIC. You may need to investigate further into the additional counters, which will be explained in the resolution section, to find a more specific reason for why the packets are being reported as dropped.
Troubleshooting NIC errors and other network traffic faults in ESXi
NIC statistics for vmnic4: Packets received: 98811091721 Packets sent: 115495631953 Bytes received: 94549901259474 Bytes sent: 116028215249968 Receive packets dropped: 1156343 Transmit packets dropped: 0 Multicast packets received: 2366401 Broadcast packets received: 0 Multicast packets sent: 0 Broadcast packets sent: 0 Total receive errors: 0 Receive length errors: 0 Receive over errors: 0 Receive CRC errors: 0 Receive frame errors: 0 Receive FIFO errors: 0 Receive missed errors: 0 Total transmit errors: 0 Transmit aborted errors: 0 Transmit carrier errors: 0 Transmit FIFO errors: 0 Transmit heartbeat errors: 0 Transmit window errors: 0
/usr/lib/vmware/vm-support/bin/nicinfo.sh
NIC Private statistics:
tx_frames_ok: 115495633765 tx_unicast_frames_ok: 115492346861 tx_multicast_frames_ok: 971987 tx_broadcast_frames_ok: 2314917 tx_bytes_ok: 116028216606031 tx_unicast_bytes_ok: 116027927182476 tx_multicast_bytes_ok: 150527407 tx_broadcast_bytes_ok: 138896148 tx_drops: 0 tx_errors: 0 tx_tso: 0 rx_frames_ok: 98811093577 rx_frames_total: 98812249920 rx_unicast_frames_ok: 98748950011 rx_multicast_frames_ok: 2366401 rx_broadcast_frames_ok: 60933508 rx_bytes_ok: 94549902853644 rx_unicast_bytes_ok: 94547693433065 rx_multicast_bytes_ok: 350369527 rx_broadcast_bytes_ok: 3657148407 rx_drop: 0 rx_no_bufs: 1156343
NOTE: In the context of this article, the word "vendor" means:
a) The server vendor, if the server was purchased with the device (network adapter and/or HBA) installed; or
b) The vendor of the device, if the device (network adapter and/or HBA) was purchased separately. "
Troubleshooting ESX/ESXi virtual machine performance issues