{% extends "django_pev/base.html" %} {% block content %}

Live Queries

  • Total queries: {{ queries| length}}
{% for row in queries %} {% endfor%}
PID Database User Backend Type State Source Duration Waiting Query Started At Duration ms
{{ row.pid }} {% if row.is_long_running%} Long {% endif %} {{ row.database}} {{ row.user}} {{ row.backend_type}} {{ row.state}} {{ row.source}} {{ row.duration}} {{ row.waiting}} {{ row.query }} {{ row.started_at}} {{ row.duration_ms}}
{% endblock %}