zc.z3monitor is a server that runs in a Zope 3 process and that provides a command-line interface to request various bits of information. It is based on zc.monitor, which is itself based on zc.ngi, so we can use the zc.ngi testing infrastructure to demonstrate it.
This package provides several Zope 3 and ZODB monitoring and introspection tools that work within the zc.monitor server. These are demonstrated below.
Please see the zc.monitor documentation for details on how the server works.
This package also supports starting a monitor using ZConfig, and provides a default configure.zcml for registering plugins.
The ZConfig setup is not demonstrated in this documentation, but the usage is simple. In your ZConfig file, provide a "product-config" stanza for zc.z3monitor that specifies the port on which the zc.monitor server should listen.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· New bind product-config option to bind to a specific address/socket Old port still useable.