Changeset 890
- Timestamp:
- 09/18/06 12:42:45 (7 years ago)
- Location:
- trunk/pdns/pdns
- Files:
-
- 2 modified
-
docs/pdns.sgml (modified) (1 diff)
-
rec_channel_rec.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r887 r890 6921 6921 client-parse-errors counts number of client packets that could not be parsed 6922 6922 concurrent-queries shows the number of MThreads currently running 6923 dlg-only-drops number of records dropped because of delegation only setting 6923 6924 negcache-entries shows the number of entries in the Negative answer cache 6924 6925 noerror-answers counts the number of times it answered NOERROR since starting -
trunk/pdns/pdns/rec_channel_rec.cc
r855 r890 188 188 189 189 addGetStat("resource-limits", &g_stats.resourceLimits); 190 addGetStat("dlg-only-drops", &SyncRes::s_nodelegated); 190 191 191 192 addGetStat("negcache-entries", boost::bind(&SyncRes::negcache_t::size, ref(SyncRes::s_negcache)));