Is there way to determine how many (and which)pages ZServer serves? I am running ZServer as my primary
Have a look into
/path_to_your_zope/var/Z2.log
And run a log analyzer like Analog (http://www.analog.cx) on it.
Analog is a great tool and I have used it under other Web Servers. I wonder if anyone has a working config file which can read the Zope logs and would be willing to share with everyone. I'd be happy to write one, but being realistic since it has been on my to-do list for six months ( I believe that it is item number 351 ;-$ ) I would be fooling myself to think that I could do it in a reasonable time for everyone.
I have Analog running on a bunch of Zope servers (some behind Apache some not) here are the only lines that make a difference. LOGFILE /usr/local/zope/var/Z2.log DIRSUFFIX index_html I know that seems simple but that is all the is custom in my analog.cfg that I took from the examples/big.cfg and made those two changes to (and a lot of others that are site specific). The best thing to do is get down and dirty with the fairly-good documentation. J
From: rgines@purina.com Date: Mon, 11 Sep 2000 14:54:26 -0500 To: zope@zope.org Subject: Re: [Zope] ZServer Statistics
Is there way to determine how many (and which)pages ZServer serves? I am running ZServer as my primary
Have a look into
/path_to_your_zope/var/Z2.log
And run a log analyzer like Analog (http://www.analog.cx) on it.
Analog is a great tool and I have used it under other Web Servers.
I wonder if anyone has a working config file which can read the Zope logs and would be willing to share with everyone.
I'd be happy to write one, but being realistic since it has been on my to-do list for six months ( I believe that it is item number 351 ;-$ ) I would be fooling myself to think that I could do it in a reasonable time for everyone.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
J. Atwood -
rgines@purina.com