diff options
Diffstat (limited to 'src/cmd/venti/srv/www/stats.html')
-rw-r--r-- | src/cmd/venti/srv/www/stats.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/cmd/venti/srv/www/stats.html b/src/cmd/venti/srv/www/stats.html new file mode 100644 index 00000000..e7579394 --- /dev/null +++ b/src/cmd/venti/srv/www/stats.html @@ -0,0 +1,33 @@ +<html> + <head> + <base href="/"> + <META http-equiv="Content-Type" content="text/html; charset=utf-8"> + <script language="javascript" src="stats.js"></script> + <script language="javascript" src="status.js"></script> + </head> + <body bgcolor=#ffffff> + + <center> + <b>venti.your-domain.com – venti server statistics</b> + <p> + <a href="javascript:redraw()">redraw</a> + <p> + <table id="statgraphs"> + <tr><td>JavaScript is required to view the graphs. + </table> + <p> + + <font size=-1>the small graphs show the past ten minutes of operation.</font> + <p> + + <tt>http://venti.yourdomain.com:8001/</tt> + <p id="settings">JavaScript is required to change the settings.</p> + <p> + <p id="debug"></p> + </center> + <script language="javascript"> + loadsettings() + redraw() + </script> + </body> +</html> |