From: bert hubert Date: Fri, 26 Jul 2013 12:30:16 +0000 (+0200) Subject: update documentation about our pdns-tools X-Git-Tag: rec-3.6.0-rc1~537 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec2b2d41a65a8b51e1f326c31b695b3be0a80ed3;p=thirdparty%2Fpdns.git update documentation about our pdns-tools --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index d88d26e5c3..5968b65781 100755 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -16873,12 +16873,7 @@ This setting will make PowerDNS renotify the slaves after an AXFR is *received* Tools to analyse DNS traffic DNS is highly mission critical, it is therefore necessary to be able to study and compare DNS traffic. Since version 2.9.18, PowerDNS comes - with three tools to aid in analysis: - - - As of 2.9.18 these tools are somewhat rough - they have no help messages for example. They do work though. - - + with various tools to aid in analysis. These tools are best documented by their manpages, and their --help output. dnsreplay pcapfile [ipaddress] [port number] @@ -16902,7 +16897,32 @@ This setting will make PowerDNS renotify the slaves after an AXFR is *received* dnsscope pcapfile - Calculates statistics without replaying traffic + Calculates statistics without replaying traffic. + + + + + dnsbulktest + + + Send out thousands of queries in parallel from Alexa top list to stress out resolvers. + + + + + dnsdist + + + Simple but high performance UDP and TCP DNS load balancer/distributor. + + + + + + dnstcpbench + + + Stress out DNS servers with TCP based queries, as read from a file.