在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*(这一步可做可不做啦,看你资源空间啦)更多CentOS相关信息见CentOS 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=14Ubuntu 12.04下安装SUMO(Simulation of Urban MObility)中文man的安装相关资讯 htop
- 交叉编译HTOP并移植到ARM嵌入式 (今 20:42)
- 为什么 Linux 的 htop 命令完胜 (06/03/2014 19:01:03)
- Linux进程浏览器 htop (04/26/2014 08:50:19)
| - htop 2.0 发布下载,支持跨平台哦 (02月12日)
- htop 1.0.3 发布,Linux 进程浏览 (04/26/2014 08:53:14)
- Ubuntu下最强大的进程监视器htop使 (05/28/2013 09:02:38)
|
本文评论 查看全部评论 (0)