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

Perforce Server Log Analyzer - local Docker version

Analyze Server Log: '{{ LogFile }}'

Max commands running per minute

{% for table in tables %}

{{ table.title }}

{{ table.explanation }}

{{ table.sql }}

Time to run query: {{ table.time_taken }}

{{ table.data|safe }} {% endfor %}
{% endblock %}