{% extends 'layout.html' %} {% load static %} {% load url_replace %} {% load humanize %} {% block title %}Statistics - {{ port.name }} |{% endblock %} {% block head_scripts %} {% endblock %} {% block content %}
{% include 'port/includes/port-header.html' with port=port %} {% include 'port/includes/port-tabs.html' with port_name=port.name active="stats" %}
Displaying statistics for {{ users_in_duration_count|intcomma }} users who made submissions during: until

Statistics for selected duration

{{ start_date|date:"Y-M-d" }} to {{ end_date|date:"Y-M-d" }}


{% if count.all > 0 %}
Total Installations {{ count.all|intcomma }}
Requested Installations {{ count.requested|intcomma }}


macOS Versions

Loading Chart

Port Versions

Loading Chart



Xcode Versions

Loading Chart

CLT Versions

Loading Chart



Variants table

Variants Count


Monthly Statistics

Can remain cached for up to 24 hours









{% else %}
No stats available for this selection.

Try changing the range of days. Alternatively visit statistics page to have an overall look at the submitted statistics.

{% endif %}
{% if count.all > 0 %} {% endif %} {% endblock %}