mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-16 11:15:24 +02:00

* 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>
599 B
599 B
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}}