Screenshot Cluster Report

Generated on {{ generated }} — {{ total_hosts }} hosts — {{ n_unique }} unique screenshots — {{ n_clusters }} clusters — eps={{ eps }}
{% for cluster in clusters %}
#{{ cluster.rank }} {% if cluster.host_count == 1 %} Unique  {{ cluster.host_count }} {% else %} Cluster {{ cluster.label }}  {{ cluster.host_count }} {% endif %}
{% for thumb in cluster.thumbs %}
{{ thumb.name }}
{% if thumb.hosts %} {{ thumb.hosts | length }} host{{ 's' if thumb.hosts | length != 1 else '' }} ▼
    {% for host in thumb.hosts | sort %}
  • {{ host }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% if cluster.thumbs | length > 5 %}
▼ Show all {{ cluster.thumbs | length }} screenshots
{% endif %}
{% endfor %}