zabbix精准监控windows服务器流量

windows服务器上配置 打开"设备管理器"找到网卡名称 打开"cmd" 用typeperf 抓取windows中的网卡信息输出到c:network.txtC:UsersAdministrat

windows服务器上配置

  1. 打开"设备管理器"找到网卡名称
  2. 打开"cmd" 用typeperf 抓取windows中的网卡信息输出到c:\network.txt

C:\Users\Administrator>typeperf -qx | find “Network Interface” | find “Bytes” > c:\network.txt

  1. 打开network.txt文件,找到对应信息

\Network Interface(Red Hat VirtIO Ethernet Adapter)\Bytes Received/sec
\Network Interface(Red Hat VirtIO Ethernet Adapter)\Bytes Sent/sec

4.找到 zabbix_agentd.win.conf 配置文件,在最后一行写入如下

PerfCounter = Net_Incoming,"\Network Interface(Red Hat VirtIO Ethernet Adapter)\Bytes Received/sec",30
PerfCounter = Net_Outgoing,"\Network Interface(Red Hat VirtIO Ethernet Adapter)\Bytes Sent/sec",30

5.保存后重启zabbix_agent</

发布者:admin,转转请注明出处:http://www.yc00.com/web/1736284919a3885968.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信