18 lines
698 B
HTML
18 lines
698 B
HTML
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>OwlBoard - STATS</title>
|
||
|
<script src="./js/stat.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>OwlBoard Server Stats</h1>
|
||
|
<h2 id="server_host"></h2>
|
||
|
<p id="time"></p>
|
||
|
<h3>LDBWS API Hits: <span id="ldbws"></span></h3>
|
||
|
<h3>LDBSVWS API Hits: <span id="ldbsvws"></span></h3>
|
||
|
<br><br>
|
||
|
<p>Multiple servers can be attached to one database. All servers sharing this servers DB are represented in these statistics,
|
||
|
responses that do not lead to an upstream API hit are not counted.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|