Re: [ZODB-Dev] ZEO monitor server

2010-05-04 Thread Christian Theune
On 04/30/2010 08:07 PM, Jim Fulton wrote:
> ZEO servers can optionally listen on a separate monitor port.
>
> If you telnet to the monitor port, you get a dump of server statistics.
>
> The statistics are useful, but I don't really see why this should be
> a dedicated server.  IMO, it would be just as useful to have a server
> method to be called from a ZEO client to get server statistics as a
> Python dictionary.
>
> Managing yet another port is a pain.
>
> The implementation is pain to maintain.
>
> Does anyone use the monitor server? Would anyone object
> if it went away, to be replaced by a server method on the standard
> ZEO protocol?

I keep meaning to use it and I think I'd do that sooner if it became 
part of the standard protocol.



-- 
Christian Theune · c...@gocept.com
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1
Zope and Plone consulting and development

___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] ZEO monitor server

2010-04-30 Thread Hanno Schlichting
On Fri, Apr 30, 2010 at 8:07 PM, Jim Fulton  wrote:
> Does anyone use the monitor server? Would anyone object
> if it went away, to be replaced by a server method on the standard
> ZEO protocol?

I don't know anyone using the monitor server. So changing it is not a
problem here.

We only use the activity monitor on the client side.

Hanno
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


[ZODB-Dev] ZEO monitor server

2010-04-30 Thread Jim Fulton
ZEO servers can optionally listen on a separate monitor port.

If you telnet to the monitor port, you get a dump of server statistics.

The statistics are useful, but I don't really see why this should be
a dedicated server.  IMO, it would be just as useful to have a server
method to be called from a ZEO client to get server statistics as a
Python dictionary.

Managing yet another port is a pain.

The implementation is pain to maintain.

Does anyone use the monitor server? Would anyone object
if it went away, to be replaced by a server method on the standard
ZEO protocol?

Jim

-- 
Jim Fulton
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev