Windows – Check Bandwidth utilization of specific application or process in windows 7

bandwidthcommand linenetwork-adapterwindows 7

I want to know is there any command-line tool (windows built-in or 3rd party), that can be used to check bandwidth utilization of a particular process or executable?

For example, i want to check the utilization of a particular program that i am developing over a period of time or may be i just want to detect when it starts utilizing bandwidth over a certain cut off limit that i define.

Reason why i need this, is because i use 3rd party libraries when are dependent on some online resources and i want to enable some functionality that can take appropriate action depending upon certain bandwidth usage if it is exceeding the required limit.

Best Answer

I'm not really sure whether there exists a program for this, but you could consider running your program in a virtual machine such that you can use any general network monitoring tool rather than an application specific monitoring tool.

Related Question