I am using Ubuntu 11.10 and am looking for an equivalent to Process Explorer on Linux. There is System Monitor but it's not nearly as good as Process Explorer with all of its detailed information about processes.

Any suggestions?

link|improve this question
feedback

2 Answers

up vote 6 down vote accepted

If you don't mind something that's terminal based, then htop is a good and powerful process manager.

htop screenshot

You can install it on Ubuntu with the following command:

sudo aptitude install htop

If you prefer something with a GUI, you could try qps.

qps screenshot

You can install it with the following:

sudo aptitude install qps
link|improve this answer
htop is good , but its not the most user friendly program ! – Gautam K May 19 '11 at 4:31
updated my answer – freethinker May 19 '11 at 4:36
Qps is much better and is easier to use , I just wish it would show the icon of the Process if available , but still its very good – Gautam K May 19 '11 at 4:51
feedback

Use Linux Process Explorer.

Graphical process explorer for Linux. Shows process information: process tree, TCP IP connections and graphical performance figures for processes. Aims to mimic Windows procexp from sysinternals, and aims to be more usable than top and ps.

enter image description here

PS. it is still in alpha development stage.

link|improve this answer
This looks like a useful tool, but your answer provides very little information about it. Could you edit your answer to include some info about how it works and perhaps a screenshot? – nhinkle Jun 5 '11 at 17:18
feedback

Your Answer

 
or
required, but never shown

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