add new chinese translations
This commit is contained in:
20
pages.zh/linux/nethogs.md
Normal file
20
pages.zh/linux/nethogs.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# nethogs
|
||||
|
||||
> 监控每个进程的带宽使用情况。
|
||||
> 更多信息:<https://github.com/raboof/nethogs>。
|
||||
|
||||
- 以根用户身份启动 NetHogs(默认设备为 `eth0`):
|
||||
|
||||
`sudo nethogs`
|
||||
|
||||
- 监控特定设备的带宽:
|
||||
|
||||
`sudo nethogs {{device}}`
|
||||
|
||||
- 监控多个设备的带宽:
|
||||
|
||||
`sudo nethogs {{device1}} {{device2}}`
|
||||
|
||||
- 指定刷新频率:
|
||||
|
||||
`sudo nethogs -t {{seconds}}`
|
Reference in New Issue
Block a user