]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/web/helper.xhtml
webapi: pass client through constructor arguments, remove IClient, should make it...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / helper.xhtml
1 <html xmlns:n="http://nevow.com/ns/nevow/0.1">
2   <head>
3     <title>Helper Status - 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>
10
11 <h1>Helper Status</h1>
12
13 <h2>Immutable Uploads</h2>
14 <ul n:data="helper_stats">
15   <li>Active: <span n:render="active_uploads" /></li>
16   <li>--</li>
17   <li>Bytes Fetched: <span n:render="upload_bytes_fetched" /></li>
18   <li>Incoming: <span n:render="incoming" /></li>
19   <li>Encoding: <span n:render="encoding" /></li>
20   <li>Bytes Encoded: <span n:render="upload_bytes_encoded" /></li>
21   <li>--</li>
22   <li>Total Requests: <span n:render="upload_requests" /></li>
23   <ul>
24     <li>Already Present: <span n:render="upload_already_present" /></li>
25     <li>Need Upload: <span n:render="upload_need_upload" /></li>
26   </ul>
27 </ul>
28
29 <div>Return to the <a href="/">Welcome Page</a></div>
30
31   </body>
32 </html>