Line | |
---|
1 | <html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1"> |
---|
2 | <head> |
---|
3 | <title>Tahoe-LAFS - Operational Statistics</title> |
---|
4 | <link href="/tahoe.css" rel="stylesheet" type="text/css"/> |
---|
5 | <link href="/icon.png" rel="shortcut icon" /> |
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | |
---|
10 | <h1>Operational Statistics</h1> |
---|
11 | |
---|
12 | <h2>General</h2> |
---|
13 | |
---|
14 | <ul> |
---|
15 | <li>Files Uploaded (immutable): <t:transparent t:render="uploads" /></li> |
---|
16 | <li>Files Downloaded (immutable): <t:transparent t:render="downloads" /></li> |
---|
17 | <li>Files Published (mutable): <t:transparent t:render="publishes" /></li> |
---|
18 | <li>Files Retrieved (mutable): <t:transparent t:render="retrieves" /></li> |
---|
19 | </ul> |
---|
20 | |
---|
21 | <h2>Raw Stats:</h2> |
---|
22 | <pre t:render="raw" /> |
---|
23 | |
---|
24 | <div>Return to the <a href="/">Welcome Page</a></div> |
---|
25 | |
---|
26 | </body> |
---|
27 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.