mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
- 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.
6 lines
380 B
Text
6 lines
380 B
Text
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.
|