commit 96b62778047dbd456144b73074fcb7bbca1a290c Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon May 4 10:26:24 2020 +0200
Link to OnionPerf analysis .json files. --- src/main/resources/web/jsps/collector.jsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
diff --git a/src/main/resources/web/jsps/collector.jsp b/src/main/resources/web/jsps/collector.jsp index 0e5bf06..76085fa 100644 --- a/src/main/resources/web/jsps/collector.jsp +++ b/src/main/resources/web/jsps/collector.jsp @@ -204,6 +204,13 @@ <td><a href="/collector/recent/torperf/" class="btn btn-primary btn-xs pull-left"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> <a href="/collector/archive/torperf/" class="btn btn-primary btn-xs pull-right"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a></td> </tr> +<tr> + <td><a href="#type-torperf">OnionPerf Analysis Files</a></td> + <td/> + <td>${published["/collector/archive/onionperf/"]}</td> + <td><a href="/collector/recent/onionperf/" class="btn btn-primary btn-xs pull-left"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> + <a href="/collector/archive/onionperf/" class="btn btn-primary btn-xs pull-right"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a></td> +</tr> <tr class="tableHeadline"> <td colspan="4"><b><a href="#webstats">Tor web server logs</a></b></td> </tr> @@ -801,7 +808,15 @@ measurement; optional.</li> <li><code>SOURCEADDRESS:</code> Public IP address of the OnionPerf host obtained by connecting to well-known servers and finding the IP address in the result, which may be <code>"unknown"</code> if OnionPerf was not able to find this information; optional.</li> </ul>
+<h3 id="type-torperf" class="hover">OnionPerf Analysis Files +<a href="/collector/recent/onionperf/" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> +<a href="/collector/archive/onionperf/" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a> +<a href="#type-torperf" class="anchor">#</a> +</h3>
+<p>OnionPerf exports its measurements once per day in an analysis file using the +JSON format specified +<a href="https://gitweb.torproject.org/onionperf.git/tree/README_JSON.md">here</a>.</p>
<br> <h2 id="webstats" class="hover">Tor web server logs
tor-commits@lists.torproject.org