commit 0cfd18208a9a199a09b1280572a78a39cede5868 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Jan 17 20:20:22 2012 +0100
Clarify what data the torperf graph shows. --- web/WEB-INF/performance.jsp | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/web/WEB-INF/performance.jsp b/web/WEB-INF/performance.jsp index 05b9bf3..5f25b8a 100644 --- a/web/WEB-INF/performance.jsp +++ b/web/WEB-INF/performance.jsp @@ -21,7 +21,10 @@ Tor</a></h3> <p>The following graphs show the performance of the Tor network as experienced by its users. The graphs contain the average (median) time to request files of three different sizes over Tor as well as first and third -quartile of request times.</p> +quartile of request times. Medians and quartiles are calculated multiple +times per day for completed days only, resulting in a delay of 1 to 1.5 +days before changes to network performance become visible in the +graph.</p> <img src="torperf.png${torperf_url}" width="576" height="360" alt="Torperf graph"> <form action="performance.html#torperf">
tor-commits@lists.torproject.org