Changeset 890

Show
Ignore:
Timestamp:
09/18/06 12:42:45 (7 years ago)
Author:
ahu
Message:

add dlg-only-drop statistic, and document it

Location:
trunk/pdns/pdns
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/docs/pdns.sgml

    r887 r890  
    69216921client-parse-errors counts number of client packets that could not be parsed 
    69226922concurrent-queries  shows the number of MThreads currently running 
     6923dlg-only-drops      number of records dropped because of delegation only setting 
    69236924negcache-entries    shows the number of entries in the Negative answer cache 
    69246925noerror-answers     counts the number of times it answered NOERROR since starting 
  • trunk/pdns/pdns/rec_channel_rec.cc

    r855 r890  
    188188 
    189189  addGetStat("resource-limits", &g_stats.resourceLimits); 
     190  addGetStat("dlg-only-drops", &SyncRes::s_nodelegated); 
    190191 
    191192  addGetStat("negcache-entries", boost::bind(&SyncRes::negcache_t::size, ref(SyncRes::s_negcache)));