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>
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
- Display traffic summary for a specific network interface:
|
||||
|
||||
`vnstat -i {{eth0}}`
|
||||
`vnstat -i {{network_interface}}`
|
||||
|
||||
- Display live stats for a specific network interface:
|
||||
|
||||
`vnstat -l -i {{eth0}}`
|
||||
`vnstat -l -i {{network_interface}}`
|
||||
|
||||
- Show traffic statistics on an hourly basis for the last 24 hours using a bar graph:
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Output the 10 most traffic-intensive days of all time:
|
||||
|
||||
`vnstati --top10 --iface {{network_interface}} --output {{path/to/output.png}}`
|
||||
`vnstati --top 10 --iface {{network_interface}} --output {{path/to/output.png}}`
|
||||
|
||||
- Output monthly traffic statistics from the last 12 months:
|
||||
|
||||
|
Reference in New Issue
Block a user