mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-24 15:53:08 -04:00
32 lines
711 B
Text
32 lines
711 B
Text
vnStat is a console-based network traffic monitor for Linux
|
|
and BSD that keeps a log of network traffic for the selected
|
|
interface(s). It uses the network interface statistics
|
|
provided by the kernel as information source. This means
|
|
that vnStat won't actually be sniffing any traffic and also
|
|
ensures light use of system resources.
|
|
|
|
|
|
Plugin Changelog
|
|
================
|
|
|
|
1.3
|
|
|
|
* Added Yearly statistics.
|
|
* Fixed typo leftover from removing weekly statistics.
|
|
|
|
1.2
|
|
|
|
* Remove Weekly statistics, unsupported since vnStat v2
|
|
* Reset of DB is required due to SQLite migration
|
|
|
|
1.1
|
|
|
|
* Add button to remove database
|
|
* Make database persistent in MFS installations
|
|
|
|
1.0
|
|
|
|
* Initial release
|
|
|
|
|
|
WWW: https://humdi.net/vnstat/
|