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:
20
pages.es/linux/vnstati.md
Normal file
20
pages.es/linux/vnstati.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# vnstati
|
||||
|
||||
> Genera imágenes PNG compatibles con vnStat.
|
||||
> Más información: <https://manned.org/vnstati>.
|
||||
|
||||
- Genera un resumen de los últimos dos meses, días, etc:
|
||||
|
||||
`vnstati --summary --iface {{interfaz_de_red}} --output {{ruta/a/salida.png}}`
|
||||
|
||||
- Genera los 10 días con mayor tráfico de todos los tiempos:
|
||||
|
||||
`vnstati --top 10 --iface {{interfaz_de_red}} --output {{ruta/a/salida.png}}`
|
||||
|
||||
- Genera estadísticas de tráfico mensual de los últimos 12 meses:
|
||||
|
||||
`vnstati --months --iface {{interfaz_de_red}} --output {{ruta/a/salida.png}}`
|
||||
|
||||
- Genera estadísticas de tráfico por hora de las últimas 24 horas:
|
||||
|
||||
`vnstati --hours --iface {{interfaz_de_red}} --output {{ruta/a/salida.png}}`
|
Reference in New Issue
Block a user