CentOS 6.5中安装htop进程管理监控工具
在CentOS 6.5中安装htop进程管理监控工具。
下载最新版的HTOP
http://sourceforge.net/projects/htop/
如:
wget http://sourceforge.net/projects/htop/files/latest/download
解压下载文件并且安装
如:
tar -zxf htop-1.0.2.tar.gz
cd htop-1.0.2
./configure && make && make install
(这时候如果没有安装gcc,会提示:
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/root/htop-1.0.2':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
请安装yum install -y gcc,接下来还会提示:
configure: error: You may want to use --disable-unicode or install libncursesw.
请安装yum install -y ncurses-devel)
cd ..
rm -rf htop-1.0.2*(这一步可做可不做啦,看你资源空间啦)
相关推荐
Loger 2019-06-27
wpfeitian 2020-09-28
wintelx 2020-07-30
daduryi 2020-06-14
chenzhaoguo 2020-06-08
容数据服务集结号 2020-05-19
ooouuuooouuu 2020-05-09
sunln00 2020-05-03
wenjs00 2020-04-30
wintelx 2020-04-30
wannagonna 2020-04-21
bluecarrot 2020-04-20
xiangqiao 2020-04-11
playlinuxxx 2020-03-27
wangyibo00 2020-03-07
xiaohouye 2020-01-14
houjinkai 2020-01-09
wenjs00 2013-03-28