in reply to
Finding memory usage with Mod_Perl
You may want to use
Apache::DB
to step through each request with the perl debugger. I've successfully debugged memory leaks under mod_perl using it, and you can tell exactly how much increase in memory there is with each request.
Comment on
Re: Finding memory usage with Mod_Perl
In Section
Seekers of Perl Wisdom