1. Get Network card information
under Windows Enter cmd, enter " typeperf-qx | find "Network Interface" | find "Bytes" > C:\network.txt"Then it will be under the C drive.generate Network.txt files, open files in which you can search for network interface performance-related parameters, and use these performance counter paths to get related performance values. (This is similar to monitoring IIS)
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/74/CA/wKioL1YpoSqQm7-qAAXdj1jGf_4994.jpg "title=" A.png " alt= "Wkiol1yposqqm7-qaaxdj1jgf_4994.jpg"/>
2. Modify the configuration file zabbix_agentd.conf
#NETWORK
PerfCounter = Neteth0ininto, "\network Interface (Red Hat VirtIO Ethernet Adapter) \bytes received/sec", 30
PerfCounter = Neteth0outinto, "\network Interface (Red Hat VirtIO Ethernet Adapter) \bytes sent/sec", 30
PerfCounter = Neteth1ininto, "\network Interface (Red Hat VirtIO Ethernet Adapter _2) \bytes received/sec", 30
PerfCounter = Neteth1outinto, "\network Interface (Red Hat VirtIO Ethernet Adapter _2) \bytes sent/sec", 30
3. Zabbix Template Creation
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/74/CA/wKioL1YpoT3TWucuAAJLiche82g278.jpg "title=" B.png " alt= "Wkiol1ypot3twucuaajliche82g278.jpg"/>
4. Test Result:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/74/CA/wKioL1YpoZiCcrpjAAXgZDX4-M4190.jpg "title=" C.png " alt= "Wkiol1ypoziccrpjaaxgzdx4-m4190.jpg"/>
This article is from the "Man Miowei" blog, be sure to keep this source http://heartbeats.blog.51cto.com/10780360/1705478
Zabbix monitoring network card traffic for Windows