How can I get the network utilization using C# code?
+3
A:
You can get some measurements using Windows Management Instrumentation (WMI) calls.
Here are a couple of tutorials:
Ben Griswold
2009-08-11 06:10:40
+1
A:
This article shows how to calculate the network utilization from PerformanceCounters How to Calculate Network Utilization in .NET
bashmohandes
2009-08-11 06:13:16