I'm a happy Analog user http://www.analog.cx, and I heartily recommend it. I wanted to see a quick summary of the last hits on my sites, so I wrote a little utiltity in python to take a tail of the Zope logfile, summarize and print out the information. Of course I kept thinking of new features, so now you can display the results in a terminal window and set it to update regularly, you can output the results as xml, etc., etc. I display the top 10 users of the site by number of hits, so if you chose to take the last ten million lines in your logfile (i.e., the whole thing), you would see how frequently each user has hit the site. You could easily modify the source to display all of the users, rather than just the top 10. You can find more detailed information at: http://www.zope.org/Members/howardhansen/logwatch Hope this helps Howard Hansen http://howard.editthispage.com ----- Original Message ----- > Subject:
site use ? From: To: =?US-ASCII?Q?Fr=8Ed= Cc: zope@zope.org Date: 13 Mar 2002 10:47:25 +0000
On Wed, 2002-03-13 at 10:18, =?US-ASCII?Q?Fr=8Ed=8Eric?= Lemaitre wrote:
Hello, A have my Intranet Zope production site since few days (GREAT !!!).
I would like to know if there is a way (without manualy analyse the access log) to know : - How many users have been authentified since the site is on-line ? - How many times a page has been seen ? - The top visited pages ? - Statistic of when, how much, etc.. users use the site ?
In fact, is there a Zope functionnality to do something like that whithout using an other software (like Webtrend) ?
No. You could try Analog or Webalizer as Free alternatives to Webtrends.
Seb