1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages.ko/linux/iftop.md
Managor 25f9b19324
pages*/linux/*: apply keypress specifications to translations (#15907)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-23 01:43:13 +02:00

499 B

iftop

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

  • 대역폭 사용량 표시:

sudo iftop

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

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

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

sudo iftop -P

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

sudo iftop -b

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

sudo iftop -n

  • 도움말 표시:

<?>