Re: apache2::Status & B::TerseSize

2006-08-12 Thread Jonathan
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

Re: apache2::Status & B::TerseSize

2006-08-12 Thread Jonathan
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

Error with B::TerseSize WAS: apache2::Status & B::TerseSize

2006-08-12 Thread Jens Gassmann
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

Re: apache2::Status & B::TerseSize

2006-08-11 Thread Jonathan
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

Re: apache2::Status & B::TerseSize

2006-08-11 Thread Philip M. Gollucci
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

apache2::Status & B::TerseSize

2006-08-11 Thread Jonathan Vanasco
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

Re: Apache2::Status, B::TerseSize

2005-05-11 Thread Stas Bekman
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

Apache2::Status, B::TerseSize

2005-05-11 Thread Matthew Berk
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