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,230
  • 2
  • 20
  • 30

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,690
  • 15
  • 21