Monitoring monthly bandwidth on Linux
- Lucas
- January 28, 2018
How much monthly bandwidth is your Linux server using? To answer this question, we’ll use the “vnstat” utility. Installing and using vnstat Install vnstat: apt-get install vnstat Configure the network interface you want to monitor (in our example we used the “eth0” interface): vnstat -u -i eth0 From now on, just wait a few minutes