4
4
4ainik2018-11-03 14:52:59
Windows
4ainik, 2018-11-03 14:52:59

Is there a console utility/command in windows?

Is there a console utility/command in windows that would display statistics of BYTES received/transmitted over the network (let's say only one specific TCP protocol) in plain text format?
I know there is "netstat -e" output is not entirely clear what:

Получено      Отправлено

Байт                                     2651970286      2156415680
Одноадресные пакеты        21892871        22277076
Многоадресные пакеты           2331             481
Отброшено                         0               0
Ошибки                            0               0
Неизвестный протокол              3

This is despite the fact that I know for sure that the useful network traffic is around 300MB, and here it is 2.5GB ?! WHERE?
There is "netstat -s" outputs:
Статистика IPv4

  Получено пакетов                   = 21900655
и еще какая- то бесполезная для меня муть :)

But that's not it, I want something like:
Статистика передачи данных по адаптеру ХХХ:

  Получено пакетов                   = УУУУУУУ
  Получено БАЙТ                   = ХХХХХХХХ
 Отправлено пакетов                   = ZZZZZZZZ
  Отправлено БАЙТ                   = NNNNNNNN

Something like this is needed. Does this exist in nature?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Drill, 2018-11-03
@Drill

Try NirSoft - Network Monitoring Tools Package
And specifically, here it is - AdapterWatch Does
not require installation - downloaded, launched. WinXP supported

E
Eugene, 2018-11-03
@yellowmew

powershell.exe get-netadapterstatistics
If you have several interfaces, you can use the -name key to filter the output

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question