]> granicus.if.org Git - pdns/commitdiff
clarify that dnsdist latency averages are in microseconds
authorbert hubert <bert.hubert@powerdns.com>
Wed, 22 Nov 2017 13:24:39 +0000 (14:24 +0100)
committerbert hubert <bert.hubert@powerdns.com>
Wed, 22 Nov 2017 13:24:39 +0000 (14:24 +0100)
pdns/dnsdistdist/docs/statistics.rst

index cb27a43b96bd350b947d939f44914148038f362e..a9b1a0ed5503ab3a9c3bc9e624196efb3a1b8a56 100644 (file)
@@ -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
 ------------