Perfmon reports abnormally high "\Network Interface\Bytes received/sec" values

Kosivchenko Alexander 0 Reputation points
2025-03-18T22:59:27.1+00:00

Hello, everyone!

I've noticed that some of our servers (not all of them, just a few) periodically report abnormally high values of network interfaces throughput, both RX and TX.

I was able to see it both in the Perfmon counters and in Get-NetAdapterStatistics output:

Get-NetAdapterStatistics

Name : VSwitch1

SystemName : HOST-123.domain.local

ReceivedBytes : 14265426347560522450 = 27.073 Pbits

SentBytes : 3613230990169090807 = 114.123 Pbits

Perfmon:

Get-Counter -Counter "\Network Interface\Bytes received/sec"

\\host-123\network interface(broadcom netxtreme e-series advanced dual-port 10gb sfp+ ethernet ocp 3.0 adapter _2)\bytes received/sec : 1.49552927307913E+16 = 119.642 Pbits

Get-Counter -Counter "\Network Interface\Bytes sent/sec"

\\host-123\network interface(broadcom netxtreme e-series advanced dual-port 10gb sfp+ ethernet ocp 3.0 adapter _2)\bytes sent/sec : 6.17142406383789E+15 = 49.371 Pbits

As you can see - it shows petabits per second for 10G NICs that is obviously not true.

Same picture we observe on another server that has Intel E810 25G NICs.

It's not a constant picture - in general it shows normal values, but periodically we observe such abnormal peaks on the graph.

What could possibly cause such issue? We've seen it on both Broadcom and Intel NICs so it is hard to blame drivers. Also we see it only on a few servers, even though they all run Windows Server 2019. We run Hyper-V on these servers and NICs are members of SET team.

Can it be due to some bug which has been fixed by some updates?

Thank you in advance!

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-03-20T05:57:21.56+00:00

    Hello,

    Monitor Network Traffic During Spikes:

    Implement monitoring tools to capture network traffic during periods of high throughput. This will help identify the source and type of traffic contributing to the spikes, whether it’s due to specific applications, backup jobs, or other network activities.

    Examine Physical Network Infrastructure:

    Check the physical network infrastructure, including switches and routers, for any issues that might cause packet floods or errors. Compare the statistics from network devices with those reported by the servers to identify any discrepancies.

    Have a nice day.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

     


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.