29 Sep
2004
29 Sep
'04
5:06 p.m.
[ John Poltorak ] ------------------- | > How do people count the number of hits they have on a Zope website? In addition to the previous responses, you can use two approaches to have ¨some measurement¨, it is up to you to decide if they serve your purposes <wink>: 1) Run webalizer (http://www.mrunix.net/webalizer/) over your Z2.log file. Just use (-F clf) option. This will generate a html report with graphics and tables. 2) If you want to count how many times a single published object is referenced. You can always count each access incrementing a property through 'manage_changeProperties()', very rudimentary and yet very simple to implement. best regards, Rod Senra