2008-03-27 23:46:08 +00:00
|
|
|
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
|
|
|
|
<head>
|
|
|
|
<title>Helper Status - AllMyData Tahoe</title>
|
2009-05-03 20:25:33 +00:00
|
|
|
<link href="/tahoe_css" rel="stylesheet" type="text/css"/>
|
2008-03-27 23:46:08 +00:00
|
|
|
<link href="/webform_css" rel="stylesheet" type="text/css"/>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1>Helper Status</h1>
|
|
|
|
|
|
|
|
<h2>Immutable Uploads</h2>
|
2009-02-20 19:15:54 +00:00
|
|
|
<ul n:data="helper_stats">
|
2008-03-27 23:46:08 +00:00
|
|
|
<li>Active: <span n:render="active_uploads" /></li>
|
|
|
|
<li>--</li>
|
|
|
|
<li>Bytes Fetched: <span n:render="upload_bytes_fetched" /></li>
|
|
|
|
<li>Incoming: <span n:render="incoming" /></li>
|
|
|
|
<li>Encoding: <span n:render="encoding" /></li>
|
|
|
|
<li>Bytes Encoded: <span n:render="upload_bytes_encoded" /></li>
|
|
|
|
<li>--</li>
|
|
|
|
<li>Total Requests: <span n:render="upload_requests" /></li>
|
|
|
|
<ul>
|
|
|
|
<li>Already Present: <span n:render="upload_already_present" /></li>
|
|
|
|
<li>Need Upload: <span n:render="upload_need_upload" /></li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div>Return to the <a href="/">Welcome Page</a></div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|