]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: docs: clarify some stats items
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 20 Feb 2018 19:06:15 +0000 (20:06 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 20 Feb 2018 19:06:15 +0000 (20:06 +0100)
pdns/dnsdistdist/docs/statistics.rst

index 41c046a695edb6eade43d8039558889ff2b8f1ac..e1877da0b60c75b10038894baa8ae843d588e3e7 100644 (file)
@@ -12,15 +12,15 @@ dnsdist keeps statistics on the queries is receives and send out. They can be ac
 
 acl-drops
 ---------
-The number of packets dropped bacause of the :doc:`ACL <advanced/acl>`.
+The number of packets dropped because of the :doc:`ACL <advanced/acl>`.
 
 cache-hits
 ----------
-Number of times an answer was retrieved from :doc:`cache <guides/cache>`.
+Number of times a response was sent using data found in the :doc:`packet cache <guides/cache>`.
 
 cache-misses
 ------------
-Number of times an answer was not found in the :doc:`cache <guides/cache>`.
+Number of times an answer was not found in the :doc:`packet cache <guides/cache>`. Only counted if a packet cache was setup for the selected pool.
 
 cpu-sys-msec
 ------------