ubuntu

iftop

janggos 2024. 2. 4. 14:29

iftop은 네트워크 인터페이스의 대역폭 사용 정보를 실시간으로 보여주는 도구입니다. 네트워크 트래픽을 감시하고 시각적으로 표시하여 어떤 프로세스가 대역폭을 사용하고 있는지 확인할 수 있습니다. 이로써 네트워크 성능 문제를 식별하거나 특정 프로그램이 네트워크 리소스를 어떻게 사용하는지 파악할 수 있습니다.

 

 > apt-cache search iftop
iftop - displays bandwidth usage information on an network interface

 

> apt-cache search iftop
iftop - displays bandwidth usage information on an network interface
root@janggos-237557:~# apt-cache show iftop
Package: iftop
Architecture: amd64
Version: 1.0~pre4-7
Priority: optional
Section: universe/net
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Markus Koschany <apo@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 93
Depends: libc6 (>= 2.29), libncurses6 (>= 6), libpcap0.8 (>= 0.9.8), libtinfo6 (>= 6)
Filename: pool/universe/i/iftop/iftop_1.0~pre4-7_amd64.deb
Size: 35648
MD5sum: 59d5d55dbd8cb44aecfbfced7058ad55
SHA1: 6fdc9627ea7bdda50019cab54036b1ea3ad109ea
SHA256: aa5e3ed571ed1023ec204ed4a6301a5007218953a1fbaada403b5e0f9f9bad80
SHA512: 17ac84b6bfb26b914a3e5dd034302afaf9b4c876dce703f55f9dc5d9cc58f68227eb8a283072657f9166b0b3ef29055925c2696c8f29be90f0bb6a30e4526834
Homepage: http://www.ex-parrot.com/~pdw/iftop/
Description-en: displays bandwidth usage information on an network interface
 iftop does for network usage what top(1) does for CPU usage. It listens to
 network traffic on a named interface and displays a table of current bandwidth
 usage by pairs of hosts. Handy for answering the question "Why is my Internet
 link so slow?".
Description-md5: f7e93593aba6acc7b5a331b49f97466f

 

설치 

sudo apt update;
sudo apt install iftop;

 

제거

apt purge ifop;

 

실행

sudo iftop