1

Is there any command line option to check how many packets my P.C is receiving and transmitting in real time (something like top) ?

Jay
  • 2,370

1 Answers1

3

You can try iptraf or iftop for network-monitoring.

Just install it with sudo apt-get install iptraf or sudo apt-get install iftop

prophecy201
  • 2,760
  • 17
  • 22