【iftop流量監測軟體安裝】
阿新 • • 發佈:2019-01-04
所用系統:centos,版本資訊如下:
iftop是類似於top的實時流量監測工具,官方網站:http://www.ex-parrot.com/~pdw/iftop/(可下載iftop tar)。
1 首先我在家目錄下建立iftop目錄,並進入該目錄
- Centos上安裝所需的依賴包:#yum install -y libpcap-devel。
- 解壓縮tar:tar zxvf iftop-1.0pre4.tar.gz。
- 進入iftop-1.0pre4目錄:1)./configure 2)make 3)make install
2 在執行./configure時會出現:configure: error: can‘t find pcap.h
You‘re not going to get very far without libpcap.
此時需要更新yum: http://www.mamicode.com/info-detail-1181987.html
3 再次執行./configure出現:configure: error: Curses! Foiled again!
(Can’t find a curses library supporting mvchgat.)
Consider installing ncurses.
解決辦法:http://www.vpser.net/manage/iftop.html
4 成功解決: