[Zope] Counting hits
Rodrigo Senra
rodsenra at gpr.com.br
Wed Sep 29 13:06:27 EDT 2004
[ 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
More information about the Zope
mailing list