views:

242

answers:

1

How do i monitor network traffic on Windows from the command line; specifically the download/upload speeds and amount of data uploaded/downloaded ? Is there a script /batch for doing that ?

A: 

You can use tshark with -z <statistics> argument. Just search Wireshark. It is open source and multiplatform.

wishmesh