mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
nload: add Chinese translation (#13240)
This commit is contained in:
parent
e75984abcf
commit
23b040e468
2 changed files with 13 additions and 1 deletions
12
pages.zh/common/nload.md
Normal file
12
pages.zh/common/nload.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# nload
|
||||||
|
|
||||||
|
> 在终端中可视化查看网络流量。
|
||||||
|
> 更多信息: <https://github.com/rolandriegel/nload>.
|
||||||
|
|
||||||
|
- 查看所有网络接口的流量(使用方向键切换不同网口):
|
||||||
|
|
||||||
|
`nload`
|
||||||
|
|
||||||
|
- 查看指定网络接口的流量(使用方向键切换网口):
|
||||||
|
|
||||||
|
`nload devices {{网口1}} {{网口2}}`
|
|
@ -9,4 +9,4 @@
|
||||||
|
|
||||||
- View network traffic on specific interfaces (use the arrow keys to switch interfaces):
|
- View network traffic on specific interfaces (use the arrow keys to switch interfaces):
|
||||||
|
|
||||||
`nload device {{interface_one}} {{interface_two}}`
|
`nload devices {{interface_one}} {{interface_two}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue