What command can I use to give a detailed list of all processes and threads currently running on my system, including the amount of RAM utilized by each?
'top' gives me the top processes, but I would like to see ALL processes. I can't seem to get 'ps' to list the memory used.
Any help appreciated.