diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:01:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:01:38 +0200 |
commit | 724ae3f8938143f16958fee0c7cd3be1a7915e88 (patch) | |
tree | 2def60b658951d6d007c7a3550ab62cdba928600 /network/vnstat/README | |
parent | d9b8c96351a32379b6e98dd52bcdac20b5b20a2e (diff) | |
download | slackbuilds-724ae3f8938143f16958fee0c7cd3be1a7915e88.tar.gz |
network/vnstat: Initial import
Diffstat (limited to 'network/vnstat/README')
-rw-r--r-- | network/vnstat/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/vnstat/README b/network/vnstat/README new file mode 100644 index 0000000000..f7fbb85607 --- /dev/null +++ b/network/vnstat/README @@ -0,0 +1,11 @@ +vnStat is a network traffic monitor for Linux that keeps a log of daily +network traffic for the selected interface(s). vnStat isn't a packet +sniffer. The traffic information is analyzed from the /proc filesystem, +so vnStat can be used without root permissions. + +This program is open source (GPL) and can be installed in 'single' and +'root' mode. + +Add the following line to your crontab: +0-55/5 * * * * root if [ -x /usr/bin/vnstat ] && \ +[ `ls /var/lib/vnstat/ | wc -l` -ge 1 ]; then /usr/bin/vnstat -u; fi |