[Zope] ZServer Statistics

2000-07-21 Thread Demos Economacos

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/

___
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] ZPatterns and LoginManager

2000-07-20 Thread Demos Economacos


> To: Mathias Bengtsson <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> 
> I am still having a little trouble - I am newbie, so
> please excuse my dumb questions :) 
> 
> When I do the make, I get 
> make: *** No rule to make target `DynPersist.c',
> needed by `DynPersist.o'.  Stop
> 
> I am not sure, but am I supposed to copy the
> Makefile.pre.in from ZPatterns to python library two
> levels above - and then run the make -f
> Makefile.pre.in boot from ZPatterns?
> 
> Thanks for your help! 
> 
> 
> 
> --- Mathias Bengtsson <[EMAIL PROTECTED]> wrote:
> > When I installed ZPatterns. I first untared in
> zope
> > root as usual.  Then
> > standing in the
> > /zope/lib/python/Products/ZPatterns/  library i da
> a
> > copy of the
> > makefile two steps above
> > cp ../../Makefil
> *** MESSAGE TRUNCATED ***
> 


__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

___
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] ZPatterns and LoginManager

2000-07-20 Thread Demos Economacos


> To: Mathias Bengtsson <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> 
> I am still having a little trouble - I am newbie, so
> please excuse my dumb questions :) 
> 
> When I do the make, I get 
> make: *** No rule to make target `DynPersist.c',
> needed by `DynPersist.o'.  Stop
> 
> I am not sure, but am I supposed to copy the
> Makefile.pre.in from ZPatterns to python library two
> levels above - and then run the make -f
> Makefile.pre.in boot from ZPatterns?
> 
> Thanks for your help! 
> 
> 
> 
> --- Mathias Bengtsson <[EMAIL PROTECTED]> wrote:
> > When I installed ZPatterns. I first untared in
> zope
> > root as usual.  Then
> > standing in the
> > /zope/lib/python/Products/ZPatterns/  library i da
> a
> > copy of the
> > makefile two steps above
> > cp ../../Makefil
> *** MESSAGE TRUNCATED ***
> 


__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

___
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] Login manager and ZPatterns - error

2000-07-20 Thread Demos Economacos

I had an older version of LoginManager (0.3) installed
on my default Zope installation (2.1.6) running on a
RH 6.3 Linux. I downloaded and installed LoginManager
0.8.6 and then things started getting weird.
LoginManager and PTK were both being reported as
broken products. 

So, spent about 4 hours trying to understand what was
going on (reinstalling - reading the zope.org and
egroups) and then found out that I needed ZPatterns.
So I downloaded the binary version (0.3) and installed
that. However, when I tried to do the make part, I
kept getting an error. After much investigation, I
discoverd that I needed the Components library for the
makefile stuff. So,I then had to download the entire
Zope souce code and installed that into a new
directory - and copied the components over to the
existing zope directory. However the make still didnt
work. Then I tried (un)taring Zpatterns into the new
zope and tried to make and still problems. Tben I
downloaded the source an older version of ZPatterns
and installed that to the new zope and got the make to
work eventually. Then i tried the same procedure on
teh old zope and still no joy. Then I decided to copy
over everything from the new zope to the old zope in
the ZODB directory that was new. That seemed to do the
trick and enventually after about 16 straight hours of
pure frustration (for a newbie like me) i got the
makefile step to go through without an error. 

However, when I restart zope, I now get a new error in
the login manager traceback:
Traceback (innermost last):
  File
"/usr/share/zope/lib/python/OFS/Application.py", line
387, in import_products
product=__import__(pname, global_dict,
global_dict, silly)
  File
"/usr/share/zope/lib/python/Products/LoginManager/__init__.py",
line 1, in ?
import LoginManager, LoginMethods, UserSources
  File
"/usr/share/zope/lib/python/Products/LoginManager/LoginManager.py",
line 9, in ?
from Products.ZPatterns.SheetProviders import
SheetProviderContainer
ImportError: cannot import name SheetProviderContainer

I have no idea where to even start looking for the
problem. Anyone have any hint or idea - I would really
appreciate any help. Its been a very long and
frustrating day :)

Thanks in advance

Demos




__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

___
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] how to stress test a zope site?

2000-07-11 Thread Demos Economacos

All, 

Is there a way that I can run a stress test on a Zope
site running ZServer? I am trying to do some capacity
planning and trying to determine how the sustained hit
count before performance starts degrading. 

Any suggestions and thoughts will be appreciated.

Thanks

Demos
 



__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

___
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 )