mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
d4f4108601
This patch adds support for MainloopStats that allow developers to get main event loop statistics via Tor's heartbeat status messages. The new status log message will show how many succesful, erroneous, and idle event loop iterations we have had. See: https://bugs.torproject.org/24605
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
o Minor features (instrumentation):
|
|
- Add the MainloopStats option to Tor that allows developers to get
|
|
instrumentation information from the main event loop via the heartbeat
|
|
messages. Closes ticket 24605.
|