0c964a488b5b072995facfb83dca99beec8734f8
Karsten Loesing Add new page for Metrics Pr...

Karsten Loesing authored 15 years ago

1) ## translation metadata
2) # Revision: $Revision$
Roger Dingledine reevaluate our translation...

Roger Dingledine authored 15 years ago

3) # Translation-Priority: 4-optional
Karsten Loesing Add new page for Metrics Pr...

Karsten Loesing authored 15 years ago

4) 
5) #include "head.wmi" TITLE="Metrics Project: Measuring the Tor Network"
6) 
7) <div class="main-column">
8) 
9) <!-- PUT CONTENT AFTER THIS TAG -->
10) 
11) <h2>Metrics Project: Measuring the Tor Network</h2>
12) <hr />
13) 
14) <p>
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

15) The Metrics Project aims at measuring various aspects of the Tor network,
16) including both contributed resources and network usage. These information
17) are important, e.g., for deciding what parts of the network require more
18) support to better meet user needs.
Karsten Loesing Add new page for Metrics Pr...

Karsten Loesing authored 15 years ago

19) </p>
20) 
21) <p>
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

22) There are at least three aspects of the Tor network which shall be
23) considered in this project:
Karsten Loesing Add new page for Metrics Pr...

Karsten Loesing authored 15 years ago

24) </p>
25) 
26) <ul>
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

27) <li><b>Relays:</b> There are already statistics covering the data that
28) relays report about themselves and which are confirmed in parts by the
29) directory authorities. The <a
30) href="http://torstatus.kgprog.com/">TorStatus</a> project evaluates the
31) hourly published directories containing lists of all running relays and
32) keeps track of their uptimes and advertised bandwidths. However, an
33) aggregate view of the development of relays over an extended period of time
34) is still missing. In addition to that, all information about provided
35) bandwidth capacity as reported by the relays is not necessarily
36) trustworthy. There has not been a comprehensive measurement of relay
37) performance so far to validate bandwidth claims and relay stability.
38) <li><b>Bridges:</b> A special type of relays is running as bridges. Bridges
39) are relaying traffic, too, but are not listed in the public directory. The
40) purpose of bridges is to allow censored clients to connect to the Tor
41) network without their censor being able to prohibit access easily. The
42) number and capacity of bridges is therefore not publicly known and has not
43) been evaluated, yet.
44) <li><b>Clients:</b> Little is known about usage of the Tor network. In
45) particular, the number and location of clients are largely unknown. A rough
46) estimation is that there are a few hundreds of thousands of clients in the
47) network; a number which is very hard to verify. There are no recent studies
48) on the number of Tor users which would help obtaining a better picture on
49) usage of the Tor network. Clearly, all investigations of clients need to be
50) performed with special care and in highly aggregated form to protect users'
51) anonymity.
Karsten Loesing Add new page for Metrics Pr...

Karsten Loesing authored 15 years ago

52) </li>
53) </ul>
54) 
55) <p>
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

56) The Metrics Project is planned to run for three years from September 2008
57) to August 2011 (see section 5.7 of the <a
58) href="https://svn.torproject.org/svn/tor/trunk/doc/roadmaps/2008-12-19-roadmap-full.pdf">three-year
59) development roadmap</a> for more details). Milestones are scheduled for
60) every six months in this period. The following sections (yet only one) show
61) progress made in these milestones.
Karsten Loesing Add new page for Metrics Pr...

Karsten Loesing authored 15 years ago

62) </p>
63) 
64) <h3>February 2009</h3>
65) 
66) <p>
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

67) The first milestone of the Metrics Project is intended to evaluate already
68) existing and newly gathered data about the Tor network. These evaluations
69) shall help decide what data will be needed in the future to measure
70) contribution to and usage of the Tor network. The following results are
Roger Dingledine add a layer of indirection...

Roger Dingledine authored 15 years ago

71) already available. <a href="<page contact>">Feedback</a> is very welcome!
Karsten Loesing Add new page for Metrics Pr...

Karsten Loesing authored 15 years ago

72) </p>
73) 
74) <ul>
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

75) <li>Evaluation of Relays from Public Directory Data (<a
76) href="http://freehaven.net/~karsten/metrics/dirarch-2009-02-08.pdf">PDF</a>,
77) 194K) from February 8, 2009.
78) <li>Analysis of Bridge Usage in Tor (<a
79) href="http://freehaven.net/~karsten/metrics/bridges-2008-12-25.pdf">PDF</a>,
80) 4.3M) from December 25, 2008.
81) <li>All scripts and sources used in these evaluations (not the data,
82) unfortunately) are available in a public Git repository that can be cloned
83) using the following command:<br /> <tt>git clone
84) git://git.torproject.org/~karsten/git/metrics/</tt>