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

20
pages.zh/linux/nethogs.md Normal file
View 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}}`