I'd like a snappy GUI-based (I insist since people still want to propose console-based) application that can show me running processes and allow me to kill them, on Linux. It doesn't need to be as powerful as Window's Process Explorer or even Win7's Task Manager. Is there something lightweight and functional?

I'd appreciate a recommendation.

link|improve this question
feedback

3 Answers

There's Linux Process Explorer, a process management tool which seeks to mimic the functionality of Process Explorer for Windows.

Most GUI distros include a basic process management tool among their default system tool set.

link|improve this answer
I use CrunchBang Linux (Debian-based) and there is nothing but top. This distro lets users choose what they want :) Thank you for the link, looks interesting. – fury Jan 2 at 4:18
However it's 14MB and in python. Not lightweight, but looks powerful. – fury Jan 2 at 4:25
If you don't mind a terminal-only app then have a look at htop. – Amazed Jan 2 at 4:28
Thanks, but as stated in my question, for this app I would like a GUI. – fury Jan 2 at 5:00
feedback

Look at htop. It's light and it'll do what you want. Yes, it does launch in a console, but you can interact with it using the mouse, it's colored, it's live/animated, you can click on column headers to sort, scroll with the mouse, and anything else you care to try.

link|improve this answer
+1 for htop or for that matter top. – Vineet Menon Jan 2 at 5:01
3  
Who said it was an obsession? Who said it's specifically for me? This site is not for discussing what is asked. – fury Jan 2 at 5:05
1  
Well, you can select the right answer. If people think its a good one, it'll still get upvoted. I'm still digging for something closer to your needs, but they all seem to be large DE specific things, or 200 years old. – Journeyman Geek Jan 2 at 5:33
1  
-1 for pointless soapboxing. +1 for offering a different option. -1 for that option not doing what the OP wanted (integrated ablity to kill processes) – WesleyDavid Jan 2 at 6:44
1  
@MahmoudAl-Qudsi Technically, yes, you are correct. However, you might need to reconsider your soft skills. On a site like SuperUser (or in any context in Meatspace), cultural context appears to have shifted quite some time ago. If someone asks for a "GUI Tool" in the 21st century, ncurses, while technically correct, is likely not a successful answer. I've removed my downvote (as if arbitrary numbers mean anything in real life). =) – WesleyDavid Jan 3 at 14:52
show 12 more comments
feedback
up vote 2 down vote accepted

So here is what I finally found, LXTask.

  • Lightweight, simple
  • Monitors processes
  • Can kill processes
  • Real GUI

There is also the GNOME system monitor, which also displays the process commandline. It is much more resource hungry though...

link|improve this answer
That is shiny. Don't forget to self select that as the answer when you can ;) – Journeyman Geek Jan 2 at 22:57
Will do. I wonder why I can't, and will I ever be able to do it that soon after a question? – fury Jan 3 at 1:43
meta.stackoverflow.com/questions/5234/… 48 hours minimum. I just tend to remind newish users cause answered/non selected questions tend to bounce back up, and i wanted to express that it was shiny, and i needed more words to get past the lameness filter ;p – Journeyman Geek Jan 3 at 3:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.