]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
aj noted that our docs describe how recursor statistics add up badly, fixed
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 29 Sep 2014 14:20:06 +0000 (16:20 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 29 Sep 2014 14:20:06 +0000 (16:20 +0200)
pdns/docs/pdns.xml

index d3493413da1c6736ff0fac13ec33de727d9a8822..d8c61198bf66964667aec5986a6ba6cced21e6f6 100644 (file)
@@ -16488,7 +16488,7 @@ user-msec           number of CPU milliseconds spent in 'user' mode
        graphs of all these numbers. Use <command>rec_control get-all</command> to get all statistics in one go.
       </para>
       <para>
-       It should be noted that answers0-1 + answers1-10 + answers10-100 + answers100-1000 + packetcache-hits + over-capacity-drops + policy-drops = questions.
+       It should be noted that answers0-1 + answers1-10 + answers10-100 + answers100-1000 + answers-slow + packetcache-hits + over-capacity-drops + policy-drops = questions.
       </para>
       <para>
        Also note that unauthorized-tcp and unauthorized-udp packets do not end up in the 'questions' count.