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

Perforce Server Log Analyzer - local Docker version

Analyze Server Log: '{{ LogFile }}'

The table below lists up to 25 problematic commands. These operations are likely to have degraded server performance by holding database locks for extended periods of time. When a process holds database locks (especially exclusive locks) it has the potential to block other operations and make the server less responsive.

{% for table in tables %}

{{titles[loop.index]}}

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