def _get_system_stats_(self): stats = {} one, five, fifteen = os.getloadavg() stats['load'] = [one, five, fifteen] return stats