[tor-commits] [metrics-web/master] Add temporary note for changing bandwidth unit.

karsten at torproject.org karsten at torproject.org
Tue Jan 20 08:07:56 UTC 2015


commit 90edbbe0e13aa35bdb0e79ba7380541121a05e5b
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Jan 20 09:04:25 2015 +0100

    Add temporary note for changing bandwidth unit.
    
    Related to #14257, to be reverted in a month or two.
---
 website/web/WEB-INF/advbwdist-perc.jsp  |    4 +++-
 website/web/WEB-INF/advbwdist-relay.jsp |    4 +++-
 website/web/WEB-INF/bandwidth-flags.jsp |    4 +++-
 website/web/WEB-INF/bandwidth.jsp       |    4 +++-
 website/web/WEB-INF/bwhist-flags.jsp    |    4 +++-
 website/web/WEB-INF/dirbytes.jsp        |    4 +++-
 6 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/website/web/WEB-INF/advbwdist-perc.jsp b/website/web/WEB-INF/advbwdist-perc.jsp
index c51902b..8b5352d 100644
--- a/website/web/WEB-INF/advbwdist-perc.jsp
+++ b/website/web/WEB-INF/advbwdist-perc.jsp
@@ -24,7 +24,9 @@ percentage of relays does not exceed (and that in turn the remaining
 relays either match or exceed).
 For example, 99% of relays advertise at most the bandwidth value shown in
 the 99th percentile line (and the remaining 1% advertise at least that
-amount).</p>
+amount).
+<font color="red">Note that the unit has recently changed from MiB/s to
+Gbit/s.</font></p>
 <img src="advbwdist-perc.png${advbwdist_perc_url}"
      width="576" height="360"
      alt="Advertised bandwidth distribution graph">
diff --git a/website/web/WEB-INF/advbwdist-relay.jsp b/website/web/WEB-INF/advbwdist-relay.jsp
index 0de9400..a62ca37 100644
--- a/website/web/WEB-INF/advbwdist-relay.jsp
+++ b/website/web/WEB-INF/advbwdist-relay.jsp
@@ -18,7 +18,9 @@
 <br>
 <p>The following graph shows the
 <a href="about.html#advertised-bandwidth">advertised bandwidth</a> of the
-n-th fastest relays in the network for different values of n.</p>
+n-th fastest relays in the network for different values of n.
+<font color="red">Note that the unit has recently changed from MiB/s to
+Gbit/s.</font></p>
 <img src="advbwdist-relay.png${advbwdist_relay_url}"
      width="576" height="360"
      alt="Advertised bandwidth of n-th fastest relays graph">
diff --git a/website/web/WEB-INF/bandwidth-flags.jsp b/website/web/WEB-INF/bandwidth-flags.jsp
index 7207b9b..1cf591f 100644
--- a/website/web/WEB-INF/bandwidth-flags.jsp
+++ b/website/web/WEB-INF/bandwidth-flags.jsp
@@ -22,7 +22,9 @@
 with either "Exit" or "Guard" <a href="about.html#relay-flag">flags</a>
 assigned by the directory authorities.
 These sets are not distinct, because a relay that has both the "Exit" and
-"Guard" flags assigned will be included in both sets.</p>
+"Guard" flags assigned will be included in both sets.
+<font color="red">Note that the unit has recently changed from MiB/s to
+Gbit/s.</font></p>
 <img src="bandwidth-flags.png${bandwidth_flags_url}"
      width="576" height="360" alt="Advertised bandwidth and bandwidth history by relay flags graph">
 <form action="bandwidth-flags.html">
diff --git a/website/web/WEB-INF/bandwidth.jsp b/website/web/WEB-INF/bandwidth.jsp
index f3b22b1..cbebe0a 100644
--- a/website/web/WEB-INF/bandwidth.jsp
+++ b/website/web/WEB-INF/bandwidth.jsp
@@ -19,7 +19,9 @@
 <p>The following graph shows the total
 <a href="about.html#advertised-bandwidth">advertised</a> and
 <a href="about.html#bandwidth-history">consumed bandwidth</a> of all
-<a href="about.html#relay">relays</a> in the network.</p>
+<a href="about.html#relay">relays</a> in the network.
+<font color="red">Note that the unit has recently changed from MiB/s to
+Gbit/s.</font></p>
 <img src="bandwidth.png${bandwidth_url}"
      width="576" height="360" alt="Relay bandwidth graph">
 <form action="bandwidth.html">
diff --git a/website/web/WEB-INF/bwhist-flags.jsp b/website/web/WEB-INF/bwhist-flags.jsp
index 36e3cd5..e7bf330 100644
--- a/website/web/WEB-INF/bwhist-flags.jsp
+++ b/website/web/WEB-INF/bwhist-flags.jsp
@@ -19,7 +19,9 @@
 <p>The following graph shows the
 <a href="about.html#bandwidth-history">consumed bandwidth</a> reported by
 relays, subdivided into four distinct subsets by assigned "Exit" and/or
-"Guard" <a href="about.html#relay-flag">flags</a>.</p>
+"Guard" <a href="about.html#relay-flag">flags</a>.
+<font color="red">Note that the unit has recently changed from MiB/s to
+Gbit/s.</font></p>
 <img src="bwhist-flags.png${bwhist_flags_url}"
      width="576" height="360" alt="Relay bandwidth by flags graph">
 <form action="bwhist-flags.html">
diff --git a/website/web/WEB-INF/dirbytes.jsp b/website/web/WEB-INF/dirbytes.jsp
index 384f71c..c13d071 100644
--- a/website/web/WEB-INF/dirbytes.jsp
+++ b/website/web/WEB-INF/dirbytes.jsp
@@ -23,7 +23,9 @@
 directory requests.
 Not all directories report these statistics, so the graph shows an
 estimation of total consumed bandwidth as it would be observed if all
-directories reported these statistics.</p>
+directories reported these statistics.
+<font color="red">Note that the unit has recently changed from MiB/s to
+Gbit/s.</font></p>
 <img src="dirbytes.png${dirbytes_url}"
      width="576" height="360" alt="Dir bytes graph">
 <form action="dirbytes.html">



More information about the tor-commits mailing list