unbound
0.1
|
Statistics to send over the control pipe when asked This struct is made to be memcpied, sent in binary. More...
#include <stats.h>
Data Fields | |
struct server_stats | svr |
the thread stats | |
size_t | mesh_num_states |
mesh stats: current number of states | |
size_t | mesh_num_reply_states |
mesh stats: current number of reply (user) states | |
size_t | mesh_jostled |
mesh stats: number of reply states overwritten with a new one | |
size_t | mesh_dropped |
mesh stats: number of incoming queries dropped | |
size_t | mesh_replies_sent |
mesh stats: replies sent | |
struct timeval | mesh_replies_sum_wait |
mesh stats: sum of waiting times for the replies | |
double | mesh_time_median |
mesh stats: median of waiting times for replies (in sec) |
Statistics to send over the control pipe when asked This struct is made to be memcpied, sent in binary.