]> granicus.if.org Git - pdns/commitdiff
rec: Fix rec_control man page tests
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Aug 2016 15:55:34 +0000 (17:55 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Aug 2016 08:52:05 +0000 (10:52 +0200)
docs/manpages/rec_control.1.md
pdns/rec_channel_rec.cc

index 788c9a6236dc5696ddb722cce0016c5227bc4429..7cc301a4f631f1be542740748d10dc686353d58b 100644 (file)
@@ -125,6 +125,10 @@ reload-zones
 :    Reload authoritative and forward zones. Retains current configuration
      in case of errors.
 
+set-carbon-server *CARBON SERVER* [*CARBON OURNAME*]
+:    Set the carbon-server setting to *CARBON SERVER*. If *CARBON OURNAME* is not
+     empty, also set the carbon-ourname setting to *CARBON OURNAME*.
+
 set-dnssec-log-bogus *SETTING*
 :    Set dnssec-log-bogus setting to *SETTING*. Set to 'on' or 'yes' to log DNSSEC
      validation failures and to 'no' or 'off' to disable logging these failures.
@@ -132,10 +136,26 @@ set-dnssec-log-bogus *SETTING*
 set-minimum-ttl *NUM*
 :    Set minimum-ttl-override to *NUM*.
 
+top-queries
+:    Shows the top-20 queries. Statistics are over the last
+     'stats-ringbuffer-entries' queries.
+
+top-largeanswer-remotes
+:    Shows the top-20 remote hosts causing large answers. Statistics are over the
+     last 'stats-ringbuffer-entries' queries.
+
 top-remotes
 :    Shows the top-20 most active remote hosts. Statistics are over the
      last 'stats-ringbuffer-entries' queries.
 
+top-servfail-queries
+:    Shows the top-20 queries causing servfail responses. Statistics are
+     over the last 'stats-ringbuffer-entries' queries.
+
+top-servfail-remotes
+:    Shows the top-20 most active remote hosts causing servfail responses.
+     Statistics are over the last 'stats-ringbuffer-entries' queries.
+
 trace-regex *REGEX*
 :    Emit resolution trace for matching queries. Empty regex to disable trace.
 
index 74b848ae33694e8fa1fc1081ecf1ee2db0240434..be3724b6b4f453cb2243f31cb97960813c12befe 100644 (file)
@@ -1138,7 +1138,7 @@ string RecursorControlParser::getAnswer(const string& question, RecursorControlP
 "clear-nta [DOMAIN]...            Clear the Negative Trust Anchor for DOMAINs, if no DOMAIN is specified, remove all\n"
 "clear-ta [DOMAIN]...             Clear the Trust Anchor for DOMAINs\n"
 "dump-cache <filename>            dump cache contents to the named file\n"
-"dump-edns[status] <filename>     dump EDNS status to the named file\n"
+"dump-edns [status] <filename>    dump EDNS status to the named file\n"
 "dump-nsspeeds <filename>         dump nsspeeds statistics to the named file\n"
 "get [key1] [key2] ..             get specific statistics\n"
 "get-all                          get all statistics\n"