]> git.ipfire.org Git - thirdparty/bind9.git/commit
Also collect DNSSEC refresh signature statistics
authorMatthijs Mekking <matthijs@isc.org>
Fri, 21 Jun 2019 08:30:05 +0000 (10:30 +0200)
committerMatthijs Mekking <github@pletterpet.nl>
Tue, 25 Jun 2019 09:40:01 +0000 (11:40 +0200)
commit6f67546cd66e806643d495dd96b04aa983d8a58b
tree441444100afbade6ad3f3132780961a64be9f2d6
parenta8750a8805c2f3055059e647ad24ee4e289b26b6
Also collect DNSSEC refresh signature statistics

In addition to gather how many times signatures are created per
key in a zone, also count how many of those signature creations are
because of DNSSEC maintenance.  These maintenance counters are
incremented if a signature is refreshed (but the RRset did not
changed), when the DNSKEY RRset is changed, and when that leads
to additional RRset / RRSIG updates (for example SOA, NSEC).
bin/named/statschannel.c
bin/named/zoneconf.c
bin/tests/system/statschannel/tests.sh
bin/tests/system/statschannel/zones-json.pl
bin/tests/system/statschannel/zones-xml.pl
lib/dns/include/dns/zone.h
lib/dns/win32/libdns.def.in
lib/dns/zone.c