首先, 我们需要抓取了Performance Monitor的日志, 所选的counter set为Network Interface, 需要的counter为Bytes Total/sec和Current Bandwidth.

如何确定服务器的网络使用率?

 

得到这两个值之后, 剩下的就是一个简单的计算问题了.

Network usage(%) = Bytes Total / Current Bandwidth

 

这里有个值得注意的地方, 那就是Current Bandwidth的单位是小b, 而不是大B. 即为比特, 而不是字节. 所以需要进行一下转换.

看一个例子吧:

如何确定服务器的网络使用率?

 

Network usage(%) = Bytes Total / Current Bandwidth = 6,784,103/(10,000,000,000/8)= 0.54%

 

参考资料

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

Monitor and Tune Network Bandwidth and Connectivity

http://technet.microsoft.com/en-us/magazine/dd722745.aspx

相关文章:

  • 2021-12-13
  • 2021-11-11
  • 2021-09-07
  • 2021-07-23
  • 2021-10-23
  • 2021-11-27
  • 2022-01-05
猜你喜欢
  • 2023-02-20
  • 2021-05-12
  • 2021-09-27
  • 2021-10-01
  • 2022-12-23
  • 2021-12-02
  • 2021-11-30
相关资源
相似解决方案