Equivalent to Sysinternals Process Explorer on Linux

Solution 1:

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

Solution 2:

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.