commit a3dd5b4eba62f875dac934575ef671c63c4f5b10 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Feb 8 17:06:41 2018 +0100
Point out that OnionPerf measures v2 onion services. --- src/main/resources/web/json/metrics.json | 4 ++-- src/main/resources/web/jsps/stats.jsp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/web/json/metrics.json b/src/main/resources/web/json/metrics.json index 61d51b9..0b8aca7 100644 --- a/src/main/resources/web/json/metrics.json +++ b/src/main/resources/web/json/metrics.json @@ -348,7 +348,7 @@ "id": "torperf", "title": "Time to download files over Tor", "type": "Graph", - "description": "<p>This graph shows overall performance when downloading static files of different sizes over Tor. The graph shows the range of measurements from first to third quartile, and highlights the median. The slowest and fastest quarter of measurements are omitted from the graph.</p>", + "description": "<p>This graph shows overall performance when downloading static files of different sizes over Tor, either from a server on the public internet or from a version 2 onion server. The graph shows the range of measurements from first to third quartile, and highlights the median. The slowest and fastest quarter of measurements are omitted from the graph.</p>", "function": "plot_torperf", "parameters": [ "start", @@ -365,7 +365,7 @@ "id": "torperf-failures", "title": "Timeouts and failures of downloading files over Tor", "type": "Graph", - "description": "<p>This graph shows the fraction of timeouts and failures when downloading static files of different sizes over Tor. A timeout occurs when a download does not complete within the scheduled time, in which case it is aborted in order not to overlap with the next scheduled download. A failure occurs when the download completes, but the response is smaller than expected.</p>", + "description": "<p>This graph shows the fraction of timeouts and failures when downloading static files of different sizes over Tor, either from a server on the public internet or from a version 2 onion server. A timeout occurs when a download does not complete within the scheduled time, in which case it is aborted in order not to overlap with the next scheduled download. A failure occurs when the download completes, but the response is smaller than expected.</p>", "function": "plot_torperf_failures", "parameters": [ "start", diff --git a/src/main/resources/web/jsps/stats.jsp b/src/main/resources/web/jsps/stats.jsp index c8fef15..c224a06 100644 --- a/src/main/resources/web/jsps/stats.jsp +++ b/src/main/resources/web/jsps/stats.jsp @@ -401,8 +401,8 @@ measurements. If this column contains the empty string, all measurements are included, regardless of which service performed them.</li>
<li><b>server:</b> Either <b>"public"</b> if the request was made to a server on -the public internet, or <b>"onion"</b> if the request was made to an onion -server.</li> +the public internet, or <b>"onion"</b> if the request was made to a version 2 +onion server.</li>
<li><b>q1:</b> First quartile of time until receiving the last byte in milliseconds.</li>