#esxcli network nic stats get -n vmnic# NIC statistics for vmnic#:
Receive packets dropped: 0
Transmit packets dropped: 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
outOfBuffer: 49301854 <<<<
This information is part of the NIC private statistics, which are not displayed in the standard esxcli network nic stats get output.
To view these detailed statistics, you can run the following command on the ESXi host: #/usr/lib/vmware/vm-support/bin/nicinfo.sh | less
This has since been addressed and corrected, with driver 4.23.6.2 and firmware 14.32.1900, where the 'Receive Missed Errors' are correctly reflecting the 'out of buffers' being reported on the NIC.Which is leading to "High pNic error rate detected" being seen on vCenter.
In order to rectify the 'out of buffers' or 'Receive Missed Errors', this will need to be triaged with the vendor of the card.