Class e.p.t.f.FileDescriptorMonitor(service_provider.ServiceProvider):

Part of elisa.plugins.testing.file_descriptor_monitor View In Hierarchy

Service checking periodically the number of currently opened file descriptors and giving a warning if a certain limit is reached.
Line # Kind Name Docs
43 Method initialize Initialize the component.
47 Method start Start the service.
55 Method stop Stop the service.
59 Method _check Undocumented

Inherited from Component (via ServiceProvider):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
142 Method clean Clean the component.

Inherited from Loggable (via ServiceProvider, Component):

Line # Kind Name Docs
81 Method __init__ Undocumented
def initialize(self):
Initialize the component.

This method is called by Component.create to finish the initialization of a component.

Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def start(self):
Start the service.

return: a deferred fired when the service is started rtype: elisa.core.utils.defer.Deferred

def stop(self):
Stop the service.

return: a deferred fired when the service is started rtype: elisa.core.utils.defer.Deferred

def _check(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.