1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<!DOCTYPE html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<meta charset="UTF-8">
<link rel="icon" href="./16x16.svg">
<script type="module" src="module/logs.js"></script>
<title>Logs for Performance Tuning</title>
<h1>Query Logs</h1>
<pre>[</pre>
<pre id="queryLogs"></pre>
<pre>];</pre>
<pre id="queryLogsAnalysis"></pre>
<h1>Internal Messaging Logs</h1>
<pre>{</pre>
<pre id="connectionMessageLogs"></pre>
<pre>};</pre>
<pre id="connectionMessageLogsAnalysis"></pre>
|