[or-cvs] r15906: Add some statistics about circuit establishment times. (projects/hidserv/trunk/doc)

kloesing at seul.org kloesing at seul.org
Mon Jul 14 22:06:02 UTC 2008


Author: kloesing
Date: 2008-07-14 18:06:02 -0400 (Mon, 14 Jul 2008)
New Revision: 15906

Modified:
   projects/hidserv/trunk/doc/discussion.tex
Log:
Add some statistics about circuit establishment times.

Modified: projects/hidserv/trunk/doc/discussion.tex
===================================================================
--- projects/hidserv/trunk/doc/discussion.tex	2008-07-14 20:57:17 UTC (rev 15905)
+++ projects/hidserv/trunk/doc/discussion.tex	2008-07-14 22:06:02 UTC (rev 15906)
@@ -194,6 +194,13 @@
 results. An evaluation of internal circuit creating times is shown in
 Figure~\ref{fig:Y}. In the mean the connection establishment time to a
 popular hidden service would increase by Z seconds.
+
+% R: rendest <- read.csv("rendest.csv",sep = ",",header=FALSE, row.names=NULL); summary(rendest)
+\begin{tabular}{rrrrrr}
+Min. & 1st Qu. & Median & Mean & 3rd Qu. & Max.\\\hline
+0.139 & 1.203 & 2.504 & 4.659 & 5.234 & 56.090
+\end{tabular}
+%
 \item[Dependency on Regular Hidden Service Protocol] This design change only
 makes sense if the design change described in Section~\ref{sec:rendsimpl}
 is \emph{not} applied.
@@ -219,6 +226,13 @@
 the 3 lowest values in contrast to picking only 3 values at random. The
 result is that the mean time of the 3-out-of-5 approach is A, while the
 mean time of the 3-out-of-3 approach is B.
+
+% R: introest <- read.csv("introest.csv",sep = ",",header=FALSE, row.names=NULL); summary(introest)
+\begin{tabular}{rrrrrr}
+Min. & 1st Qu. & Median & Mean & 3rd Qu. & Max.\\\hline
+0.233 & 3.456 & 5.976 & 8.059 & 9.266 & 59.912
+\end{tabular}
+%
 \item[Network Load] The effect on network load is minimal, because the hidden service can reuse the slower internal circuits for other purposes.
 \end{description}
 



More information about the tor-commits mailing list