How To Use Linux Terminal To Monitor Your Network Interfaces

Here’s how to use Linux terminal to monitor your network interfaces in real time:

1. Install iftop. Since, we are running Linux Mint, we’ll issue the following command at the terminal to install iftop –

sudo apt-get install iftop

2. After the installation is complete, issue the following command at the terminal –

sudo iftop

3. iftop will now allow you to monitor your network interfaces in real time.

Comments are closed.