mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-27 00:21:07 +00:00
32 lines
999 B
HTML
32 lines
999 B
HTML
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
|
|
<head>
|
|
<title>Tahoe-LAFS - Helper Status</title>
|
|
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
|
|
<link href="/icon.png" rel="shortcut icon" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Helper Status</h1>
|
|
|
|
<h2>Immutable Uploads</h2>
|
|
<ul n:data="helper_stats">
|
|
<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>
|