Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- Display traffic summary for a specific network interface:
`vnstat -i {{network_interface}}`
`vnstat {{[-i|--iface]}} {{network_interface}}`
- Display live stats for a specific network interface:
`vnstat -l -i {{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`
`vnstat {{[-hg|--hoursgraph]}}`
- Measure and show average traffic for 30 seconds:
`vnstat -tr {{30}}`
`vnstat {{[-tr|--traffic]}} {{30}}`