From af8775bcee8a5baaca955c44017a546bc4f10026 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 8 Jan 2016 09:56:04 +0100 Subject: [PATCH] dnsdist: add topSlow() to the completion rules Closes #3188. --- pdns/dnsdist-console.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 70b1276a0..e5aa6e282 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -211,7 +211,8 @@ char* my_generator(const char* text, int state) "showDNSCryptBinds()", "showDynBlocks()", "showResponseLatency()", "showRules()", "showServerPolicy()", "showServers()", "shutdown()", "SpoofAction(", "TCAction(", "testCrypto()", "topBandwidth(", "topClients(", - "topQueries(", "topResponses(", "topRule()", "truncateTC(", + "topQueries(", "topResponses(", "topRule()", "topSlow(", + "truncateTC(", "webserver(", "whashed", "wrandom" }; static int s_counter=0; int counter=0; -- 2.40.0