centos6.4安装iftop
yum install gcc
yum -y install libpcap libpcap-devel
yum -y install ncurses ncurses-devel

htop:
wget http://nchc.dl.sourceforge.net/project/htop/htop/1.0.1/htop-1.0.1.tar.gz
tar zxvf htop-1.0.1.tar.gz
cd htop-1.0.1
./configure
make
make install

相关文章:

  • 2022-02-08
  • 2021-05-27
  • 2021-07-30
  • 2021-12-31
  • 2022-01-01
  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-17
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案