commit 50a5f536b5bbe0a0880a71e454600361a5e02a71 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Jan 4 12:10:54 2017 +0100
Change remaining hidden services to onion services. --- website/rserve/graphs.R | 6 +++--- website/web/WEB-INF/stats.jsp | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/website/rserve/graphs.R b/website/rserve/graphs.R index 5c296a8..9f8daa7 100644 --- a/website/rserve/graphs.R +++ b/website/rserve/graphs.R @@ -1059,7 +1059,7 @@ plot_hidserv_rend_relayed_cells <- function(start, end, path) { breaks = date_breaks$major, minor_breaks = date_breaks$minor) + scale_y_continuous(name = "") + - ggtitle("Hidden-service traffic in Mbit/s\n") + ggtitle("Onion-service traffic in Mbit/s\n") ggsave(filename = path, width = 8, height = 5, dpi = 72) }
@@ -1087,9 +1087,9 @@ plot_hidserv_frac_reporting <- function(start, end, path) { scale_y_continuous(name = "", labels = percent) + scale_colour_hue(name = "", breaks = c("rend-relayed-cells", "dir-onions-seen"), - labels = c("Hidden-service traffic", + labels = c("Onion-service traffic", "Unique .onion addresses")) + - ggtitle(paste("Fraction of relays reporting hidden-service", + ggtitle(paste("Fraction of relays reporting onion-service", "statistics")) + theme(legend.position = "top") ggsave(filename = path, width = 8, height = 5, dpi = 72) diff --git a/website/web/WEB-INF/stats.jsp b/website/web/WEB-INF/stats.jsp index fd12099..9ad99fc 100644 --- a/website/web/WEB-INF/stats.jsp +++ b/website/web/WEB-INF/stats.jsp @@ -398,13 +398,13 @@ fractions for the three directions "read", "write", and "both" sum up to exactly </div>
<div class="container"> -<h2>Hidden-service statistics <a href="#hidserv" name="hidserv" class="anchor">#</a></h2> +<h2>Onion-service statistics <a href="#hidserv" name="hidserv" class="anchor">#</a></h2>
<p>The following data file contains <a -href="glossary.html#hidden-service">hidden-service</a> statistics gathered by a +href="glossary.html#onion-service">onion-service</a> statistics gathered by a small subset of <a href="glossary.html#relay">relays</a> and extrapolated to -network totals. Statistics include the amount of hidden-service traffic and the -number of hidden-service addresses in the network per day. For more details on +network totals. Statistics include the amount of onion-service traffic and the +number of onion-service addresses in the network per day. For more details on the extrapolation algorithm, see <a href="https://blog.torproject.org/blog/some-statistics-about-onions">this blog post</a> and <a @@ -419,11 +419,11 @@ technical report</a>.</p> <li><b>date:</b> UTC date (YYYY-MM-DD) when relays or bridges have been listed as running.</li>
-<li><b>type:</b> Type of hidden-service statistic reported by relays and +<li><b>type:</b> Type of onion-service statistic reported by relays and extrapolated to network totals. Examples include <b>"rend-relayed-cells"</b> for the number of cells on rendezvous circuits observed by rendezvous points and <b>"dir-onions-seen"</b> for the number of unique .onion addresses observed by -hidden-service directories.</li> +onion-service directories.</li>
<li><b>wmean:</b> Weighted mean of extrapolated network totals.</li>
tor-commits@lists.torproject.org