24 lines
807 B
Plaintext
24 lines
807 B
Plaintext
$OpenBSD: README-main,v 1.2 2015/07/18 01:29:03 ajacoutot Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
1) Launch vnstat --iflist to see all the available interfaces.
|
|
|
|
2) For each interface that you want to monitor, launch this command:
|
|
# su -m _vnstat -c "vnstat -i interface -u"
|
|
This will create the database for the specified interface.
|
|
|
|
3) Edit ${SYSCONFDIR}/vnstat.conf if necessary.
|
|
|
|
4) Finally launch the vnstatd daemon:
|
|
# ${RCDIR}/vnstatd start
|
|
|
|
5) Create graphics with the command vnstati (you have to install vnstati)
|
|
|
|
|
|
Random hints:
|
|
* You can enable debug in ${SYSCONFDIR}/vnstat.conf and check
|
|
the logs in /var/log/vnstat/vnstat.log
|