{% extends "base.html" %} {% block content %}
{% if error %}
{{ error }}
{% endif %} {% if flash %}
{{ flash.msg }}
{% endif %}
Embedded SecantusDB server
{% if embedded.running %}
{{ embedded.uri }}
Storage at {{ embedded.storage_path }} · the admin app is connected to it.
{% else %}
stopped
Click Start to spin up an in-process server; the admin app will switch its target automatically.
{% endif %}
{% if embedded.running %}
{% else %}
{% endif %}
Uptime
Connections
/
current / total opened
Wire requests
/s
Total commands
/s

Operations per second

Inserts /s
Queries /s
Updates /s
Deletes /s
{% endblock %}