anton zamov it expert logo    

home page latest news web development curriculum vitae scripts contact me

  • C# (Microsoft .NET)
  • JAVA
  • Dynamic HTML
  • PHP & MySQL
  • ASP.NET - C# & VB.NET
  • Perl & CGI
  • C | C++
  • Vector Markup Language
  • SMIL
  • Assembler
  • Databases
  • Wap Development
  • Web site promotion
  • Web Marketing



How to monitor the network performance using Performance counter?

(C# free example written by Anton Zamov.)


How to monitor the network performance using Performance counter?

This is a sample code demonstrating how to get the "Bytes Sent/sec" counter
of the 3Com network adapter:

System.Diagnostics.PerformanceCounter performanceCounter1;
performanceCounter1 = new System.Diagnostics.PerformanceCounter();
performanceCounter1.CategoryName = "Network Interface";
performanceCounter1.CounterName = "Bytes Sent/sec";
performanceCounter1.InstanceName = "3Com 3C920 Integrated Fast Ethernet
Controller [3C905C-TX Compatible] - Packet Sc" + "heduler Miniport";
performanceCounter1.MachineName = "sha-lion-01";
MessageBox.Show(performanceCounter1.NextValue().ToString());









Jobs Portal, poweful jobs board software

PHP Mall, multi vendors mall website software

Car Portal, php script for auto classifieds websites

NetArt Media, software products and services

Real Estate Portal, web software for real estate portals

Blog System, multi user blog hosting script

PHP Store, powerful e-commerce system written in PHP


C# (Microsoft .NET) | JAVA | Dynamic HTML | PHP & MySQL | Perl & CGI | C | C++ | Vector Markup Language
SMIL | Assembler | Databases | Wap Development | Web site promotion | Web Marketing

Copyright © Anton Zamov 1998 - 2023