{% extends "index.html" %} {% block content %} {% if not map_plot %}
Network composition
Distribution of reducers, combiners and clients.
Download config
To connect additional clients you need a configuration which you can download here.
{% endif %} {% if map_plot %}
FEDn network (map)
{% endif %}
Combiners
{% if not combiner_info %} {% else %} {% for dict_item in combiner_info %} {% endfor %}
Name Active clients IP Country Region City
{{ dict_item['name'] }} {{ dict_item['nr_active_clients'] }} {{ dict_item['ip'] }} {{ dict_item['country'] }} {{ dict_item['region'] }} {{ dict_item['city'] }}
{% 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 %}