|
Project Information
Links
|
PyMXThe Python Management Extensions (PyMX) is a Python analog to Java's JMX. PyMX aims to be an API for the management and monitoring of resources such as applications, devices, services, as well as the Python interpreter. GoalsThe primary goal of PyMX is to provide a native-Python means of implementing management interfaces for Python applications. Administrators and developers of Zope, Django (via mod_python), Twisted and other Python applications will make use of PyMX in order to integrate into existing management and monitoring systems. As part of creating PyMX for this over-arching goal, we have several target deliverables:
For specific details, see the Roadmap. ArchitectureThe JMX architecture given on Wikipedia:
There's more info on PyMX in our Project Wiki. |