commit 9a29d4400142542ab43fdb31ced4f1c57a389f0b Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Aug 21 09:53:14 2017 +0200
Remove deprecated torperf.csv file. --- website/src/main/resources/web/WEB-INF/stats.jsp | 54 ------------------------ 1 file changed, 54 deletions(-)
diff --git a/website/src/main/resources/web/WEB-INF/stats.jsp b/website/src/main/resources/web/WEB-INF/stats.jsp index 7912834..234d0f4 100644 --- a/website/src/main/resources/web/WEB-INF/stats.jsp +++ b/website/src/main/resources/web/WEB-INF/stats.jsp @@ -306,60 +306,6 @@ there are users by either of the two numbers.</li> </div>
<div class="container"> -<h2>Performance of downloading static files over Tor (deprecated) <a href="#torperf" name="torperf" class="anchor">#</a></h2> - -<div class="bs-callout bs-callout-warning"> -<h3>Deprecated</h3> -<p>As of May 12, 2017, the linked data file has been replaced by <a href="#torperf-1.1">this data file</a>. As of June 30, 2017, the linked data file is not updated anymore. This section and the linked data file will be removed in the future.</p> -</div> - -<p>The following data file contains aggregate statistics on performance when -downloading static files of different sizes over Tor. These statistics are -generated by the <a href="https://gitweb.torproject.org/torperf.git" target="_blank">Torperf</a> -tool, which periodically fetches static files over Tor and records several -timestamps in the process. The data file contains daily medians and quartiles -as well as total numbers of requests, timeouts, and failures. Raw Torperf -measurement data are available on the <a -href="collector.html#torperf">CollecTor</a> website.</p> - -<p><b>Download as <a href="stats/torperf.csv">CSV file</a>.</b></p> - -<p>The statistics file contains the following columns:</p> -<ul> - -<li><b>date:</b> UTC date (YYYY-MM-DD) when download performance was -measured.</li> - -<li><b>size:</b> Size of the downloaded file in bytes.</li> - -<li><b>source:</b> Name of the Torperf service performing measurements. If this -column contains the empty string, all measurements are included, regardless of -which Torperf service performed them. Examples are <b>"moria"</b>, -<b>"siv"</b>, and <b>"torperf"</b>.</li> - -<li><b>q1:</b> First quartile of time until receiving the last byte in -milliseconds.</li> - -<li><b>md:</b> Median of time until receiving the last byte in -milliseconds.</li> - -<li><b>q3:</b> Third quartile of time until receiving the last byte in -milliseconds.</li> - -<li><b>timeouts:</b> Number of timeouts that occurred when attempting to -download the static file over Tor.</li> - -<li><b>failures:</b> Number of failures that occurred when attempting to -download the static file over Tor.</li> - -<li><b>requests:</b> Total number of requests made to download the static file -over Tor.</li> - -</ul> - -</div> - -<div class="container"> <h2>Performance of downloading static files over Tor <a href="#torperf-1.1" name="torperf-1.1" class="anchor">#</a></h2>
<p>The following data file contains aggregate statistics on performance when
tor-commits@lists.torproject.org