ok, also found
I also figured this out:
in B::TerseSize, line 634
- my $script = $q->script_name;
+ my$script ;
+ if ( defined $q && $q )
+ {
+ $script = $q->script_name;
+ }
Killing that makes a lot more things work too.
The only caveat of that, is that 'memory usage' doesn't appe
I'm finding some issues with the 2 modules
i think some of it happens when you have a module that has no
subroutines ( ie , a namespace placeholder or something )
check out ~ line 551 in Apache2::Status
adding a few over-the-top checks seems to help, and gets memory use
working on more i
On Aug 12, 2006, at 2:16 AM, Philip M. Gollucci wrote:
I generally just do this:
SetHandler perl-script
PerlResponseHandler Apache2::Status
PerlSetVar StatusOptionsAll On
PerlSetVar StatusDeparseOptions "-p -sC"
which is what you wrote.
when you do that, do memory stats work for t
Jonathan Vanasco wrote:
> i'm still trying to figure out how i have a 30mb parent and 17mb children
I generally just do this:
SetHandler perl-script
PerlResponseHandler Apache2::Status
PerlSetVar StatusOptionsAll On
PerlSetVar StatusDeparseOptions "-p -sC"
which is what you wrote.
I ass
Matthew Berk wrote:
Trying to track down a bit o' memory bloat using the Symbol Table dump
in /perl-status and B::TerseSize. Running into some problems
Error: [Wed May 11 15:38:54 2005] [error] [client ::1] Use of
uninitialized value in length at /Library/Perl/5.8.6/darwin-thread-
multi-2