Htop tool in linux

htop Tool in Linux

Introduction

The htop command in Linux is used to monitor the activity of critical system resources or server processes in real-time. The htop command is newer than the top command, it allows mouse manipulation, has colors in the output and provides visual instructions for processor, memory, and swap usage.

Now we’re gonna guide you about using the htop tool in Linux. Hope you understand.

Installing htop

Run apt command:

$ sudo apt install htop

Output:

Htop tool in linux 1

The
Sponsored
syntax of htop command

The syntax:

$ htop

Output:

Htop tool in linux 2

Press F10 to quit.

Options

1. -C: show table without color

$ htop -C

Output:

Htop tool in linux 3

2. -t: display tree view

$ htop -t

Output:

Sponsored

Htop tool in linux 4

3. -h: display help message

$ htop -h

Output:

Htop tool in linux 5

4. -v: check your version

$ htop -v

Output:

Htop tool in linux 6

5. Interactive buttons

Htop tool in linux 7

Conclusion

And we guided you on how to use the htop tool in Linux.

See also  Troubleshooting “E: Unable to locate package” Error on Ubuntu

Thank you for checking it out!

Karim buzdar

Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications including CCNA RS, SCP, and ACE. As an IT engineer and technical author, he writes for various websites.


Discover more from Ubuntu-Server.com

Subscribe to get the latest posts sent to your email.

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply