class documentation

class MemoryUsage:

View In Hierarchy

Undocumented

Class Method from​_crawler Undocumented
Method __init__ Undocumented
Method ​_check​_limit Undocumented
Method ​_check​_warning Undocumented
Method ​_send​_report send notification mail with some additional useful info
Method engine​_started Undocumented
Method engine​_stopped Undocumented
Method get​_virtual​_size Undocumented
Method update Undocumented
Instance Variable check​_interval Undocumented
Instance Variable crawler Undocumented
Instance Variable limit Undocumented
Instance Variable mail Undocumented
Instance Variable notify​_mails Undocumented
Instance Variable resource Undocumented
Instance Variable tasks Undocumented
Instance Variable warned Undocumented
Instance Variable warning Undocumented
@classmethod
def from_crawler(cls, crawler):

Undocumented

def __init__(self, crawler):

Undocumented

def _check_limit(self):

Undocumented

def _check_warning(self):

Undocumented

def _send_report(self, rcpts, subject):
send notification mail with some additional useful info
def engine_started(self):

Undocumented

def engine_stopped(self):

Undocumented

def get_virtual_size(self):

Undocumented

def update(self):

Undocumented

check_interval =

Undocumented

crawler =

Undocumented

limit =

Undocumented

mail =

Undocumented

notify_mails =

Undocumented

resource =

Undocumented

tasks: list =

Undocumented

warned: bool =

Undocumented

warning =

Undocumented