1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/vnstat.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

24 lines
523 B
Markdown

# vnstat
> A console-based network traffic monitor.
> More information: <https://manned.org/vnstat>.
- Display traffic summary for all interfaces:
`vnstat`
- Display traffic summary for a specific network interface:
`vnstat -i {{network_interface}}`
- Display live stats for a specific network interface:
`vnstat -l -i {{network_interface}}`
- Show traffic statistics on an hourly basis for the last 24 hours using a bar graph:
`vnstat -hg`
- Measure and show average traffic for 30 seconds:
`vnstat -tr {{30}}`