![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Find total "actual" memory usage of forked processesby suaveant (Parson) |
on Aug 14, 2009 at 14:00 UTC ( #788647=perlquestion: print w/replies, xml ) | Need Help?? |
suaveant has asked for the wisdom of the Perl Monks concerning the following question:
Is there a programmatic way to actually figure out the total memory footprint of a group of forked processes. If you add up all the memory sizes of 40 instances of a script I have you get 6.5GB, but examining total memory usage via top I only see usage increasing somewhere along the lines of 100MB.
I realize that some memory is shared between forked processes but is there any good way to measure that?
Back to
Seekers of Perl Wisdom
|
|