mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 05:41:28 +00:00
30 lines
615 B
Plaintext
30 lines
615 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|