add new chinese translations
This commit is contained in:
28
pages.zh/linux/iftop.md
Normal file
28
pages.zh/linux/iftop.md
Normal 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`
|
||||
|
||||
- 显示帮助信息:
|
||||
|
||||
`?`
|
Reference in New Issue
Block a user