facebookarchive / memory-analyzer

A memory analyzer for running python processes
MIT License
154 stars 14 forks source link

Automatically debug child processes #10

Open lisroach opened 5 years ago

lisroach commented 5 years ago

Right now you have to pass in all the pids of all the processes you want analyzed, but we should add a flag that will automatically detect any child processes of the parent pid and analyze those. I would still have them displayed on different pages, with a final totals page.