Changes between Version 6 and Version 7 of RecursorFAQ

Show
Ignore:
Timestamp:
04/11/06 17:16:21 (7 years ago)
Author:
kai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RecursorFAQ

    v6 v7  
    1616:: 
    1717 
    18   questions          counts all incoming UDP queries (since starting) 
     18  questions          counts all End-user initiated queries with the RD bit set 
    1919  nxdomain-answers   counts the number of times it answered NXDOMAIN since starting 
    2020  noerror-answers    counts the number of times it answered NOERROR since starting 
    2121  servfail-answers   counts the number of times it answered SERVFAIL since starting 
    2222  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 starting 
    26  
    2723  all-outqueries     counts the number of outgoing UDP queries since starting 
    2824  throttled-out      counts the number of throttled outgoing UDP queries since starting 
     
    3228  answers100-1000    counts the number of queries answered within 1 second 
    3329  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 
    3432 
    3533  nsspeeds-entries   shows the number of entries in the NS speeds map 
     
    4846What's in the Throttle map? 
    4947--------------------------- 
    50 This map contains entries. Bert should comment on this. 
     48This map contains a history about nameservers returning unuseful answers. The ''throttle-entries'' in the statistics shows the number of entries in this map. 
    5149 
    5250What's the ''throttled-out'' in the stats? 
    5351------------------------------------------ 
    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 (?). 
     52If a certain nameserver is not responding, or if it is, but returning unuseful answers, the query can 
     53get prevented from happening and causing delay. This is called a 'throttled 
     54out-query' 
    5555 
    5656