Rob Jansen

Results 104 comments of Rob Jansen

First of all, it looks like `--load_scale=1.5` is a good default these days to bring the overall amount of data transferred by relays in line with current day Tor. ---...

Second, it does look like clustering has the desired effect of creating longer tails in the client performance metrics. --- ![circuit_build_time exit](https://user-images.githubusercontent.com/788144/223783708-7a9a4ae4-f415-4127-903b-a9bced960d1e.png) ![round_trip_time exit](https://user-images.githubusercontent.com/788144/223783750-d42475b1-dde6-4446-a595-263d2553622b.png) ![transfer_error_rates_ALL exit](https://user-images.githubusercontent.com/788144/223783804-356a3b3a-6c29-49f5-aba6-1103f34a109b.png)

Third, it looks like even with using an EXACT ip address match as the clustering criteria, we still overshoot performance a bit. --- ![transfer_time_51200 exit](https://user-images.githubusercontent.com/788144/223784057-09292ef8-8dfa-43d6-9539-27076b5f5c1e.png) ![transfer_time_1048576 exit](https://user-images.githubusercontent.com/788144/223784062-7dfd7e75-63b6-4148-9ed9-44e9ea31bae3.png) ![transfer_time_5242880 exit](https://user-images.githubusercontent.com/788144/223784064-ec049e47-0377-4536-a4b0-2b6795eb5b33.png)

I think the reason that we still overshoot performance is that we are not configuring our new "super relay" clusters with enough resources. Suppose, for example, that we have a...