Re: [Zope] ZServer Statistics

2000-09-11 Thread J. Atwood

 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


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] ZServer Statistics

2000-09-11 Thread rgines


 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.

Analog is a great tool and I have used it under other Web Servers.

I wonder if anyone has a working config file which can read the Zope
logs and would be willing to share with everyone.

I'd be happy to write one, but being realistic since it has been on my
to-do list for six months  ( I believe that it is item number 351 ;-$ ) I
would
be fooling myself to think that I could do it in a reasonable time for
everyone.





___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] ZServer Statistics

2000-09-11 Thread J. Atwood

I have Analog running on a bunch of Zope servers (some behind Apache some
not) here are the only lines that make a difference.

LOGFILE /usr/local/zope/var/Z2.log

DIRSUFFIX index_html

I know that seems simple but that is all the is custom in my analog.cfg that
I took from the examples/big.cfg and made those two changes to (and a lot of
others that are site specific).

The best thing to do is get down and dirty with the fairly-good
documentation.

J


 From: [EMAIL PROTECTED]
 Date: Mon, 11 Sep 2000 14:54:26 -0500
 To: [EMAIL PROTECTED]
 Subject: Re: [Zope] ZServer Statistics
 
 
 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.
 
 Analog is a great tool and I have used it under other Web Servers.
 
 I wonder if anyone has a working config file which can read the Zope
 logs and would be willing to share with everyone.
 
 I'd be happy to write one, but being realistic since it has been on my
 to-do list for six months  ( I believe that it is item number 351 ;-$ ) I
 would
 be fooling myself to think that I could do it in a reasonable time for
 everyone.
 
 
 
 
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 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  -  [EMAIL PROTECTED]
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 )




Re: [Zope] ZServer Statistics

2000-07-23 Thread J. Atwood

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

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] ZServer Statistics

2000-07-21 Thread Robert Wohlfahrt

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 ([EMAIL PROTECTED])
Tel: 0179 / 2980074 Fax: 0351 / 2880145

___
Zope maillist  -  [EMAIL PROTECTED]
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 )