#include "stats/stats-control.h"#include "stats/stats-log.h"#include "stats/stats-query.h"#include "stats/stats-registry.h"#include "stats/aggregator/stats-aggregator-registry.h"#include "stats/stats.h"#include "timeutils/cache.h"#include "timeutils/misc.h"#include "cfg-parser.h"#include <string.h>#include <iv.h>
Classes | |
| struct | StatsTimerState |
Functions | |
| void | stats_publish_and_prune_counters (StatsOptions *options) |
| void | stats_timer_reinit (StatsOptions *options) |
| void | stats_reinit (StatsOptions *options) |
| void | stats_init (void) |
| void | stats_destroy (void) |
| void | stats_options_defaults (StatsOptions *options) |
| gboolean | stats_check_level (gint level) |
| gboolean | stats_check_dynamic_clusters_limit (guint number_of_clusters) |
| gint | stats_number_of_dynamic_clusters_limit (void) |
| CfgYesNoAuto | stats_syslog_stats (void) |
| gboolean stats_check_dynamic_clusters_limit | ( | guint | number_of_clusters | ) |
| gboolean stats_check_level | ( | gint | level | ) |
| void stats_destroy | ( | void | ) |
| void stats_init | ( | void | ) |
| gint stats_number_of_dynamic_clusters_limit | ( | void | ) |
| void stats_options_defaults | ( | StatsOptions * | options | ) |
| void stats_publish_and_prune_counters | ( | StatsOptions * | options | ) |
| void stats_reinit | ( | StatsOptions * | options | ) |
| CfgYesNoAuto stats_syslog_stats | ( | void | ) |
| void stats_timer_reinit | ( | StatsOptions * | options | ) |