:program:`pdns_recursor` often runs in a chroot. You can
retrieve the file using::
- rec_control dump-rpz ZONE_NAME /tmp/file
+ rec_control dump-throttlemap /tmp/file
+ mv /proc/$(pidof pdns_recursor)/root/tmp/file /tmp/filename
+
+dump-failedservers *FILENAME*
+ Dump the contents of the failed server map to the *FILENAME* mentioned.
+ This file should not exist already, PowerDNS will refuse to
+ overwrite it otherwise. While dumping, the recursor will not answer
+ questions.
+
+ .. note::
+
+ :program:`pdns_recursor` often runs in a chroot. You can
+ retrieve the file using::
+
+ rec_control dump-failedservers /tmp/file
mv /proc/$(pidof pdns_recursor)/root/tmp/file /tmp/filename
get *STATISTIC* [*STATISTIC*]...