Re: [RareModules] new Apache::Status features (Memory Usage)

2000-02-08 Thread Bruce W. Hoylman
I had to add a 'Use B::TerseSize' to my startup.pl in order to get the right stuff available. Otherwise, I was getting: [Mon Feb 7 12:00:38 2000] [error] Undefined subroutine B::TerseSize::package_size called at /opt/gnu/lib/perl5/site_perl/5.005/sun4-solaris/Apache/Status.pm line 375.

[RareModules] new Apache::Status features (Memory Usage)

2000-02-05 Thread Stas Bekman
Someone has asked how to check the compiled size of subs and vars in mod_perl. New Apache::Status does it for you. There are many new features in the new Apache::Status, this post covers only the 'Memory Usage' feature. Apparently it's a very easy task. Installation: * grab the latest CVS

[RareModules] Apache::SubProcess

2000-02-04 Thread Stas Bekman
So, here is a first rare module: Apache::SubProcess Doug wrote this module a while ago, but it was never mentioned here on the list. It's available from CPAN. The output of Csystem(), Cexec(), and Copen(PIPE,"|program") calls will not be sent to the browser unless your Perl was configured with

[RareModules] Apache::VMonitor

2000-02-04 Thread Stas Bekman
Apache::VMonitor - Visual System and Apache Server Monitor This module emulates the reporting functionalities of top(), mount(), df() and ifconfig() utilities. There is a special mode for mod_perl processes. It has a visual alert capabilities and configurable

Re: RareModules

2000-02-04 Thread Stas Bekman
On Fri, 4 Feb 2000, Stas Bekman wrote: I suggest to open a series of posts whose goal to make the introduction of new and old modules [snip] What do you think? Good idea! Let's do Apache::VMonitor - I read in the docs that it needs GTop so I read the GTop docs and that needs...