db connection stats

This commit is contained in:
2020-06-01 14:39:22 +02:00
parent f3b4c8b477
commit 98503a385b
3 changed files with 27 additions and 1 deletions

View File

@@ -27,6 +27,19 @@
<hr/>
<div class="limit_width">
<a href="/admin/globals">Update global settings</a>
<h3>Database connection statistics</h3>
<table>
<thead>
<tr>
<td>Name</td>
<td>Max</td>
<td>Open</td>
<td>In use</td>
<td>Idle</td>
</tr>
</thead>
<tbody id="tconnstat_body"></tbody>
</table>
<h3>Query statistics</h3>
<table>
<thead>