linux/n*: add Korean translation (#14710)

This commit is contained in:
코드싸이
2024-11-09 13:26:04 +09:00
committed by GitHub
parent 7544b309ad
commit 50ba22c4b1
49 changed files with 1120 additions and 0 deletions

20
pages.ko/linux/nethogs.md Normal file
View File

@@ -0,0 +1,20 @@
# nethogs
> 프로세스별 대역폭 사용량 모니터링.
> 더 많은 정보: <https://github.com/raboof/nethogs>.
- 루트 권한으로 NetHogs 시작 (기본 장치는 `eth0`):
`sudo nethogs`
- 특정 장치의 대역폭 모니터링:
`sudo nethogs {{장치}}`
- 여러 장치의 대역폭 모니터링:
`sudo nethogs {{장치1}} {{장치2}}`
- 새로 고침 주기 지정:
`sudo nethogs -t {{초}}`