How to install htop on CentOS 8

If you want to monitor the system interactively, the htop command should be one of the best choices. htop is an improvement of its predecessor top command. It is an interactive process viewer and system monitor. It marks resource usage indicators with colors and allows you to easily grasp system performance.
It displays information about CPU and RAM utilization, tasks being performed, average load and uptime. In addition, htop displays a list of all running processes, and can also display these processes in a tree format.

The advantages of htop over top include

Now, let's enter to see how to install this convenient feature.

Install htop on CentOS 8

By default, htop is pre-installed on CentOS8. However, if the tool is missing on your system, the installation process is simple and only requires 3 steps.

  1. The first step in installing the Htop tool is to enable the EPEL repository. To do this, run:

dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

After installing the EPEL repository, please update the system.

# dnf update

  1. To install the htop tool, just run the following command:

# dnf install htop

After the installation is complete, you can find more information about htop by running the command.

# dnf info htop

  1. To start htop, just run the command.

# htop

From top to bottom, the left part is the usage of cpu, memory, and swap partition. The right part is: Tasks is the total number of processes, the number of processes currently running, and Load average is the average load of the system for 1 minute, 5 minutes, and 10 minutes. Situation, Uptime is the time when the system is running.

The above items are:

In addition, you can pass some parameters to the command. For example, list the user's processes. Suppose linuxidc runs the command.

# htop -u linuxidc

To get help on command usage, just run it.

# htop --help

Alternatively, you can view the man page by running the following command:

# man htop

to sum up

In this article, you learned how to install htop on CentOS 8 and how to use this command to retrieve system statistics.

The above is the tutorial for installing htop on CentOS 8 introduced by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message. The editor will reply to you in time. Thank you very much for your support to the ZaLou.Cn website!
If you think this article is helpful to you, welcome to reprint, please indicate the source, thank you!

Recommended Posts

How to install htop on CentOS 8
How to install htop on CentOS 8
How to install jdk1.8 on centOS7
How to install MySQL on CentOS 8
How to install Memcached on CentOS 8
How to install R on CentOS 8
How to install Virtualbox on CentOS 8
How to install TensorFlow on CentOS 8
How to install TeamViewer on CentOS 8
How to install Perl 5 on CentOS
How to install Git on CentOS 8
How to install Gradle on CentOS 8
How to install Elasticsearch on CentOS 8
How to install Java on CentOS 8
How to install Go on CentOS 8
How to install GCC on CentOS 8
How to install Yarn on CentOS 8
How to install Nginx on CentOS 8
How to install Asterisk on CentOS 7
How to install Jenkins on CentOS 8
How to install Vagrant on CentOS 8
How to install Python 3.8 on CentOS 8
How to install Tomcat 9 on CentOS 8
How to install Webmin on CentOS 8
How to install Ruby on CentOS 8
How to install Skype on CentOS 8
How to install Elasticsearch on CentOS 8
How to install Postgresql on CentOS 8
How to install Wordpress on Centos
How to install TeamViewer on CentOS 8
How to install MariaDB on CentOS 8
How to install MongoDB on CentOS 7
How to install Odoo 13 on CentOS 8
How to install Apache on CentOS 8
How to install OpenCV on CentOS 8
How to install PHP on CentOS 8
How to install MongoDB on CentOS 8
How to install Apache Maven on CentOS 8
How to install Apache Kafka on CentOS 7
[Graphic] How to install tomcat on centos
R&D: How To Install Python 3 on CentOS 7
How to install GCC compiler on CentOS 7
How to install offline JDK1.8 on centos7.0
How to install and configure Elasticsearch on CentOS 7
How to install Visual Studio Code on CentOS 8
How to install and use Docker on CentOS 7
How to install RPM packages on CentOS Linux
How to install and use Composer on CentOS 8
How to install and configure Redis on CentOS 8
How to install jdk1.8.0_151 and mysql5.6.38 on centos7.2.1511
How to install and configure phpMyAdmin on CentOS 6
How to install and use Curl on CentOS 8
How to install and configure Owncloud on CentOS 8
How to install VirtualBox client extension on CentOS 8
How to install Docker CE on RHEL 8 / CentOS 8
How to install and uninstall tomcat on centos
How to install and configure Redmine on CentOS 8
How to install Memcached on Ubuntu 20.04
How to install Java on Ubuntu 20.04
How to install MySQL on Ubuntu 20.04
How to install VirtualBox on Ubuntu 20.04