|
Package PyMonitor ::
Module monitor
|
|
Module PyMonitor.monitor
monitor - MonitorServer for Python
This module is used to add support for enable runtime monitoring of an
Python application.
Client size API is defined by the class Monitor.
Example:
import PyMonitor.monitor as monitor
...
mon = monitor.MonitorServer(('127.0.0.1', 8881)) mon.start()
...
| Classes |
Monitor |
Monitor defines the API visible for the client. |
MonitorServer |
MonitorServer is an XML-RPC server providing functions from the monitor instance
that is passed as an argument to the server. |