Todd Finney wrote:
At 09:13 AM 1/13/2005 -0500, Stas Bekman wrote:

You forgot to mention what Apache::VMonitor version you are using (also what Apache::Scoreboard version)


My apologies.  VMonitor 2.01 and Scoreboard 0.11.

All this information is coming from Apache's scoreboard, A-VM just pulls it via Apache::Scoreboard perl glue. I'd try to play with mod_status's extended mode, which does exactly the same (but gives you much less info than A-VM).
Can you give me a little more detail regarding what I should be looking for, or perhaps a doc pointer?

mod_status: http://httpd.apache.org/docs/mod/mod_status.html

as for A-VM, it's just a perl code, you shouldn't have a difficulty to find your way around. A-VM 2.x is much easier to follow than its 1.x bro. It even uses Template Toolkit. the side-effect is that it's much slower now. 1.x used to have response times of 100msec and less, but it was really unmaintainable, since it was a mesh of printf statements. with 2x you can write your own skin for A-VM presentation and customise the output.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to