]> granicus.if.org Git - pdns/commitdiff
document dnsgram, document where to find the powerdns tools (thanks AJ & friends)
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 21 Dec 2014 15:13:10 +0000 (16:13 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 21 Dec 2014 15:13:10 +0000 (16:13 +0100)
pdns/docs/markdown/tools/analysis.md

index 5b2fe35f9a5a282b44aa1d7607803b60ecdd6401..50db56ec5740cedf1b489019626e6da8c14e0cae 100644 (file)
@@ -1,5 +1,20 @@
 # 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 various tools to aid in analysis. These tools are best documented by their manpages, and their `--help` output.
+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
+various tools to aid in analysis.  These tools are best documented by their
+manpages, and their `--help` output.
+
+The PowerDNS tools do not (yet) follow an independent release process. 
+However, we keep them working, and they are shipped with PowerDNS
+Authoritative Server tarballs.
+
+In addition, our build infrastructure creates fresh Linux packages for every
+commit, and these can be found on:
+
+ * <https://autotest.powerdns.com/job/auth-git-semistatic-deb-amd64/>
+ * <https://autotest.powerdns.com/job/auth-git-semistatic-deb-i386/>
+ * <https://autotest.powerdns.com/job/auth-git-semistatic-rpm-amd64/>
+ * <https://autotest.powerdns.com/job/auth-git-semistatic-rpm-i386/>
 
 ## `dnsreplay pcapfile [ipaddress] [port number]`
 This program takes recorded questions and answers and replays them to a specified nameserver and reporting afterwards which percentage of answers matched, were worse or better.
@@ -10,6 +25,10 @@ Anonymises recorded traffic, making sure it only contains DNS, and that the orig
 ## `dnsscope pcapfile`
 Calculates statistics without replaying traffic.
 
+## `dnsgram`
+Creates statistics on 5-second segments of a pcap, allowing you to study intermittent 
+performance problems. 
+
 ## `dnsbulktest`
 Send out thousands of queries in parallel from Alexa top list to stress out resolvers.
 
@@ -18,3 +37,4 @@ 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.
+