{% extends "base.html" %} {% block content %} <div id=psla class=prompt> <h1>Perforce Server Log Analyzer - local Docker version</h1> <h2>Diagnosis of Server Performance Issues</h2> <p> Upload/specify a log file to the Perforce Server Log Analyzer (PSLA), and it will describe in detail those commands that may have affected your server performance. Your log data is stored in a local Sqllite3 database. </p> <div class="hr-dotted"></div> <p> The PSLA is a Web interface that wraps around our popular <a href="/log2sqlp.py">log2sql.py</a> tool. log2sql.py permits custom reports, but it requires local Python and package installations, or a docker installation and can require knowledge of SQL. The PSLA is easier to use: just upload your log file and start analyzing the results. </p> <div class="hr-dotted"></div> <div class=buttons> <a class=btn href='{{ url_for("analyzeLog") }}'> <span>Analyze Log DB</span></a> <a class=btn href='{{ url_for("queryLog") }}'> <span>Single Query Log DB</span></a> <a class=btn href='{{ url_for("uploadLog") }}'> <span>Upload a New Log</span></a> </div> <div style="clear: both;"></div> </div> {% endblock %}
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#5 | 25220 | Robert Cowham |
Moved project files to new location: //guest/perforce_software/log-analyzer/psla/... Required by Swarm project structure for workshop. |
||
#4 | 24979 | Robert Cowham |
Tidy up charting to add db selection and titles. Clarify README |
||
#3 | 23896 | Robert Cowham | Nicer formatting of help text | ||
#2 | 23845 | Robert Cowham | Basic query form working | ||
#1 | 23765 | Robert Cowham | Moved things down one level to psla dir to make it easier to see what belongs | ||
//guest/perforce_software/utils/log_analyzer/app/templates/index.html | |||||
#2 | 23705 | Robert Cowham | Basics working in simplified form | ||
#1 | 23704 | Robert Cowham | Save before simplifying |