RE: [Zope] Access statistics?
Analog all the way: http://www.analog.cx Though it's user tracking is done from the apache logs, and Zope's users aren't caught by apache. Should be able to customize it to read the Z2.log though ... J.F. -----Original Message----- From: Paul Winkler [mailto:pw_lists@slinkp.com] Sent: Tuesday, June 17, 2003 12:28 PM To: zope@zope.org Subject: [Zope] Access statistics? Can anyone recommend a (free) access log stats tool that works nicely with a zope+apache site? I need something that can be configured to view stats per user ID, so we can see who downloaded what when. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's ROTISSERIE FAT LORD! (random hero from isometric.spaceninja.com) _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Tue, Jun 17, 2003 at 04:51:45PM -0400, Jean-Francois.Doyon@CCRS.NRCan.gc.ca wrote:
Analog all the way:
Though it's user tracking is done from the apache logs, and Zope's users aren't caught by apache.
Should be able to customize it to read the Z2.log though ...
Indeed, it turned out to be trivial. Thanks for the pointer, Analog is great! The zope log file format wasn't automatically recognized, though. it's very close to some of the formats that analog automatically detects, but apparently not close enough. Easy enough to fix - I put this in analog.cfg: LOGFORMAT (%S - %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%f" "%B") ... which works great. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's SUPER SHARPSHOOTER 9000! (random hero from isometric.spaceninja.com)
participants (2)
-
Jean-Francois.Doyon@CCRS.NRCan.gc.ca -
Paul Winkler