From 2b67598118b4716fd3a4dd86bde9baed729d576b Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 22 Nov 2017 14:24:39 +0100 Subject: [PATCH] clarify that dnsdist latency averages are in microseconds --- pdns/dnsdistdist/docs/statistics.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns/dnsdistdist/docs/statistics.rst b/pdns/dnsdistdist/docs/statistics.rst index cb27a43b9..a9b1a0ed5 100644 --- a/pdns/dnsdistdist/docs/statistics.rst +++ b/pdns/dnsdistdist/docs/statistics.rst @@ -56,19 +56,19 @@ Number of currently used file descriptors. latency-avg100 -------------- -Average response latency of the last 100 packets. +Average response latency in microseconds of the last 100 packets latency-avg1000 --------------- -Average response latency of the last 1000 packets. +Average response latency in microseconds of the last 1000 packets. latency-avg10000 ---------------- -Average response latency of the last 10000 packets. +Average response latency in microseconds of the last 10000 packets. latency-avg1000000 ------------------ -Average response latency of the last 1000000 packets. +Average response latency in microseconds of the last 1000000 packets. latency-slow ------------ -- 2.40.0