{% extends "base_site.html" %} {% block title %} Stats {% endblock %} {% block content %}

Statistics

Database was last updated {{last_update|timesince}} ago.

Players

There are currently {{total_players}} players online, spread out on {{servers_with_players}} active servers.

Servers

In total there are {{servers_total}} servers in the database.

Within the last hour, {{servers_online}} ({% widthratio servers_online servers_total 100 %}%) servers has been updated.

{{servers_warning}} ({% widthratio servers_warning servers_total 100 %}%) servers has not been updated for over an hour and are currently in an unknown state.

Lasty there are {{servers_offline}} ({% widthratio servers_offline servers_total 100 %}%) servers that has not been updated for over a day and will be removed automatically after a week of inactivity.

{% endblock %}