CategoryName in PerformanceCounter
-
Hi all. I want to get send bytes and receive bytes for all process and application are running. Anyone can tell me what CategoryName, CounterName and instance I have to choose.
As explained in Network-Related Performance Counters[^] you can find the amount of sent and received bytes from the Network Interface group. This is a total amount for all processes so as far as I know you can't see process specific information. The instance you need to select is the network interface you want to monitor. If you have several network interfaces, you can have a look at the Task Manager to see which ones are active.
-
As explained in Network-Related Performance Counters[^] you can find the amount of sent and received bytes from the Network Interface group. This is a total amount for all processes so as far as I know you can't see process specific information. The instance you need to select is the network interface you want to monitor. If you have several network interfaces, you can have a look at the Task Manager to see which ones are active.