commit c1e85a21cee3185fbcae506d26aa690e1859e46b Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Jul 6 13:05:16 2011 +0200
Add relay stability tech report to metrics website. --- web/WEB-INF/index.jsp | 4 ++++ web/WEB-INF/papers.jsp | 6 ++++++ 2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/web/WEB-INF/index.jsp b/web/WEB-INF/index.jsp index 0da160b..23845a6 100644 --- a/web/WEB-INF/index.jsp +++ b/web/WEB-INF/index.jsp @@ -32,6 +32,10 @@ <br> <h3>News</h3> <ul> + <li>July 4, 2011: Technical report + <a href="papers/relay-stability-2011-06-30.pdf">An Analysis of + Tor Relay Stability</a> is available for download on the + <a href="papers.html">Papers</a> page.</li> <li>March 14, 2011: <a href="data.html#bridgeassignments">Sanitized bridge pool assignments</a> containing lists of running bridges with diff --git a/web/WEB-INF/papers.jsp b/web/WEB-INF/papers.jsp index 50f8bda..6011a20 100644 --- a/web/WEB-INF/papers.jsp +++ b/web/WEB-INF/papers.jsp @@ -45,6 +45,12 @@ been included in the <a href="#papers">papers</a> above or in the daily updated <a href="graphs.html">graphs</a>. <ul> + <li>An Analysis of Tor Relay Stability (<a + href="papers/relay-stability-2011-06-30.pdf">PDF</a>, 1.3M from + June 30, 2011, + <a href="https://gitweb.torproject.org/metrics-tasks.git/tree/HEAD:/task-2911">code</a>, + <a href="data/running-relays-reverse.csv.bz2">data</a>, + 322M).</li> <li>Overview of Statistical Data in the Tor Network (<a href="papers/data-2011-03-14.pdf">PDF</a>, 166K from March 14, 2011).</li>