2008-04-14 14:17:08 -07:00
|
|
|
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
|
|
|
|
<head>
|
2012-12-29 23:54:54 +00:00
|
|
|
<title>Tahoe-LAFS - Operational Statistics</title>
|
2011-11-17 21:49:23 +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" />
|
2008-04-14 14:17:08 -07:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
</head>
|
2009-02-20 12:15:54 -07:00
|
|
|
<body n:data="get_stats">
|
2008-04-14 14:17:08 -07:00
|
|
|
|
2012-12-29 23:54:54 +00:00
|
|
|
<h1>Operational Statistics</h1>
|
2008-04-14 14:17:08 -07:00
|
|
|
|
2011-08-08 16:40:49 -07:00
|
|
|
<h2>General</h2>
|
|
|
|
|
2008-04-14 14:17:08 -07:00
|
|
|
<ul>
|
|
|
|
<li>Load Average: <span n:render="load_average" /></li>
|
|
|
|
<li>Peak Load: <span n:render="peak_load" /></li>
|
|
|
|
<li>Files Uploaded (immutable): <span n:render="uploads" /></li>
|
|
|
|
<li>Files Downloaded (immutable): <span n:render="downloads" /></li>
|
|
|
|
<li>Files Published (mutable): <span n:render="publishes" /></li>
|
|
|
|
<li>Files Retrieved (mutable): <span n:render="retrieves" /></li>
|
|
|
|
</ul>
|
|
|
|
|
2016-02-11 16:05:53 +00:00
|
|
|
<h2>Magic Folder</h2>
|
2011-08-08 16:40:49 -07:00
|
|
|
|
|
|
|
<ul>
|
2016-02-11 16:05:53 +00:00
|
|
|
<li>Local Directories Monitored: <span n:render="magic_uploader_monitored" /></li>
|
|
|
|
<li>Files Uploaded: <span n:render="magic_uploader_succeeded" /></li>
|
|
|
|
<li>Files Queued for Upload: <span n:render="magic_uploader_queued" /></li>
|
|
|
|
<li>Failed Uploads: <span n:render="magic_uploader_failed" /></li>
|
|
|
|
<li>Files Downloaded: <span n:render="magic_downloader_succeeded" /></li>
|
|
|
|
<li>Files Queued for Download: <span n:render="magic_downloader_queued" /></li>
|
|
|
|
<li>Failed Downloads: <span n:render="magic_downloader_failed" /></li>
|
2011-08-08 16:40:49 -07:00
|
|
|
</ul>
|
|
|
|
|
2008-04-14 14:17:08 -07:00
|
|
|
<h2>Raw Stats:</h2>
|
|
|
|
<pre n:render="raw" />
|
|
|
|
|
|
|
|
<div>Return to the <a href="/">Welcome Page</a></div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|