Methods of payment Abuse

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.

HTTP interface

htop provides a more user-friendly and informative interface than the standard top utility. It displays a list of processes in the form of a table, where each row represents a separate process, and the columns contain information about processor load, memory usage, and other parameters.The utility also allows you to perform various actions with processes, such as terminating, suspending, and changing priority. It also provides additional information about the system, such as CPU usage, 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

After installation, you can run the utility by simply entering the htop command in the terminal.