How to Calculate Network Utilization in .NET
Those who have worked with Performance Counters in .NET and know the list of these counters would know that there isn't any built-in counter for network utilization of a specific network interface. Of course there are some counters for different purposes but none of them cover this important parameter. I never had to calculate network utilization for my projects until today. Facing with this problem forced me to do some search to find an implementation for .NET...
No comments yet, be the first one to post comment.