Hi! I wonder if it's possible to extract statistics on how often my Zope-documents have been viewed. Thanks Horst _________________________________________________________________ Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp
Yes zope writes web logs, log in the var folder of your zope installation. Cheers. -- Andy McKay. ----- Original Message ----- From: "Horst Wald" <horstwald@hotmail.com> To: <zope@zope.org>; <website-talk-admin@list.ora.com> Sent: Thursday, August 23, 2001 7:24 AM Subject: [Zope] statistics
Hi!
I wonder if it's possible to extract statistics on how often my Zope-documents have been viewed.
Thanks
Horst
_________________________________________________________________ Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp
_______________________________________________ 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 )
Hi! hello
I wonder if it's possible to extract statistics on how often my Zope-documents have been viewed.
Yeah, check the var/Z2.log file. Run that through something like wusage (see google) and you can get pretty detailed statistics. However, the log file only logs URLs hit on the server. Suppose then that the Zope-document you want to count clicks on isn't reached on a URL, you'll then have to use a counter product (see zope.org) Peter
Thanks
Horst
_________________________________________________________________ Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp
_______________________________________________ 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 )
Watch $ZOPEDIR/var/z2.log Seems to be a standard CLF log file. So you may use Webalyzer http://www.webalizer.org/ to make stat pages. As I do virtual hosting, I use the Apache logs for this.
participants (4)
-
Andy McKay -
Gilles Lenfant -
Horst Wald -
Peter Bengtsson