Monitor a process's network usage?

前端 未结 4 543
小鲜肉
小鲜肉 2020-11-28 10:13

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

4条回答
  •  北海茫月
    2020-11-28 10:37

    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.

提交回复
热议问题