linux iftop安装

时间:2014-07-30 17:54:44   收藏:0   阅读:285
  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

只于用深淘版本

本文出自 “学习手记” 博客,请务必保留此出处http://837877.blog.51cto.com/827877/1532796

linux iftop安装,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!