Changes between Version 6 and Version 7 of RecursorFAQ
- Timestamp:
- 04/11/06 17:16:21 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RecursorFAQ
v6 v7 16 16 :: 17 17 18 questions counts all incoming UDP queries (since starting)18 questions counts all End-user initiated queries with the RD bit set 19 19 nxdomain-answers counts the number of times it answered NXDOMAIN since starting 20 20 noerror-answers counts the number of times it answered NOERROR since starting 21 21 servfail-answers counts the number of times it answered SERVFAIL since starting 22 22 outgoing-timeouts counts the number of timeouts on outgoing UDP queries since starting 23 24 tcp-questions counts all incoming TCP queries (since starting)25 tcp-outqueries counts the number of outgoing TCP queries since starting26 27 23 all-outqueries counts the number of outgoing UDP queries since starting 28 24 throttled-out counts the number of throttled outgoing UDP queries since starting … … 32 28 answers100-1000 counts the number of queries answered within 1 second 33 29 answers-slow counts the number of queries answered after 1 second 30 tcp-questions counts all incoming TCP queries (since starting) 31 tcp-outqueries counts the number of outgoing TCP queries since starting 34 32 35 33 nsspeeds-entries shows the number of entries in the NS speeds map … … 48 46 What's in the Throttle map? 49 47 --------------------------- 50 This map contains entries. Bert should comment on this.48 This map contains a history about nameservers returning unuseful answers. The ''throttle-entries'' in the statistics shows the number of entries in this map. 51 49 52 50 What's the ''throttled-out'' in the stats? 53 51 ------------------------------------------ 54 This counter counts the number of queries that we're not recursing for because we're already actively waiting for results for the exact same query (?). If an answer isn't found within N seconds, servfails will be sent out to the clients (?). 52 If a certain nameserver is not responding, or if it is, but returning unuseful answers, the query can 53 get prevented from happening and causing delay. This is called a 'throttled 54 out-query' 55 55 56 56