From a70fc47e9dc165175e77f091076559748858a488 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 28 Oct 2015 09:45:46 +1100 Subject: [PATCH 01/39] 4243. [func] Improved stats reporting from Timothe Litt. [RT #38941] --- CHANGES | 2 + bin/named/bind9.xsl | 972 +++++++++++++-------------- bin/named/bind9.xsl.h | 6 + bin/named/server.c | 1 + bin/named/statschannel.c | 65 +- bin/tests/system/statistics/tests.sh | 12 + lib/dns/include/dns/zone.h | 3 +- 7 files changed, 568 insertions(+), 493 deletions(-) diff --git a/CHANGES b/CHANGES index 7a28800429..d85e874257 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +4243. [func] Improved stats reporting from Timothe Litt. [RT #38941] + 4242. [bug] Replace the client if not already replaced when prefetching. [RT #41001] diff --git a/bin/named/bind9.xsl b/bin/named/bind9.xsl index 5b1ffe8655..b516a2930c 100644 --- a/bin/named/bind9.xsl +++ b/bin/named/bind9.xsl @@ -14,7 +14,6 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - @@ -25,58 +24,58 @@ + + // Server Incoming Requests by opcode + graphs.push({ + 'title' : "Server Incoming Requests by DNS Opcode", + 'target': 'chart_incoming_opcodes', + 'style': 'barchart', + 'data': [['Opcode','Counter'],['',],]}); + +