{% extends 'layout.html' %} {% block title %}{{ dbName }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

Collections

{% if !settings.read_only %}
{% endif %}
{% if !settings.read_only && !settings.no_delete %} {% endif %} {% if grids.length && settings.gridFSEnabled %}

GridFS Buckets

{% for b in grids %} {% endfor %}
View

{{ b }}

{% endif %} {% if stats != false %}

Database stats

{% if stats.fileSize %} {% endif %} {% if stats.avgObjSize %} {% endif %} {% if stats.objects %} {% endif %} {% if stats.numExtents %} {% endif %} {% if stats.extentFreeListNum %} {% endif %} {% if stats.indexes %} {% endif %} {% if stats.indexSize %} {% endif %} {% if stats.dataFileVersion %} {% endif %}
Collections (incl. system.namespaces) {{ stats.collections }}
Data Size {{ stats.dataSize }}
Storage Size {{ stats.storageSize }}
File Size (on disk) {{ stats.fileSize }}
Avg Obj Size # {{ stats.avgObjSize }}
Objects # {{ stats.objects }}
Extents # {{ stats.numExtents }}
Extents Free List {{ stats.extentFreeListNum }}
Indexes # {{ stats.indexes }}
Index Size {{ stats.indexSize }}
Data File Version {{ stats.dataFileVersion }}
{% endif %} {% endblock %} {% block scripts %} {% if !settings.read_only %} {% endif %} {% endblock %}