ifstat: fix typo, linux/i*: add Korean translation (#14706)
* linux/i*: add Korean translation * ifstat: fix typo
This commit is contained in:
28
pages.ko/linux/iftop.md
Normal file
28
pages.ko/linux/iftop.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# iftop
|
||||
|
||||
> 호스트별 인터페이스의 대역폭 사용량 표시.
|
||||
> 더 많은 정보: <https://manned.org/iftop>.
|
||||
|
||||
- 대역폭 사용량 표시:
|
||||
|
||||
`sudo iftop`
|
||||
|
||||
- 지정된 인터페이스의 대역폭 사용량 표시:
|
||||
|
||||
`sudo iftop -i {{인터페이스}}`
|
||||
|
||||
- 포트 정보를 포함하여 대역폭 사용량 표시:
|
||||
|
||||
`sudo iftop -P`
|
||||
|
||||
- 트래픽의 막대 그래프를 표시하지 않음:
|
||||
|
||||
`sudo iftop -b`
|
||||
|
||||
- 호스트명을 조회하지 않음:
|
||||
|
||||
`sudo iftop -n`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`?`
|
Reference in New Issue
Block a user