htop: A Better Process Viewer
Linux & DevOps March 5, 2018 β€’ 1 min read β€’ 279 views

htop: A Better Process Viewer

Why htop is a must-have tool for viewing system processes on Linux.

Z

Zach Robichaud

htop: A Better Process Viewer

The standard Linux top command is useful for viewing system processes, but its interface isn't intuitive. The layout is cluttered, and the keyboard shortcuts aren't obvious.

That's why I prefer htopβ€”an interactive process viewer that's much easier to use.

Why htop is Better

  • Options are displayed at the bottom of the screen
  • Press h for detailed help
  • Press F5 for tree view
  • Press . to change the sort column
  • Press F4 to search/filter processes

Installation

On Debian-based distributions (Ubuntu, etc.), htop isn't installed by default. Install it with:

sudo apt install htop -y

Resources

How was this article?

Related Posts

Linux 'z' command is a must have terminal tool
Linux & DevOps 2 days ago 3 min read

Linux 'z' command is a must have terminal tool

The Linux z command completely changes how you move around the terminal. Instead of typing long paths or relying on tab completion, z learns the directories you visit and lets you jump to them using short, partial names. Once you use it, going back to plain cd feels painfully slow.

Comments (0)

Leave a Comment

No comments yet. Be the first to share your thoughts!