Almost a year ago, I wrote about Linux MRTG configuration how-to. However, some user seems to confused with MRTG, most users would like to know - how much traffic actually generated by ADSL/Cable service provider on daily and monthly basis.
MRTG is for network monitoring and it can be use to see how much traffic your server or ADSL router actually generated, however it will not tell you how much megabytes or gigabytes the daily traffic was. For all such home user and people having dedicated single Linux box hosted somewhere remote at IDC/ISP there is a tool called vnStat:
- It is a console-base network traffic monitor for Linux (perfect tool for remote Linux box hosted at ISP)
- It keeps a log of daily and monthly network traffic for the selected network interface(s).
- It collects all data from /proc file system it means normal user can monitor traffic (no need to run vnstat as a root user)
- Easy to setup & configure
- Ease of use
Step # 1: Install vnstat
Debian / Ubuntu Linux user can install vnstat using apt-get command, enter:
# apt-get install vnstat
Step # 2: Enable vnstat
Once installed, you need to create a database with the following command:
# vnstat -u -i eth0
Where,
- -u :forces a database update for interface or creates the database if it doesn’t exist
- -i eth0 : use to specify interface
Please note that it will start to collect data via cronjob:
0-55/5 * * * * root /usr/bin/vnstat -u
You do not have to install cronjob yourself; it should be automatically configure by apt-get.
Step # 3 View statistics
Display default traffic statistics
$ vnstat
Display daily traffic statistics
$ vnstat -d

Display monthly traffic statistics:
$ vnstat -m
Display all time top10 traffic days:
$ vnstat -t

Try help option to get all query options:
$ vnstat --help
Read man page of vnstat for complete options and more information and download vnstat here
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 15 comments… read them below or add one }
was looking for something like this for ages…. it is better than mrtg and perfect for home ADSL user
Also check out bmon. It doesn’t exactly log your traffic to a file, but it does do live graphical/textual representation of it for monitoring. Great for CABLE/DSL boxes.
I recomment to look at the vnstat-php-frontend add on. it’s a php interface showing the stats gathered by vnstat.
http://www.sqweek.com/vnstat/
very nice tool, thanks :)
Just perfect so far! I haven’t accumulated a lot of stats yet but it seems to be working well!
It is also a real bonus that it operates in the ‘background’, unobtrusive but efficient.
Thanks for the effort and thanks for an excellent tool.
great article sir. thank you.
This tool is really nice …It worked for me on my Ubuntu 8.10 distribution ,when coming to F10 its just didnt ….I’ve done the same config…Seems ” Not enough data available yet ” even after 3 days …
But this is amazing tool with very less config …………
Thanks for the Help
You need to instal cron job and needs some traffic to get data.
very useful think
thanks alot
Nice tool and a very useful blog!
Thanx!
@vinnie: You have to add cronjob yourself on Ubuntu 8.10.
any way to whitelist certain destinatons?
australian ISPs enforce a monthly bandwidth quota on consumers. Most good australians ISP also provide larges amounts of locally mirrored data that don’t count towards that monthly quota.
I’d like to white list some IP addresses in order to obtain a report relevant to usage affecting the monthly quota my isp provides me.
Not possible as vnstat reads raw kernel counters and stores them in /var/lib/vnstat/eth0. Try contacting its author and see if he can come with some solution.
HTH
Yeah! I saw other code at above are good, but I want to see script for manage over user in the company and conditions to user
Thanks, very useful tool.
P.S. On Fedora 14 you need uncomment line in /etc/cron.d/vnstat
Thanks for the guide. I know it’s a long time after but the install or db creation did not seem to add a cron anywhere. Lucky you included it in your article. I’m going to checkout the frontend posted by Erik: http://www.sqweek.com/sqweek/index.php?p=1