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.