linux iftop安装

  83  wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz
   84  du -sh iftop-0.17.tar.gz 
   85  ll
   86  tar zxvf iftop-0.17.tar.gz 
   87  cd iftop-0.17
   88  ./configure 
   89  make && make install
   90  make
   91  yum install make gcc
   92  ls
   93  make && make install
   94  ./configure --prefix=/usr/local/iftop
   95  make && make install
   96  cd 
   97  yum install flex byacc  libpcap ncurses ncurses-devel libpcap-devel
   98  cd iftop-0.17
   99  ls
  100  ./configure
  101  make && make install
  102  iftop

只于用深淘版本

你可能感兴趣的:(linux,local)