@@ -79,17 +79,17 @@ and we don't want to introduce the overhead of following a more strict policy th
7979
8080### grab the data we need
8181
82- wget https://collector.torproject.org/archive/relay-descriptors/consensuses/consensuses-2020-11 .tar.xz
83- wget https://collector.torproject.org/archive/relay-descriptors/server-descriptors/server-descriptors-2020-11 .tar.xz
82+ wget https://collector.torproject.org/archive/relay-descriptors/consensuses/consensuses-2023-04 .tar.xz
83+ wget https://collector.torproject.org/archive/relay-descriptors/server-descriptors/server-descriptors-2023-04 .tar.xz
8484 wget https://metrics.torproject.org/userstats-relay-country.csv
85- wget https://collector.torproject.org/archive/onionperf/onionperf-2020-11 .tar.xz
86- wget -O bandwidth-2020-11 .csv "https://metrics.torproject.org/bandwidth.csv?start=2020-11 -01&end=2020-11 -30"
85+ wget https://collector.torproject.org/archive/onionperf/onionperf-2023-04 .tar.xz
86+ wget -O bandwidth-2023-04 .csv "https://metrics.torproject.org/bandwidth.csv?start=2023-04 -01&end=2023-04 -30"
8787
8888### extract
8989
90- tar xaf consensuses-2020-11 .tar.xz
91- tar xaf server-descriptors-2020-11 .tar.xz
92- tar xaf onionperf-2020-11 .tar.xz
90+ tar xaf consensuses-2023-04 .tar.xz
91+ tar xaf server-descriptors-2023-04 .tar.xz
92+ tar xaf onionperf-2023-04 .tar.xz
9393
9494### we also utilize privcount Tor traffic model measurements
9595
@@ -119,21 +119,21 @@ tools. On Ubuntu these can be installed with:
119119### stage first, process relay and user info
120120
121121 tornettools stage \
122- consensuses-2020-11 \
123- server-descriptors-2020-11 \
122+ consensuses-2023-04 \
123+ server-descriptors-2023-04 \
124124 userstats-relay-country.csv \
125125 tmodel-ccs2018.github.io \
126- --onionperf_data_path onionperf-2020-11 \
127- --bandwidth_data_path bandwidth-2020-11 .csv \
126+ --onionperf_data_path onionperf-2023-04 \
127+ --bandwidth_data_path bandwidth-2023-04 .csv \
128128 --geoip_path tor/src/config/geoip
129129
130130### now we can used the staged files to generate many times
131131
132132For example, use ` --network_scale 0.01 ` to generate a private Tor network at '1%' the scale of public Tor:
133133
134134 tornettools generate \
135- relayinfo_staging_2020-11 -01--2020-11 -30.json \
136- userinfo_staging_2020-11 -01--2020-11 -30.json \
135+ relayinfo_staging_2023-04 -01--2023-04 -30.json \
136+ userinfo_staging_2023-04 -01--2023-04 -30.json \
137137 networkinfo_staging.gml \
138138 tmodel-ccs2018.github.io \
139139 --network_scale 0.01 \
@@ -149,7 +149,7 @@ Note that simulating a '1%' Tor network for 60 simulation minutes can take as mu
149149 tornettools parse tornet-0.01
150150 tornettools plot \
151151 tornet-0.01 \
152- --tor_metrics_path tor_metrics_2020-11 -01--2020-11 -30.json \
152+ --tor_metrics_path tor_metrics_2023-04 -01--2023-04 -30.json \
153153 --prefix pdfs
154154 tornettools archive tornet-0.01
155155
0 commit comments