Reporting memory usage per process/program
- by Nick Retallack
How can I get the current memory usage (preferably in bytes so they can be added up accurately) for all running processes individually? Can I roll up the summaries for child processes into the process that spawned them? (e.g all apache threads together).
Sometimes, my server runs out of memory and becomes unresponsive. I want to discover what…