dispatcher {% if dispatcher.alive %} · il y a {{ dispatcher.age_s }}s {% elif dispatcher.age_s is not none %} · last seen {{ dispatcher.age_s }}s ago {% else %} · non démarré {% endif %}
{% for w in workers %}
{{ w.host }} {{ w.gpu }} {% if w.online %}online{% else %}offline{% endif %}
{% if w.online %}
VRAM {{ w.vram_used_mib }} / {{ w.vram_total_mib }} MiB
GPU {{ w.gpu_util_pct }}%
{% if w.gpu_temp_c is not none %}{{ w.gpu_temp_c }}°C{% endif %} {% if w.gpu_power_w is not none %}{{ w.gpu_power_w }}W{% endif %} / {{ w.disk_avail }} dispo {{ w.disk_used_pct }} utilisé
{% else %}
{{ w.error or "unreachable" }}
{% endif %}
{% endfor %}