From: Andreas Jakum Date: Fri, 22 Jul 2016 13:01:29 +0000 (+0200) Subject: Correct wrong statistics counter name in docs X-Git-Tag: auth-4.0.1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4222%2Fhead;p=thirdparty%2Fpdns.git Correct wrong statistics counter name in docs --- diff --git a/docs/markdown/authoritative/performance.md b/docs/markdown/authoritative/performance.md index ddcc75acb0..43645c7a5d 100644 --- a/docs/markdown/authoritative/performance.md +++ b/docs/markdown/authoritative/performance.md @@ -81,7 +81,7 @@ daemon. * `tcp6-answers-bytes`: Total number of answer bytes sent over TCPv6 (since 4.0.0) * `tcp6-answers`: Number of answers sent out over TCPv6 * `tcp6-queries`: Number of questions received over TCPv6 -* `timedout-questions`: Amount of packets that were dropped because they had to wait too long internally +* `timedout-packets`: Amount of packets that were dropped because they had to wait too long internally * `udp-answers-bytes`: Total number of answer bytes sent over UDP * `udp-answers`: Number of answers sent out over UDP * `udp-do-queries`: Number of queries received with the DO (DNSSEC OK) bit set