How is it possible to aggregate memory usage of a Linux process and all its children in human readable format?
I tried this link and even using cat /proc/$pid/status
but the latter had 18GB of VirtualMemory for chrome on my machine which only has 12GB of RAM (I know it is virtual and can be higher than physical RAM amount). But I need to know the physical memory usage of all chrome instances at once and at the moment.