Search code examples
shellnetwork-programmingcommand-linecmd

CMD Find Network Usage


My work computer is using an insane amount of data every month. It is driving my ISP costs through the roof.

Is there a way in command line to list all the "Devices/Objects" on the network to see what is using all my data?


Solution

  • You can monitor your network traffic using: netstat -e Please read this article : https://www.petri.com/netstat-command-monitor-network-traffic

    Also why don't you try to use Resource Monitor- it is available in all windows Machines.enter image description here

    It will tell you how much data is used by what app.