[Zope] page hits ?

sean.upton@uniontrib.com sean.upton@uniontrib.com
Wed, 27 Mar 2002 14:31:41 -0800


I know you want a Zope only solution, but I might suggest that if you really
want good detail, you may want to consider logging with a reverse-proxy like
Squid as an HTTP accelerator, which can be configured to log the entire http
request and response headers.  It takes up a lot of disk space because it
logs so much more, but gzip will compress these logs 20:1.  Then you can
filter these through a script, written in the language of your choice to
output/parse/report, etc on what is being accessed, or parse the values from
the log into a database after rotation and do queries on them as much as you
want, etc.

Sean

-----Original Message-----
From: Marcio Marchini [mailto:mqm@magma.ca]
Sent: Wednesday, March 27, 2002 9:09 AM
To: zope@zope.org
Subject: RE: [Zope] page hits ?


> You can filter out unneeded lines from Z2.log either with Squid

	I'd like a Zope-only solution if possible, to keep it simple to
install & move
around.

> or by changing the configuration of the reporting tools.

	Is it not possible to change what gets logged ? The logs would grow
slower, and
I would only log what I really need. Pointers ?

	thanks !!

marcio




_______________________________________________
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 )