Hello all, Before I reinvent the wheel, is there a product that dynamically generates graphs of your zope site's logs and otherwise parses them for real-time display in Zope? For example, a pie chart of the address space visiting your website. Naturally, I'd want to be able to output/filter the site statistics (it seems to be straightforward to write a python script to do this though) Zope certainly has an embarrassment of riches when going through http://www.zope.org/Products, I just haven't seen (yet) the product to do this. I've seen logger, which writes to the log via DTML, and I'm looking over PIL from the Zope: Web Application Construction Kit. I'm just wondering if someone has scratched this particular itch, or knows where to start .... Thanks, *************************** * Adam Getchell AdamG@hrrm.ucdavis.edu * System Architect/Programmer (530) 752-1584 * Human Resources Information Systems http://www.hr.ucdavis.edu/ *************************** "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu
The simplest solution might be to run Webalizer on Zope Z2.log. Since webalizer has an incremental mode it might be fast enough to perform a more or less realtime analysis of the site. -aj ----- Original Message ----- From: "Adam Getchell" <AdamG@hrrm.ucdavis.edu> To: <zope@zope.org> Cc: <zope@math.ucdavis.edu> Sent: Monday, May 13, 2002 20:47 Subject: [Zope] Zope logging
Hello all,
Before I reinvent the wheel, is there a product that dynamically generates graphs of your zope site's logs and otherwise parses them for real-time display in Zope? For example, a pie chart of the address space visiting your website. Naturally, I'd want to be able to output/filter the site statistics (it seems to be straightforward to write a python script to do this though)
Zope certainly has an embarrassment of riches when going through http://www.zope.org/Products, I just haven't seen (yet) the product to do this.
I've seen logger, which writes to the log via DTML, and I'm looking over PIL from the Zope: Web Application Construction Kit. I'm just wondering if someone has scratched this particular itch, or knows where to start ....
Thanks,
*************************** * Adam Getchell AdamG@hrrm.ucdavis.edu * System Architect/Programmer (530) 752-1584 * Human Resources Information Systems http://www.hr.ucdavis.edu/ *************************** "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu
_______________________________________________ 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 )
Webalizer works well on Z2.log. I have it set up to run every 10 or 15 minutes - in incremental mode it's very fast. Set up a cron job to run it. Use LocalFS to 'open a window' to a directory (like Zope.../var/log) and have Webalizer dump it's report there - then you can browse it back in zope. Webalizer also now works on native Squid logs - and squid gives you much richer data - like resolving IP addresses to country, etc. - so if you run zope behind squid you can look at the squid logs instead. on 5/13/02 8:54 PM, Andreas Jung at andreas@andreas-jung.com scrivened:
The simplest solution might be to run Webalizer on Zope Z2.log. Since webalizer has an incremental mode it might be fast enough to perform a more or less realtime analysis of the site.
-aj ----- Original Message ----- From: "Adam Getchell" <AdamG@hrrm.ucdavis.edu> To: <zope@zope.org> Cc: <zope@math.ucdavis.edu> Sent: Monday, May 13, 2002 20:47 Subject: [Zope] Zope logging
Hello all,
Before I reinvent the wheel, is there a product that dynamically generates graphs of your zope site's logs and otherwise parses them for real-time display in Zope? For example, a pie chart of the address space visiting your website. Naturally, I'd want to be able to output/filter the site statistics (it seems to be straightforward to write a python script to do this though)
Zope certainly has an embarrassment of riches when going through http://www.zope.org/Products, I just haven't seen (yet) the product to do this.
I've seen logger, which writes to the log via DTML, and I'm looking over PIL from the Zope: Web Application Construction Kit. I'm just wondering if someone has scratched this particular itch, or knows where to start ....
Thanks,
*************************** * Adam Getchell AdamG@hrrm.ucdavis.edu * System Architect/Programmer (530) 752-1584 * Human Resources Information Systems http://www.hr.ucdavis.edu/ *************************** "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu
_______________________________________________ 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 )
_______________________________________________ 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 (3)
-
Adam Getchell -
Andreas Jung -
Marc Lindahl