halfhaggis
New Member
- Joined
- Apr 21, 2007
- Messages
- 1
- Reaction score
- 0
I want to measure bandwidth usage using my cellphone as a modem.
Tazz_Tux's bash script wasn't working for me, so I googled a little and found a handy command-line app called vnstat.
vnstat should work with any network device that works in linux. Just choose the device that it should monitor (eth0, ppp0 etc), and you're sorted.
Read the article about it at Linux.com
you should be able to easily install it with # apt-get install vnstat
if you are using a debian-based distro.
Tazz_Tux's bash script wasn't working for me, so I googled a little and found a handy command-line app called vnstat.
vnstat should work with any network device that works in linux. Just choose the device that it should monitor (eth0, ppp0 etc), and you're sorted.
Read the article about it at Linux.com
you should be able to easily install it with # apt-get install vnstat
if you are using a debian-based distro.