1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 21:55:25 +02:00
tldr/pages/linux/vnstat.md
Managor ae436c1b00
linux/*: add option placeholders (#16192)
* batch1

* batch2

* batch3

* batch4

* Update matchpathcon.md

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-04-19 21:21:53 +00:00

24 lines
599 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|--iface]}} {{network_interface}}`
- Display live stats for a specific network interface:
`vnstat {{[-l|--live]}} {{[-i|--iface]}} {{network_interface}}`
- Show traffic statistics on an hourly basis for the last 24 hours using a bar graph:
`vnstat {{[-hg|--hoursgraph]}}`
- Measure and show average traffic for 30 seconds:
`vnstat {{[-tr|--traffic]}} {{30}}`