]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/web/statistics.xhtml
webapi: pass client through constructor arguments, remove IClient, should make it...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / statistics.xhtml
1 <html xmlns:n="http://nevow.com/ns/nevow/0.1">
2   <head>
3     <title>Stats - AllMyData Tahoe</title>
4     <!-- <link href="http://www.allmydata.com/common/css/styles.css"
5           rel="stylesheet" type="text/css"/> -->
6     <link href="/webform_css" rel="stylesheet" type="text/css"/>
7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8   </head>
9   <body n:data="get_stats">
10
11 <h1>Node Statistics</h1>
12
13 <ul>
14   <li>Load Average: <span n:render="load_average" /></li>
15   <li>Peak Load: <span n:render="peak_load" /></li>
16   <li>Files Uploaded (immutable): <span n:render="uploads" /></li>
17   <li>Files Downloaded (immutable): <span n:render="downloads" /></li>
18   <li>Files Published (mutable): <span n:render="publishes" /></li>
19   <li>Files Retrieved (mutable): <span n:render="retrieves" /></li>
20 </ul>
21
22 <h2>Raw Stats:</h2>
23 <pre n:render="raw" />
24
25 <div>Return to the <a href="/">Welcome Page</a></div>
26
27   </body>
28 </html>