commit 412ac16376bb93e9be80b776a64435940f16681d Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Aug 14 10:58:38 2019 +0200
Update CollecTor page to include snowflake stats.
Implements #29461. --- src/main/resources/web/jsps/collector.jsp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
diff --git a/src/main/resources/web/jsps/collector.jsp b/src/main/resources/web/jsps/collector.jsp index a05b7e0..42280a9 100644 --- a/src/main/resources/web/jsps/collector.jsp +++ b/src/main/resources/web/jsps/collector.jsp @@ -196,6 +196,15 @@ <td><a href="/collector/recent/relay-descriptors/bandwidths/" class="btn btn-primary btn-xs pull-left"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> <a href="/collector/archive/relay-descriptors/bandwidths/" class="btn btn-primary btn-xs pull-right"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a></td> </tr> +<tr class="tableHeadline"> + <td colspan="3"><b><a href="#snowflake-stats">Snowflake Statistics</a></b></td> +</tr> +<tr> + <td><a href="#type-snowflake-stats">Snowflake Statistics</a></td> + <td><code>@type snowflake-stats 1.0</code></td> + <td><a href="/collector/recent/snowflakes/" class="btn btn-primary btn-xs pull-left"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> + <a href="/collector/archive/snowflakes/" class="btn btn-primary btn-xs pull-right"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a></td> +</tr> </tbody> </table>
@@ -792,6 +801,21 @@ These are available from a DirPort's </p>
+<br> +<h2 id="snowflake-stats" class="hover">Snowflake Statistics +<a href="#snowflake-stats" class="anchor">#</a> +</h2> + +<h3 id="type-snowflake-stats" class="hover">Snowflake Statistics +<small><code>@type snowflake-stats 1.0</code></small> +<a href="/collector/recent/snowflakes/" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> +<a href="/collector/archive/snowflakes/" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a> +<a href="#type-snowflake-stats" class="anchor">#</a> +</h3> + +<p> +Snowflake statistics containing aggregated information about snowflake proxies and snowflake clients as generated by the snowflake broker. +</p> </div>
<br>
tor-commits@lists.torproject.org