%{_bindir}/nsec3dig
%{_bindir}/saxfr
%{_bindir}/sdig
+%{_mandir}/man1/calidns.1.gz
%{_mandir}/man1/dnsbulktest.1.gz
%{_mandir}/man1/dnsgram.1.gz
%{_mandir}/man1/dnsreplay.1.gz
%{_bindir}/nsec3dig
%{_bindir}/saxfr
%{_bindir}/sdig
+%{_mandir}/man1/calidns.1.gz
%{_mandir}/man1/dnsbulktest.1.gz
%{_mandir}/man1/dnsgram.1.gz
%{_mandir}/man1/dnsreplay.1.gz
%{_bindir}/nsec3dig
%{_bindir}/saxfr
%{_bindir}/sdig
+%{_mandir}/man1/calidns.1.gz
%{_mandir}/man1/dnsbulktest.1.gz
%{_mandir}/man1/dnsgram.1.gz
%{_mandir}/man1/dnsreplay.1.gz
+usr/bin/calidns
usr/bin/dnsbulktest
usr/bin/dnsgram
usr/bin/dnsreplay
+debian/tmp/usr/share/man/man1/calidns.1
debian/tmp/usr/share/man/man1/dnsbulktest.1
debian/tmp/usr/share/man/man1/dnsgram.1
debian/tmp/usr/share/man/man1/dnsreplay.1
zone2ldap.1 \
zone2sql.1
-MANPAGES_TARGET_TOOLS = dnsbulktest.1 \
+MANPAGES_TARGET_TOOLS = calidns.1 \
+ dnsbulktest.1 \
dnsgram.1 \
dnsreplay.1 \
dnsscan.1 \
--- /dev/null
+% CALIDNS(1)
+% PowerDNS.com BV
+% April 2016
+
+# NAME
+**calidns** - A DNS recursor testing tool
+
+# SYNOPSIS
+**calidns** *QUERY_FILE* *DESTINATION* *INITIAL_QPS* *HITRATE*
+
+# DESCRIPTION
+**calidns** reads queries from *QUERY_FILE* and sends them as a recursive query to
+*DESTINATION* (an IPv4 or IPv6 address, optionally with a port number), starting
+at INITIAL_QPS queries per second and aims to have a cache hitrate of *HITRATE*
+percent.
+
+It will then try to determine the maximum amount of queries per second the recursor
+can handle with the aforementioned *HITRATE*.
+
+# QUERY_FILE format
+The format of the *QUERY_FILE* is very simple, it should contain "QNAME<space>QTYPE"
+tuples, one per line. For example:
+
+powerdns.com A
+powerdns.com AAAA
+google.com A
+
+This is similar to Alexa top 1 million list.
+
+# OPTIONS
+None
- Documentation details: appendix/documentation.md
- Compiling PowerDNS: appendix/compiling-powerdns.md
- DNS Analysis Tools: tools/analysis.md
+ - 'Manpage: calidns.1': manpages/calidns.1.md
- 'Manpage: dnsbulktest.1': manpages/dnsbulktest.1.md
- 'Manpage: dnsgram.1': manpages/dnsgram.1.md
- 'Manpage: dnsreplay.1': manpages/dnsreplay.1.md