Missing network sent/received
问题 I am following the answer here: Calculating Bandwidth And implemented everything like he said. My monitor is initialized like so: netSentCounter.CategoryName = ".NET CLR Networking"; netSentCounter.CounterName = "Bytes Sent"; netSentCounter.InstanceName = Misc.GetInstanceName(); netSentCounter.ReadOnly = true; I can corrently see that Misc.GetInstanceName() returns "MyProcessName[id]". However I keep getting the exception that the instance doesn't exist in the specified category. My