2020-02-04 11:46:08 +00:00
|
|
|
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
|
2009-02-20 21:29:26 +00:00
|
|
|
<head>
|
2010-05-29 17:25:42 +00:00
|
|
|
<title>Tahoe-LAFS - Storage Server Status</title>
|
2012-03-13 02:57:36 +00:00
|
|
|
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
|
2011-12-17 03:32:01 +00:00
|
|
|
<link href="/icon.png" rel="shortcut icon" />
|
2009-02-20 21:29:26 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2020-02-04 11:46:08 +00:00
|
|
|
<div t:render="storage_running">
|
2009-02-20 21:29:26 +00:00
|
|
|
|
|
|
|
<h1>Storage Server Status</h1>
|
|
|
|
|
2020-02-17 17:52:48 +00:00
|
|
|
<table class="storage_status" t:render="storage_stats">
|
2009-02-20 21:29:26 +00:00
|
|
|
<tr><td>Total disk space:</td>
|
2020-02-17 17:52:48 +00:00
|
|
|
<td><t:slot name="disk_total_abbrev" /></td>
|
|
|
|
<td>(<t:slot name="disk_total" />)</td>
|
2009-02-27 02:58:38 +00:00
|
|
|
<td />
|
|
|
|
</tr>
|
2009-02-20 21:29:26 +00:00
|
|
|
<tr><td>Disk space used:</td>
|
2020-02-17 17:52:48 +00:00
|
|
|
<td>- <t:slot name="disk_used_abbrev" /></td>
|
|
|
|
<td>(<t:slot name="disk_used" />)</td>
|
2009-02-27 02:58:38 +00:00
|
|
|
<td />
|
|
|
|
</tr>
|
2009-02-21 04:28:56 +00:00
|
|
|
<tr><td />
|
2009-02-27 02:58:38 +00:00
|
|
|
<td>======</td>
|
|
|
|
<td />
|
|
|
|
<td />
|
|
|
|
</tr>
|
2009-02-21 04:28:56 +00:00
|
|
|
<tr><td>Disk space free (root):</td>
|
2020-02-17 17:52:48 +00:00
|
|
|
<td><t:slot name="disk_free_for_root_abbrev"/></td>
|
|
|
|
<td>(<t:slot name="disk_free_for_root"/>)</td>
|
2009-02-27 02:58:38 +00:00
|
|
|
<td>[see 1]</td>
|
|
|
|
</tr>
|
2009-02-21 04:28:56 +00:00
|
|
|
<tr><td>Disk space free (non-root):</td>
|
2020-02-17 17:52:48 +00:00
|
|
|
<td><t:slot name="disk_free_for_nonroot_abbrev" /></td>
|
|
|
|
<td>(<t:slot name="disk_free_for_nonroot" />)</td>
|
2009-02-27 02:58:38 +00:00
|
|
|
<td>[see 2]</td>
|
|
|
|
</tr>
|
2009-02-20 21:29:26 +00:00
|
|
|
<tr><td>Reserved space:</td>
|
2020-02-17 17:52:48 +00:00
|
|
|
<td>- <t:slot name="reserved_space_abbrev" /></td>
|
|
|
|
<td>(<t:slot name="reserved_space" />)</td>
|
2009-02-27 02:58:38 +00:00
|
|
|
<td />
|
|
|
|
</tr>
|
2009-02-20 21:29:26 +00:00
|
|
|
<tr><td />
|
2009-02-27 02:58:38 +00:00
|
|
|
<td>======</td>
|
|
|
|
<td />
|
|
|
|
<td />
|
|
|
|
</tr>
|
2009-02-21 04:04:08 +00:00
|
|
|
<tr><td>Space Available to Tahoe:</td>
|
2020-02-17 17:52:48 +00:00
|
|
|
<td><t:slot name="disk_avail_abbrev" /></td>
|
|
|
|
<td>(<t:slot name="disk_avail" />)</td>
|
2009-02-27 02:58:38 +00:00
|
|
|
<td />
|
|
|
|
</tr>
|
2009-02-20 21:29:26 +00:00
|
|
|
</table>
|
|
|
|
|
2009-02-21 04:04:08 +00:00
|
|
|
<ul>
|
2020-02-14 16:42:42 +00:00
|
|
|
<li>Server Nickname: <span class="nickname mine"><t:transparent t:render="nickname" /></span></li>
|
|
|
|
<li>Server Nodeid: <span class="nodeid mine data-chars"> <t:transparent t:render="nodeid" /></span></li>
|
2020-03-30 20:15:44 +00:00
|
|
|
<li>Accepting new shares:
|
2020-02-04 11:46:08 +00:00
|
|
|
<span t:render="accepting_immutable_shares" /></li>
|
2009-02-21 04:04:08 +00:00
|
|
|
<li>Total buckets:
|
2020-02-04 11:46:08 +00:00
|
|
|
<span t:render="last_complete_bucket_count" />
|
2009-02-21 04:04:08 +00:00
|
|
|
(the number of files and directories for which this server is holding
|
|
|
|
a share)
|
|
|
|
<ul>
|
2020-02-04 11:46:08 +00:00
|
|
|
<li><span t:render="count_crawler_status" /></li>
|
2009-02-21 04:04:08 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
2009-03-07 05:45:17 +00:00
|
|
|
<h2>Lease Expiration Crawler</h2>
|
|
|
|
|
|
|
|
<ul>
|
2020-02-04 11:46:08 +00:00
|
|
|
<li>Expiration <span t:render="lease_expiration_enabled" /></li>
|
|
|
|
<li t:render="lease_expiration_mode" />
|
|
|
|
<li t:render="lease_current_cycle_progress" />
|
|
|
|
<li t:render="lease_current_cycle_results" />
|
|
|
|
<li t:render="lease_last_cycle_results" />
|
2009-03-07 05:45:17 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<hr />
|
2009-02-21 04:28:56 +00:00
|
|
|
<p>[1]: Some of this space may be reserved for the superuser.</p>
|
|
|
|
<p>[2]: This reports the space available to non-root users, including the
|
2010-05-29 17:25:42 +00:00
|
|
|
Tahoe-LAFS node.</p>
|
2009-02-21 04:28:56 +00:00
|
|
|
|
2009-03-07 05:45:17 +00:00
|
|
|
<p>See this page <a href="?t=json">in JSON</a></p>
|
2009-02-20 21:29:26 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|