Difference between revisions of "vnstat"
From thelinuxwiki
(→scratch) |
|||
Line 15: | Line 15: | ||
# chown root:monitor /var/lib/vnstat/* | # chown root:monitor /var/lib/vnstat/* | ||
+ | echo "#!/bin/bash" >> /etc/rc4.d/S11vncstatd | ||
+ | echo "/usr/sbin/vnstatd -d" >> /etc/rc4.d/S11vncstatd |
Revision as of 20:37, 23 July 2013
# vnstat --testkernel
# vnstat --iflist Available interfaces: lo eth0
# vnstat -u -i eth0 Error: Unable to read database "/var/lib/vnstat/eth0". Info: -> A new database has been created.
scratch
# chown root:monitor /var/lib/vnstat/* echo "#!/bin/bash" >> /etc/rc4.d/S11vncstatd echo "/usr/sbin/vnstatd -d" >> /etc/rc4.d/S11vncstatd