Linux – Sorted tree view in htop or alternative

htoplinuxmemorymemory managementtop

I am running a Debian flavor of Linux, and I use htop to keep track of memory usage, since it is more detailed than top. I can't seem to get it to sort by memory and display process trees at the same time. Is there a way to do this with htop or an alternative?

Best Answer

Looks like Glances should have what you need:

glances --tree

And then sort using commands m,t, i etc. Full command reference

Related Question