Update brave ad

This commit is contained in:
2020-11-04 20:51:39 +01:00
parent 829fb47951
commit a8a5c5e906
19 changed files with 304 additions and 14 deletions

View File

@@ -81,6 +81,29 @@
</thead>
<tbody id="tbody_peers"></tbody>
</table>
<h3>Pixelstore stats</h3>
<table>
<tr>
<td>Cache files</td>
<td>Cache size</td>
<td>Max cache size</td>
</tr>
<tr>
<td id="cache_files"></td>
<td id="cache_size"></td>
<td id="cache_max"></td>
</tr>
<tr>
<td>Cache reads</td>
<td>Disk reads</td>
<td>Remote reads</td>
</tr>
<tr>
<td id="cache_reads"></td>
<td id="disk_reads"></td>
<td id="remote_reads"></td>
</tr>
</table>
<h3>Websocket statistics</h3>
<table>
<thead>