1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/vnstati.md
Ulices 3c25371ecd
vnstat*: fix flag, rename placeholder and add Spanish translation (#12775)
* vnstati: fix argument position

* vnstati: add Spanish translation

* vnstat: add Spanish translation

* vnstat: rename network interface placeholder

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
2024-05-12 19:16:47 -05:00

671 B

vnstati

PNG image output support for vnStat. More information: https://manned.org/vnstati.

  • Output a summary of the last 2: months, days, and all-time:

vnstati --summary --iface {{network_interface}} --output {{path/to/output.png}}

  • Output the 10 most traffic-intensive days of all time:

vnstati --top 10 --iface {{network_interface}} --output {{path/to/output.png}}

  • Output monthly traffic statistics from the last 12 months:

vnstati --months --iface {{network_interface}} --output {{path/to/output.png}}

  • Output hourly traffic statistics from the last 24 hours:

vnstati --hours --iface {{network_interface}} --output {{path/to/output.png}}