#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) | |
1.5.9