iftop 설치 # yum install -y libpcap libpcap-devel ncurses ncurses-devel# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm# rpm -Uvh epel-release-6-8.noarch.rpm# yum install iftop# iftop -i : eth interface 지정 # iftop -i eth0 * 실시간으로 옵션을 클릭하면서 모니터링 할 수 있으며 애초에 명령어로 옵션을 주어 모니터링 하는 방법이 있다.S : source port on/offD : Destination port on/offN : service (Port) 풀어서 보여주기 on/off ..