Let's introduce the installation of the tool:
#wget下载 [[email protected] tools]# wget http://jaist.dl.sourceforge.net/project/htop/htop/ 1.0.2/htop-1.0.2.tar.gz--2016-10-27 16:16:00-- http://jaist.dl.sourceforge.net/project/htop/ Htop/1.0.2/htop-1.0.2.tar.gz is parsing host jaist.dl.sourceforge.net (jaist.dl.sourceforge.net) ... 150.65.7.130, 2001:df0:2ed:feed::feed connecting jaist.dl.sourceforge.net (jaist.dl.sourceforge.net) | 150.65.7.130|:80... is connected. Issued HTTP request, waiting to respond ... 200 ok length:388499 (379K) [application/x-gzip] saving to: " Htop-1.0.2.tar.gz "100%[==========================================================>] 388,499 119KB/s spents 3.2s 2016-10-27 16:16:03 (119  KB/S) - saved "htop-1.0.2.tar.gz" [388499/388499]) [[email protected] tools]# ll Total dosage 380-rw-r--r--. 1 root root 388499 10 month 27 16:05 htop-1.0.2.tar.gz[[email protected] tools]# tar xf htop-1.0.2.tar.gz #解压 [[email protected] tools]# cd htop-1.0.2[[email protected] htop-1.0.2]# ./configure #下面的提示是因为缺少gccchecking for gcc... nochecking for cc ... nochecking for cl.exe... noconfigure: error: in '/root/tools/htop-1.0.2 ': configure: error: no acceptable c compiler found in $PATHSee ' Config.log ' for more details. [[email protected] htop-1.0.2]# yum install -y gcc #安装gcc已加载插件: Fastestmirror ........ [[email protected] htop-1.0.2]# ./configure #提示缺少组件, Need to install ncurses-devel...........configure: error: you may want to use -- Disable-unicode or install libncursesw. [[email protected] htop-1.0.2]# yum install -y ncurses-devel #安装ncurses-devel ...... Complete! [[email protected] htop-1.0.2]# ./configure [[email protected] htop-1.0.2]# make && make install #安装成功 [[email protected] htop-1.0.2]# echo $?0
Icon:
650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M00/89/66/wKiom1gRucSyF9gFAAQU6Iwqlvs154.jpg-wh_500x0-wm_3 -wmp_4-s_197640199.jpg "title=" qq20161027161152.jpg "alt=" Wkiom1grucsyf9gfaaqu6iwqlvs154.jpg-wh_50 "/>
This article is from the "Zhao Dongwei blog" blog, make sure to keep this source http://zhaodongwei.blog.51cto.com/4233742/1866362
Htop Process Management Tools