{% extends "index.html" %} {% block content %}
Network composition
Distribution of reducers, combiners and clients.
Download config
To connect additional clients you need a configuration which you can download here.
Combiners
{% if not combiner_info %} {% else %} {% for dict_item in combiner_info %} {% endfor %}
Name Active trainers Active validators IP
{{ dict_item['name'] }} {{ dict_item['nr_active_trainers'] }} {{ dict_item['nr_active_validators'] }} {{ dict_item['ip'] }}
{% endif %}
Clients
{% if not active_clients %} {% else %} {% for client in active_clients %} {% if client['status'] == 'offline' %} {% else %} {% endif %} {% endfor %}
Name Combiner IP Updated At Role Status
{{ client['name'] }} {{ client['combiner'] }} {{ client['ip'] }} {{ client['updated_at'] }} {{ client['role'] }}

{{ client['status'] }}

{{ client['status'] }}

{% endif %}
Round time
{% if not round_time_plot %} {% else %}
{% endif %}
Combiner load
{% if not combiners_plot %} {% else %}
{% endif %}
Controller MEM and CPU Monitoring
{% if not mem_cpu_plot %} {% else %}
{% endif %}
{% endblock %}