Home » Linux and Unix » Bandwith monitoring for Ubuntu server

Bandwith monitoring for Ubuntu server

If you’re using a hosting account, you will probably have a monthly bandwidth limit. You may be charged for over-use. To monitor your bandwidth, you can use vnStat.

# Install:
apt-get install vnstat
vnstat -u -i eth0

# See the report:
vnstat
vnStat report
vnStat report

Leave a Comment