The htop utility for Linux

27.10.2023
21:54

The htop utility is an interactive system monitor for Linux. It allows you to monitor and manage processes in real time.

Interface of htop

htop provides a more user-friendly and informative interface than the standard top utility. It displays a list of processes in a table, where each row represents a different process and the columns contain information about CPU utilization, memory usage and other parameters.

The htop utility for Linux

The utility also allows you to perform various actions on processes, such as terminate, suspend, and change priority. It also provides additional system information such as CPU utilization, memory usage, and network connection status.

How to install.

To install htop in Ubuntu you can use:

sudo apt-get install htop

To install in CentOS, you can use the command:

sudo yum install htop

Once installed, you can run the utility by simply typing the htop command in the terminal.

15% discount on new VPS
Hurry up to order a server in any location
Choose a VPS

Other articles

27.10.2023
5 285
Knowledge base / Programs
Linux chkservice utility
27.10.2023
6 273
Knowledge base / Commands
Purpose of the W utility in Linux
27.10.2023
28 559
Knowledge base / Programs
Ubuntu ss utility