Linux: Check memory used by program
There is a great python script out there called PS Mem showing you exactly how much private + shared RAM one program is using. It’s awesome as quick overview and for debugging, instead of looking at top and counting all listed processes. This is how it looks like:
You can download it at github: PS Mem







