suricata
|
#include "output-stats.h"
Go to the source code of this file.
Macros | |
#define | JSON_STATS_TOTALS (1<<0) |
#define | JSON_STATS_THREADS (1<<1) |
#define | JSON_STATS_DELTAS (1<<2) |
Functions | |
json_t * | StatsToJSON (const StatsTable *st, uint8_t flags) |
turn StatsTable into a json object More... | |
TmEcode | OutputEngineStatsReloadTime (json_t **jdata) |
TmEcode | OutputEngineStatsRuleset (json_t **jdata) |
void | JsonStatsLogRegister (void) |
Definition in file output-json-stats.h.
#define JSON_STATS_DELTAS (1<<2) |
Definition at line 32 of file output-json-stats.h.
#define JSON_STATS_THREADS (1<<1) |
Definition at line 31 of file output-json-stats.h.
#define JSON_STATS_TOTALS (1<<0) |
Definition at line 30 of file output-json-stats.h.
void JsonStatsLogRegister | ( | void | ) |
Definition at line 467 of file output-json-stats.c.
References LOGGER_JSON_STATS, MODULE_NAME, and OutputRegisterStatsSubModule().
Referenced by OutputRegisterLoggers().
TmEcode OutputEngineStatsReloadTime | ( | json_t ** | jdata | ) |
Definition at line 159 of file output-json-stats.c.
TmEcode OutputEngineStatsRuleset | ( | json_t ** | jdata | ) |
Definition at line 163 of file output-json-stats.c.
json_t* StatsToJSON | ( | const StatsTable * | st, |
uint8_t | flags | ||
) |
turn StatsTable into a json object
flags | JSON_STATS_* flags for controlling output |
Definition at line 209 of file output-json-stats.c.
References flags, JSON_STATS_TOTALS, StatsRecord_::name, StatsTable_::nstats, StatsRecord_::short_name, StatsTable_::start_time, StatsTable_::stats, and unlikely.