xref: /plan9/sys/src/cmd/venti/srv/www/stats.html (revision 368c31ab13393dea083228fdd1c3445076f83a4b)
1<html>
2  <head>
3    <base href="/">
4    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
5    <script language="javascript" src="stats.js"></script>
6    <script language="javascript" src="status.js"></script>
7  </head>
8  <body bgcolor=#ffffff>
9
10    <center>
11    <b>venti.your-domain.com &ndash; venti server statistics</b>
12    <p>
13    <a href="javascript:redraw()">redraw</a>
14    <p>
15    <table id="statgraphs">
16    <tr><td>JavaScript is required to view the graphs.
17    </table>
18    <p>
19
20    <font size=-1>the small graphs show the past ten minutes of operation.</font>
21    <p>
22
23    <tt>http://venti.yourdomain.com:8001/</tt>
24    <p id="settings">JavaScript is required to change the settings.</p>
25    <p>
26    <p id="debug"></p>
27    </center>
28    <script language="javascript">
29    loadsettings()
30    redraw()
31    </script>
32  </body>
33</html>
34