Jul
15
forget top, check out htop
Filed Under Linux
I just realized I’ve never blogged about a really cool tool that I’m sure you’ll be impressed with. If you’ve used top, or use top to ever try to get an idea of what is running on your machine you’ll really like htop.
From the package description:
Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines. Tasks related to proccesses (killing, renicing) can be done without entering their PIDs.
Yeah, that’s right. You can actually see the whole process including options and arguments. You can scroll down off the current page to see what else is running. It also looks a lot prettier, and I know how much you like your pretty applications.
Installation
Installing htop is as easy as you might guess:
sudo aptitude install htop
That’s it. Then run htop and get a better view of what is running on your machine. I would add a section here on how to use it, but its so simple I don’t think I need to. All the shortcut keys are listed at the bottom.
Tomorrow I’ll show you how to bypass the F10 limitation when used with gnome-terminal. ..you’ll see what I mean when you try to use it. ![]()
I post tutorials very regularly on this site. You may want to consider subscribing to the RSS feed. Or if you'd prefer these tips sent to your inbox you can use Email Subscriptions.
Related Posts
Random Posts
-->Comments
11 Responses to “forget top, check out htop”
Leave a Reply
“Tomorrow I’ll show you how to bypass the F10 limitation when used with gnome-terminal. ..you’ll see what I mean when you try to use it.”
L.O.L.
…by using ‘q’? :p
[...] Link to Article linux forget top, check out htop » Posted at Ubuntu Tutorials : Breezy - [...]
That’s a great program! Funny how there are a ton of utilities I (and many others) have never heard of.
Your last comment about the F10 key made me think it was unrelated, until I was in the program then went to exit
Great tip. Never heard of htop before.
BTW, F10 worked fine for me. I wonder why? What is F10 supposed to do in gnome-terminal?
Or Ctrl + C
Nice program, didn’t know neither of top nor of this one.
Another nice little app you might blog about is dstat. Dstat is like vmstat + iostat + a bit of sar all rolled into one. Very nice with colored output.
And it is apt-get installable.
Very nice, and F10 works fine in Kubuntu. I was also glad to see that apt created a KDE menu entry.
Really nice article.
On my site I’ve shown how to install it in RHEL(CentOS)….
http://blog.hbcom.info/archives/25
Who needs F10? The standard top keys work in htop (at least the ones I’ve tried so far): q for quit, u to filter by user, k to kill, etc. Far superior to F-keys, IMO.
Thats a great little program. I was looking for something like this all along. Thanks