mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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:
parent
be0c9144d0
commit
3c25371ecd
4 changed files with 47 additions and 3 deletions
24
pages.es/linux/vnstat.md
Normal file
24
pages.es/linux/vnstat.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# vnstat
|
||||||
|
|
||||||
|
> Monitor de tráfico de red de línea de comandos.
|
||||||
|
> Más información: <https://manned.org/vnstat>.
|
||||||
|
|
||||||
|
- Muestra un resumen de tráfico de todas las interfaces:
|
||||||
|
|
||||||
|
`vnstat`
|
||||||
|
|
||||||
|
- Muestra un resumen de tráfico de una interfaz de red específica:
|
||||||
|
|
||||||
|
`vnstat -i {{interfaz_de_red}}`
|
||||||
|
|
||||||
|
- Muestra estadísticas en vivo de una interfaz de red específica:
|
||||||
|
|
||||||
|
`vnstat -l -i {{interfaz_de_red}}`
|
||||||
|
|
||||||
|
- Muestra estadísticas de tráfico por hora durante las últimas 24 horas mediante un gráfico de barras:
|
||||||
|
|
||||||
|
`vnstat -hg`
|
||||||
|
|
||||||
|
- Mide y muestra el tráfico promedio por 30 segundos:
|
||||||
|
|
||||||
|
`vnstat -tr {{30}}`
|
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}}`
|
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
- Display traffic summary for a specific network interface:
|
- Display traffic summary for a specific network interface:
|
||||||
|
|
||||||
`vnstat -i {{eth0}}`
|
`vnstat -i {{network_interface}}`
|
||||||
|
|
||||||
- Display live stats for a specific 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:
|
- 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:
|
- 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:
|
- Output monthly traffic statistics from the last 12 months:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue