b04525385554ca1a30a0c7e55f319cf40eda1646
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 Comment out unfinished repo...

Karsten Loesing authored 15 years ago

67) The first milestone of the Metrics Project is intended to evaluate public
68) data about the Tor network, like network statuses and router descriptors.
69) These evaluations
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

70) shall help decide what data will be needed in the future to measure
71) 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

72) 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

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

Karsten Loesing authored 15 years ago

76) <li>Evaluation of Relays from Public Directory Data (<a
Karsten Loesing Update links to some new ve...

Karsten Loesing authored 15 years ago

77) href="http://freehaven.net/~karsten/metrics/dirarch-2009-02-11.pdf">PDF</a>,
78) 226K) from February 11, 2009.
Karsten Loesing Comment out unfinished repo...

Karsten Loesing authored 15 years ago

79) <!-- commented out for the moment, because we want to focus on public data
80) first and cover non-public data in the future
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

81) <li>Analysis of Bridge Usage in Tor (<a
Karsten Loesing Update links to some new ve...

Karsten Loesing authored 15 years ago

82) href="http://freehaven.net/~karsten/metrics/bridges-2009-02-14.pdf">PDF</a>,
83) 59K) from February 14, 2009.
84) <li>Evaluation of Client Requests to the Directories (<a
85) href="http://freehaven.net/~karsten/metrics/dirreq-report-2009-02-13.pdf">PDF</a>,
86) 55K) from February 13, 2009.
Karsten Loesing Comment out unfinished repo...

Karsten Loesing authored 15 years ago

87) -->
Karsten Loesing Ah right, linebreaks..

Karsten Loesing authored 15 years ago

88) <li>All scripts and sources used in these evaluations (not the data,
89) unfortunately) are available in a public Git repository that can be cloned
90) using the following command:<br /> <tt>git clone
91) git://git.torproject.org/~karsten/git/metrics/</tt>