Return human readable report for each worker. Returns: Dict: Dictionary ``{HOSTNAME: {'ok': REPORT_STRING}}``.
(self)
| 115 | )) |
| 116 | |
| 117 | def report(self): |
| 118 | """Return human readable report for each worker. |
| 119 | |
| 120 | Returns: |
| 121 | Dict: Dictionary ``{HOSTNAME: {'ok': REPORT_STRING}}``. |
| 122 | """ |
| 123 | return self._request('report') |
| 124 | |
| 125 | def clock(self): |
| 126 | """Get the Clock value on workers. |