From: Chris Hofstaedtler Date: Tue, 20 Feb 2018 19:06:15 +0000 (+0100) Subject: dnsdist: docs: clarify some stats items X-Git-Tag: dnsdist-1.3.0~63^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e524bcb3b9f7d07782f8cf264d6f6f408c62a47;p=thirdparty%2Fpdns.git dnsdist: docs: clarify some stats items --- diff --git a/pdns/dnsdistdist/docs/statistics.rst b/pdns/dnsdistdist/docs/statistics.rst index 41c046a695..e1877da0b6 100644 --- a/pdns/dnsdistdist/docs/statistics.rst +++ b/pdns/dnsdistdist/docs/statistics.rst @@ -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 `. +The number of packets dropped because of the :doc:`ACL `. cache-hits ---------- -Number of times an answer was retrieved from :doc:`cache `. +Number of times a response was sent using data found in the :doc:`packet cache `. cache-misses ------------ -Number of times an answer was not found in the :doc:`cache `. +Number of times an answer was not found in the :doc:`packet cache `. Only counted if a packet cache was setup for the selected pool. cpu-sys-msec ------------