{% extends "template.html" %} {% block "content" %}

Status

"project" collection

Data size: {{project_size}}

Index size: {{project_index_size}}


"event_category" collection

Data size: {{category_size}}

Index size: {{category_index_size}}


"event" collection

Data size: {{event_size}}

Index size: {{event_index_size}}

Item count: {{event_count}}

Average item size: {{event_avg_size}}

{% end %}