add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/iftop.md Normal file
View File

@@ -0,0 +1,28 @@
# iftop
> 按主机显示接口的带宽使用情况。
> 更多信息:<https://manned.org/iftop>。
- 显示带宽使用情况:
`sudo iftop`
- 显示指定接口的带宽使用情况:
`sudo iftop -i {{interface}}`
- 显示带宽使用情况及端口信息:
`sudo iftop -P`
- 不显示流量的条形图:
`sudo iftop -b`
- 不查找主机名:
`sudo iftop -n`
- 显示帮助信息:
`?`