源地址:http://blog.sina.com.cn/s/blog_9f1c09310101aa5z.html

 

偶然间发现了htop的这个命令,比top更直观好看

1.安装htop:
tar -zxf htop***
./configure
make 
make install

其中需要说明的一点是,htop需要ncurses,所以在安装之前先安装ncurses,ncurses的安装方法与htop类似,只不过将里面的地址改改

执行htop命令查看是否安装成功。
 

 

 

 

Centos下安装htop使用htop_linux