server_stats Struct Reference

per worker statistics More...

#include <stats.h>


Data Fields

size_t num_queries
 number of queries from clients received.
size_t num_queries_missed_cache
 number of queries that had a cache-miss.
size_t sum_query_list_size
 Sum of the querylistsize of the worker for every query that missed cache.
size_t max_query_list_size
 max value of query list size reached.
size_t num_query_list_exceeded
 number of times that the query_list_size was insufficient


Detailed Description

per worker statistics

Field Documentation

number of queries from clients received.

Referenced by server_stats_log(), and worker_handle_request().

number of queries that had a cache-miss.

Referenced by server_stats_log(), and server_stats_querymiss().

Sum of the querylistsize of the worker for every query that missed cache.

To calculate average.

Referenced by server_stats_log(), and server_stats_querymiss().

max value of query list size reached.

Referenced by server_stats_log(), and server_stats_querymiss().


The documentation for this struct was generated from the following file:

Generated on Sun Sep 21 16:23:31 2008 for unbound by  doxygen 1.5.6