Re: [Zope] Log Analyzer Product
Is there any way to sort Z2.log for various client calls? I'd *love* to be able to use Analog on Z2.log and *just* pull the records pertinent to a specific URL (in other words, each client individually). Is this possible? TIA, BenO At 10:14 AM 12/3/01 -0500, you wrote:
For analyzing Z2 logs ? Analog is IMHO the most flexible tool for analyzing web logs and Z2.logs.
Andreas
----- Original Message ----- From: "Ben Ocean" <zope@thewebsons.com> To: <zope@zope.org> Sent: Monday, December 03, 2001 10:15 Subject: [Zope] Log Analyzer Product
Hi; Are there any log analyzer products out there like Analog http://www.statslab.cam.ac.uk/~sret1/analog/ TIA, BenO
_______________________________________________ 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 )
If you need just the URLs that match a specific pattern I would use grep to pre-filter Z2.log and use the result as input for analog. A similiar functionality is also in analog (I think). But don't ask me about details. Instead refer to the analog docs. Andrea ----- Original Message ----- From: "Ben Ocean" <zope@thewebsons.com> To: "Andreas Jung" <andreas@zope.com> Cc: <zope@zope.org> Sent: Monday, December 03, 2001 12:58 Subject: Re: [Zope] Log Analyzer Product
Is there any way to sort Z2.log for various client calls? I'd *love* to be able to use Analog on Z2.log and *just* pull the records pertinent to a specific URL (in other words, each client individually). Is this possible? TIA, BenO
At 10:14 AM 12/3/01 -0500, you wrote:
For analyzing Z2 logs ? Analog is IMHO the most flexible tool for analyzing web logs and Z2.logs.
Andreas
----- Original Message ----- From: "Ben Ocean" <zope@thewebsons.com> To: <zope@zope.org> Sent: Monday, December 03, 2001 10:15 Subject: [Zope] Log Analyzer Product
Hi; Are there any log analyzer products out there like Analog http://www.statslab.cam.ac.uk/~sret1/analog/ TIA, BenO
_______________________________________________ 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, I know of to soultion and use both... First, you could use the shareware summary http://www.summary.net as your log processor. It is able to separate log entries by folder, server,... it runs on several plattforms, processes logs at set intervals and comes with a built in webserver which is really cool for what it does (give access to a client for just his reports...). It offers 150 different reports, which you can disable on a client-by-client basis. I'd say it is an evolution of analog, as the author worked on analog or at least the porting of analog to some plattforms. Second, I set up apache as a frontend to zope using some proxy directions. This way, I can easily customize my logs in a very extensive way. This also generates a log for every virtual host I setUp. I am using both solutions together. I have apache split logs for each entry, log every single piece possible and then offer them to summary for processing. This way I can still have overall logs (combinig all clients log in summary), give clients access to their files (what they always want at the start of cooperation but never use after they saw what summary produces for them...) Regards Jochen Am Montag den, 3. Dezember 2001, um 18:58, schrieb Ben Ocean:
Is there any way to sort Z2.log for various client calls? I'd *love* to be able to use Analog on Z2.log and *just* pull the records pertinent to a specific URL (in other words, each client individually). Is this possible? TIA, BenO
At 10:14 AM 12/3/01 -0500, you wrote:
For analyzing Z2 logs ? Analog is IMHO the most flexible tool for analyzing web logs and Z2.logs.
Andreas
----- Original Message ----- From: "Ben Ocean" <zope@thewebsons.com> To: <zope@zope.org> Sent: Monday, December 03, 2001 10:15 Subject: [Zope] Log Analyzer Product
Hi; Are there any log analyzer products out there like Analog http://www.statslab.cam.ac.uk/~sret1/analog/ TIA, BenO
_______________________________________________ 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)
-
Andreas Jung -
Ben Ocean -
Jochen Häberle