1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages.ko/linux/iftop.md
코드싸이 340dd5cc12
ifstat: fix typo, linux/i*: add Korean translation (#14706)
* linux/i*: add Korean translation

* ifstat: fix typo
2024-11-09 13:27:36 +09:00

497 B

iftop

호스트별 인터페이스의 대역폭 사용량 표시. 더 많은 정보: https://manned.org/iftop.

  • 대역폭 사용량 표시:

sudo iftop

  • 지정된 인터페이스의 대역폭 사용량 표시:

sudo iftop -i {{인터페이스}}

  • 포트 정보를 포함하여 대역폭 사용량 표시:

sudo iftop -P

  • 트래픽의 막대 그래프를 표시하지 않음:

sudo iftop -b

  • 호스트명을 조회하지 않음:

sudo iftop -n

  • 도움말 표시:

?