mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
7fbc018433
To get a better idea what's going on on Tonga, add some code to report how often the most and least frequently fetched descriptor was fetched, as well as 25, 50, 75 percentile. Also ensure we only count bridge descriptors here.
9 lines
425 B
Plaintext
9 lines
425 B
Plaintext
(NOTE: THIS SHOULD REPLACE THE TICKET 4200 ENTRY IN THE CHANGELOG)
|
|
o Minor features:
|
|
- The Bridge Authority now writes statistics on how many bridge
|
|
descriptors it gave out in total, and how many unique descriptors it
|
|
gave out. It also lists how often the most and least commonly fetched
|
|
descriptors were given out, as well as the median and 25/75 percentile.
|
|
Implements tickets 4200 and 4294.
|
|
|