Install htop process management and monitoring tools in CentOS 6.5

Source: Internet
Author: User

Install the htop process management and monitoring tool in CentOS 6.5.

Download the latest HTOP version.
Http://sourceforge.net/projects/htop/
For example:
Wget http://sourceforge.net/projects/htop/files/latest/download
Decompress the downloaded file and install
For example:
Tar-zxf htop-1.0.2.tar.gz
Cd htop-1.0.2
./Configure & make install
(If gcc is not installed at this time, the system will prompt:
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.

Install yum install-y gcc. The following prompt is displayed:
Configure: error: You may want to use -- disable-unicode or install libncursesw.

Install yum install-y ncurses-devel)
Cd ..
Rm-rf htop-1.0.2 * (this step can be done, see your resource space)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.