ZServer Statistics
Is there way to determine how many (and which)pages ZServer serves? I am running ZServer as my primary server. What kind of statistics should I be looking for? For example should I be concerned about how long it takes to load pages, and how long users stay on a specific page etc? I am new to website management and would appreciate any and all suggestions. Thanks in advance. Demos __________________________________________________ Do You Yahoo!? Get Yahoo! Mail � Free email you can access from anywhere! http://mail.yahoo.com/
Hi,
Is there way to determine how many (and which)pages ZServer serves? I am running ZServer as my primary
Have a look into /path_to_your_zope/var/Z2.log Robert -- Robert Wohlfahrt (robert.wohlfahrt@sachsen-net.com) Tel: 0179 / 2980074 Fax: 0351 / 2880145
Is there way to determine how many (and which)pages ZServer serves? I am running ZServer as my primary
Have a look into
/path_to_your_zope/var/Z2.log
And run a log analyzer like Analog (http://www.analog.cx) on it. J
At 8:31 AM -0700 7/21/2000, Demos Economacos wrote:
Is there way to determine how many (and which)pages ZServer serves? I am running ZServer as my primary server. What kind of statistics should I be looking for?
Zope writes to a log file called "Z2.log" which in log terms is a "combined log file" format. You should be able to run any log analysis package against it and get most of the information you want. If you want to pay for a GUI go for Webtrends, otherwise you can use very powerful and free Analog (http://www.analog.cx) which can be customized to do almost anything.
For example should I be concerned about how long it takes to load pages, and how long users stay on a specific page etc?
For that kind of information you need to do some pretty tricky mathematics that are not always very accurate. J
participants (3)
-
Demos Economacos -
J. Atwood -
Robert Wohlfahrt