Is there a way in C# or C/C++ & Win32 to monitor a certain process\'s network usage (Without that application being built by you obviously)? I would like to monitor just
You could use WinPcap for this or write your own device driver. I don't think there are any per process perfmon counters you can leverage.