[or-cvs] r15132: Added stub of report containing measurement results for firs (in projects/hidserv/trunk: . doc)

kloesing at seul.org kloesing at seul.org
Wed Jun 11 13:02:07 UTC 2008


Author: kloesing
Date: 2008-06-11 09:02:06 -0400 (Wed, 11 Jun 2008)
New Revision: 15132

Added:
   projects/hidserv/trunk/doc/
   projects/hidserv/trunk/doc/report.pdf
   projects/hidserv/trunk/doc/report.tex
Log:
Added stub of report containing measurement results for first deliverable.


Property changes on: projects/hidserv/trunk/doc
___________________________________________________________________
Name: svn:ignore
   + *.aux
*.log


Added: projects/hidserv/trunk/doc/report.pdf
===================================================================
(Binary files differ)


Property changes on: projects/hidserv/trunk/doc/report.pdf
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: projects/hidserv/trunk/doc/report.tex
===================================================================
--- projects/hidserv/trunk/doc/report.tex	                        (rev 0)
+++ projects/hidserv/trunk/doc/report.tex	2008-06-11 13:02:06 UTC (rev 15132)
@@ -0,0 +1,40 @@
+\documentclass{article}
+\begin{document}
+\title{Hidden Service Measurements}
+\date{June 15, 2008}
+\maketitle
+
+\begin{abstract}
+This document describes measurements of setting up and accessing a Tor hidden service. The objective is to spot performance bottlenecks in the hidden service protocol and suggest which parts should be changed in order to improve the overall performance of Tor hidden services.
+\end{abstract}
+
+\section{Motivation}
+
+Motivate what parts of the protocol we want to measure:
+
+Leverage existing measurements of establishing a connection to a hidden service. (TODO Christian: what exact parts are measured here?)
+
+Create new measurement setup to measure the missing parts (server-side descriptor publication time, connection opening time for cross-check with first measurements, request/response times, connection duration)
+
+\section{Measurement Setup}
+
+\subsection{Connection Establishment}
+
+TODO Christian: describe setup here, possibly re-use parts of diploma thesis.
+
+\subsection{Descriptor Publication, Data Transfer, and Connection Duration}
+
+Describe timing of one test run (create two Tor clients, one with hidden service configured, wait for 15 minutes, open connection to hidden service, send packet with sequence number every minute that is echoed by server, keep connection open for at most 4 hours)
+
+Identify Tor log statements for later evaluation. Describe simplified Java application with places which measurements will be based on (open connection, send/receive request/reply, closing connection)
+
+\section{Results}
+
+Descriptive statistics and diagrams of both measurements.
+
+\section{Discussion}
+
+Ideas what changes are most likely to improve the overall performance.
+
+\end{document}
+



More information about the tor-commits mailing list