views:

37

answers:

0

I want to get network performance for all of the machines on my lan, but this PerformanceCounterCategory methot gets all off the things on the target machine with this usage :

System.Diagnostics.PerformanceCounterCategory [] PCCategories=null;
PCCategories = System.Diagnostics.PerformanceCounterCategory.GetCategories(MachineName);

are there any way to do this for only network interface cathegory name?