tor/changes/bug24605
Alexander Færøy d4f4108601
Add MainloopStats option.
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
2017-12-16 02:41:21 +01:00

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.