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
Hi Philip
I assume you have the latest B-Size module installed (included TerseSize) 0.08 ?
After the reading about the Apache::Status-Moduls, i give it a try. But
the interessing links fails :-(
Here the first information about the error, maybe you have an idea where
i could start the debu
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
i'm still trying to figure out how i have a 30mb parent and 17mb
children
Apache2::Status is confusing me
"""
A very common setup might be: Perl Module B::TerseSize
SetHandler perl-script
PerlResponseHandler Apache2::Status
PerlSetVar StatusOptionsAll On
PerlSetVar
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
Trying to track down a bit o' memory bloat using the Symbol Table dump in /perl-status and B::TerseSize. Running into some problemsError: [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-2level/Apache2/Status.pm line