mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
vnstat: add short/long options (#21778)
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
|
||||
- عرض ملخص حركة المرور لواجهة شبكة محددة:
|
||||
|
||||
`vnstat -i {{network_interface}}`
|
||||
`vnstat {{[-i|--iface]}} {{network_interface}}`
|
||||
|
||||
- عرض إحصائيات مباشرة لواجهة شبكة محددة:
|
||||
|
||||
`vnstat -l -i {{network_interface}}`
|
||||
`vnstat {{[-l|--live]}} {{[-i|--iface]}} {{network_interface}}`
|
||||
|
||||
- عرض إحصائيات حركة المرور على أساس كل ساعة خلال آخر 24 ساعة باستخدام رسم بياني شريطي:
|
||||
|
||||
`vnstat -hg`
|
||||
`vnstat {{[-hg|--hoursgraph]}}`
|
||||
|
||||
- قياس وعرض متوسط حركة المرور لمدة 30 ثانية:
|
||||
|
||||
`vnstat -tr {{30}}`
|
||||
`vnstat {{[-tr|--traffic]}} {{30}}`
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
|
||||
- Muestra un resumen de tráfico de una interfaz de red específica:
|
||||
|
||||
`vnstat -i {{interfaz_de_red}}`
|
||||
`vnstat {{[-i|--iface]}} {{interfaz_de_red}}`
|
||||
|
||||
- Muestra estadísticas en vivo de una interfaz de red específica:
|
||||
|
||||
`vnstat -l -i {{interfaz_de_red}}`
|
||||
`vnstat {{[-l|--live]}} {{[-i|--iface]}} {{interfaz_de_red}}`
|
||||
|
||||
- Muestra estadísticas de tráfico por hora durante las últimas 24 horas mediante un gráfico de barras:
|
||||
|
||||
`vnstat -hg`
|
||||
`vnstat {{[-hg|--hoursgraph]}}`
|
||||
|
||||
- Mide y muestra el tráfico promedio por 30 segundos:
|
||||
|
||||
`vnstat -tr {{30}}`
|
||||
`vnstat {{[-tr|--traffic]}} {{30}}`
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
|
||||
- 특정 네트워크 인터페이스에 대한 트래픽 요약 표시:
|
||||
|
||||
`vnstat -i {{네트워크_인터페이스}}`
|
||||
`vnstat {{[-i|--iface]}} {{네트워크_인터페이스}}`
|
||||
|
||||
- 특정 네트워크 인터페이스에 대한 실시간 통계 표시:
|
||||
|
||||
`vnstat -l -i {{네트워크_인터페이스}}`
|
||||
`vnstat {{[-l|--live]}} {{[-i|--iface]}} {{네트워크_인터페이스}}`
|
||||
|
||||
- 막대 그래프를 사용하여 지난 24시간 동안의 시간별 트래픽 통계 표시:
|
||||
|
||||
`vnstat -hg`
|
||||
`vnstat {{[-hg|--hoursgraph]}}`
|
||||
|
||||
- 30초 동안 평균 트래픽 측정 및 표시:
|
||||
|
||||
`vnstat -tr {{30}}`
|
||||
`vnstat {{[-tr|--traffic]}} {{30}}`
|
||||
|
||||
Reference in New Issue
Block a user