mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
0a5ecb3342
- Implement overload statistics structure. - Implement function that keeps track of overload statistics. - Implement function that writes overload statistics to descriptor. - Unittest for the whole logic.
7 lines
380 B
Plaintext
7 lines
380 B
Plaintext
o Major features (metrics):
|
|
- Introduce a new class of extra-info statistics that allows relays to
|
|
expose details of how overloaded they are. This information is controlled
|
|
using the OverloadStatistics torrc option, and it will be used to make
|
|
more informed decisions about the network's load balancing. Implements
|
|
proposal 328; closes ticket 40222.
|