{% extends 'base.html' %} {% block extra_js %} {% endblock %} {% block title %}System Statistics{% endblock %} {% block content %}
Current resource count: {{ '{:,}'.format(rsrc_stats['main']) }}
Historic snapshots: {{ '{:,}'.format(rsrc_stats['hist']) }}
Total triples: {{ '{:,}'.format(store_stats['num_triples']) }}
Current file count: {{ '{:,}'.format(nonrdf_stats['ct']) }}
Current size on disk: {{ fsize_fmt(nonrdf_stats['size']) }}
Overall size on disk: {{ fsize_fmt(store_stats['store_size'])}}
Refer to the LMDB API documentation for details about the parameters below.
{% for db_label, db in store_stats['db_stats'].items() %}Property | Value |
{{ p }} | {{ v }} |