{% extends "base.html" %} {% block title %} {{ application_name }} Development Console - Datastore Stats Control{% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %} Datastore Stats {% endblock %} {% block body %}

Datastore Stats Generator

{% if msg %}

{{ msg }}

{% endif %}
Datastore Stats are generated periodically on deployed datastore instances for each application. In the development server however datastore stats are generated only upon request. The following button will populate datastore stats for the current contents of the datastore. The generated byte sizes may vary slightly from a deployed application.

The process of generating datastore stats locally may take a while so please be patient.

{% if app_id %} {% endif %}
{% endblock %}