{% for ws in worker_list %} {% if 'dashboard' in ws.services %} {% else %} {% end %} {% end %}
Worker Name Cores Memory Memory use Occupancy Processing In-memory Services Logs
{{ws.address}} {{ ws.name if ws.name is not None else "" }} {{ ws.nthreads }} {{ format_bytes(ws.memory_limit) if ws.memory_limit is not None else "" }} {{ format_time(ws.occupancy) }} {{ len(ws.processing) }} {{ len(ws.has_what) }} dashboard logs