I want to get network usage per process.
I've searched, but didn't find a good solution , for example to get the network usage of a messenger ,is my code is correct?
PerformanceCounter pc = new PerformanceCounter("Process", "IO Read Bytes/sec", "System" ); Console.WriteLine(pc.NextValue()); Console.ReadLine(); }what can i do?
Armin DashtiPosted Aug 17, 2017, 6:19 AM
Armin DashtiPosted Aug 14, 2017, 12:49 PM
Gokhul VarmanPosted Aug 11, 2017, 1:27 PM