Categories: TutorialsUbuntu

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:

The syntax of htop command

The syntax:

$ htop

Output:

Press F10 to quit.

Options

1. -C: show table without color

$ htop -C

Output:

2. -t: display tree view

$ htop -t

Output:

3. -h: display help message

$ htop -h

Output:

4. -v: check your version

$ htop -v

Output:

5. Interactive buttons

Conclusion

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

Thank you for checking it out!

Ubuntu Server Admin

Recent Posts

🚀 Deploy ScyllaDB on Ubuntu VPS

This article provides a guide to deploy ScyllaDB on Ubuntu VPS. What is ScyllaDB? ScyllaDB…

1 day ago

How to Harden Security of VPS Server

This article demonstrates how to harden security of VPS server and is intended for server…

2 days ago

How to install Wget on Ubuntu 24.04

In this blog post, we will guide you on how to install wget on Ubuntu…

3 days ago

Xfwl4 – The roadmap for a Xfce Wayland Compositor

Jan 27,2026 Xfwl4 - The roadmap for a Xfce Wayland Compositor We, the Xfce team…

6 days ago

🚀 Deploy n8n on Ubuntu VPS (Quick-Start Guide)

This article provides a step-by-step how-to guide to deploy n8n on Ubuntu VPS. What is…

6 days ago

How to avoid package End of Life through backporting

In July 2025, git received CVE-2025-48384, a high vulnerability allowing arbitrary code execution when cloning…

2 weeks ago