tstats.html - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tstats.html (932B)
---
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 <iframe name="hidden" frameborder="0" height="0"></iframe>
10
11 <center>
12 <b>venti.your-domain.com – venti server statistics</b>
13 <p>
14 <a href="javascript:redraw()">redraw</a>
15 <p>
16 <table id="statgraphs">
17 <tr><td>JavaScript is required to view the graphs.
18 </table>
19 <p>
20
21 <font size=-1>the small graphs show the past ten minutes of operation.</font>
22 <p>
23
24 <tt>http://venti.yourdomain.com:8001/</tt>
25 <p id="settings">JavaScript is required to change the settings.</p>
26 <p>
27 <p id="debug"></p>
28 </center>
29 <script language="javascript">
30 loadsettings()
31 redraw()
32 </script>
33 </body>
34 </html>