Re: [Zope] How to know what are zope doing now?

2007-09-20 Thread Garito
Thank you very much!
I was thinking in something more like a monitor (to use it even if zope is
working ok) but I try it

2007/9/20, Paul Winkler <[EMAIL PROTECTED]>:
>
> You might also consider turning on the trace log.  I've sometimes done
> troubleshooting by eyeballing that file and/or using
> requestprofiler.py.  This is useful if some requests are taking so
> long that zope seems to hang.  But DeadlockDebugger might be easier to
> use.
>
> - P
>
> On Thu, Sep 20, 2007 at 01:33:55AM +0200, Garito wrote:
> > Hi!
> > Every night my Zope server has 99% cpu usage and, sometimes, the server
> > stops to serve pages
> >
> > There are any way to know what the Zope server is doing in real time?
> >
> > I know I could look at event.log or z2.log but I would like to know the
> > activity in real time
> >
> > Is this posible?
> >
> > How can I know what my server is doing?
>
> --
>
> Paul Winkler
> http://www.slinkp.com
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>



-- 
Mis Cosas
http://blogs.sistes.net/Garito
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] How to know what are zope doing now?

2007-09-19 Thread Paul Winkler
You might also consider turning on the trace log.  I've sometimes done
troubleshooting by eyeballing that file and/or using
requestprofiler.py.  This is useful if some requests are taking so
long that zope seems to hang.  But DeadlockDebugger might be easier to
use.

- P

On Thu, Sep 20, 2007 at 01:33:55AM +0200, Garito wrote:
> Hi!
> Every night my Zope server has 99% cpu usage and, sometimes, the server
> stops to serve pages
> 
> There are any way to know what the Zope server is doing in real time?
> 
> I know I could look at event.log or z2.log but I would like to know the
> activity in real time
> 
> Is this posible?
> 
> How can I know what my server is doing?

-- 

Paul Winkler
http://www.slinkp.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] How to know what are zope doing now?

2007-09-19 Thread Brian Sullivan
On 9/19/07, Garito <[EMAIL PROTECTED]> wrote:
> Hi!
> Every night my Zope server has 99% cpu usage and, sometimes, the server
> stops to serve pages
>
> There are any way to know what the Zope server is doing in real time?
>
> I know I could look at event.log or z2.log but I would like to know the
> activity in real time
>
> Is this posible?
>
> How can I know what my server is doing?
>
> Thanks!
>

The DeadlockDebugger product may help (it helped me in a similar situation);

http://www.zope.org/Members/nuxeo/Products/DeadlockDebugger/folder_contents
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] How to know what are zope doing now?

2007-09-19 Thread Garito
Hi!
Every night my Zope server has 99% cpu usage and, sometimes, the server
stops to serve pages

There are any way to know what the Zope server is doing in real time?

I know I could look at event.log or z2.log but I would like to know the
activity in real time

Is this posible?

How can I know what my server is doing?

Thanks!

-- 
Mis Cosas
http://blogs.sistes.net/Garito
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )