diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-11-02 15:27:08 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-11-02 15:27:08 +0000 |
commit | b109161c8f1c2acac7eee32ad86cc727975eeb08 (patch) | |
tree | 9eb11ad227b8921db0450edc9a7c719cafdb5b3f /doc/man | |
parent | ee38ec02f36906f344e4408c6b7a44ef435e1625 (diff) | |
parent | 9922116388b9904f248f8bfc4d013f4fd38c7972 (diff) | |
download | tor-b109161c8f1c2acac7eee32ad86cc727975eeb08.tar.gz tor-b109161c8f1c2acac7eee32ad86cc727975eeb08.zip |
Merge branch 'maint-0.4.6' into main
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/tor.1.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index c64a84d05f..a3ff9e1830 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -2772,6 +2772,26 @@ types of statistics that Tor relays collect and publish: is enabled, it will be published as part of the extra-info document. (Default: 1) +[[OverloadStatistics]] **OverloadStatistics** *0**|**1**:: + Relays and bridges only. + When this option is enabled, a Tor relay will write an overload general + line in the server descriptor if the relay is considered overloaded. + (Default: 1) + + + A relay is considered overloaded if at least one of these conditions is + met: + - Onionskins are starting to be dropped. + - The OOM was invoked. + + - (Exit only) DNS timeout occurs X% of the time over Y seconds (values + controlled by consensus parameters, see param-spec.txt). + + + If ExtraInfoStatistics is enabled, it can also put two more specific + overload lines in the extra-info document if at least one of these + conditions is met: + - TCP Port exhaustion. + - Connection rate limits have been reached (read and write side). + [[PaddingStatistics]] **PaddingStatistics** **0**|**1**:: Relays and bridges only. When this option is enabled, Tor collects statistics for padding cells |