suricata
output-json-stats.h File Reference
#include "output-stats.h"
Include dependency graph for output-json-stats.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Tom DeCanio td@np.nosp@m.ulse.nosp@m.tech..nosp@m.com

Definition in file output-json-stats.h.

Macro Definition Documentation

◆ JSON_STATS_DELTAS

#define JSON_STATS_DELTAS   (1<<2)

Definition at line 32 of file output-json-stats.h.

◆ JSON_STATS_THREADS

#define JSON_STATS_THREADS   (1<<1)

Definition at line 31 of file output-json-stats.h.

◆ JSON_STATS_TOTALS

#define JSON_STATS_TOTALS   (1<<0)

Definition at line 30 of file output-json-stats.h.

Function Documentation

◆ JsonStatsLogRegister()

void JsonStatsLogRegister ( void  )

Definition at line 467 of file output-json-stats.c.

References LOGGER_JSON_STATS, MODULE_NAME, and OutputRegisterStatsSubModule().

Referenced by OutputRegisterLoggers().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OutputEngineStatsReloadTime()

TmEcode OutputEngineStatsReloadTime ( json_t **  jdata)

Definition at line 159 of file output-json-stats.c.

◆ OutputEngineStatsRuleset()

TmEcode OutputEngineStatsRuleset ( json_t **  jdata)

Definition at line 163 of file output-json-stats.c.

◆ StatsToJSON()

json_t* StatsToJSON ( const StatsTable st,
uint8_t  flags 
)

turn StatsTable into a json object

Parameters
flagsJSON_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.