| Worker | Name | Cores | Memory | Memory use | Occupancy | Processing | In-memory | Services | Logs | Last seen{% if api_enabled %} | {% else %} {% end %} | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{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) }}{% if 'dashboard' in ws.services %} | dashboard{% else %} | {% end %} | logs | {{ format_time(time() - ws.last_seen) }}{% if api_enabled %} | {% else %} {% end %} |