suricata
log-stats.c File Reference
#include "suricata-common.h"
#include "detect.h"
#include "pkt-var.h"
#include "conf.h"
#include "threads.h"
#include "threadvars.h"
#include "tm-threads.h"
#include "util-print.h"
#include "util-unittest.h"
#include "util-debug.h"
#include "output.h"
#include "log-stats.h"
#include "util-privs.h"
#include "util-buffer.h"
#include "util-logopenfile.h"
#include "util-time.h"
Include dependency graph for log-stats.c:

Go to the source code of this file.

Data Structures

struct  LogStatsFileCtx_
 
struct  LogStatsLogThread_
 

Macros

#define DEFAULT_LOG_FILENAME   "stats.log"
 
#define MODULE_NAME   "LogStatsLog"
 
#define OUTPUT_BUFFER_SIZE   16384
 
#define LOG_STATS_TOTALS   (1<<0)
 
#define LOG_STATS_THREADS   (1<<1)
 
#define LOG_STATS_NULLS   (1<<2)
 

Typedefs

typedef struct LogStatsFileCtx_ LogStatsFileCtx
 
typedef struct LogStatsLogThread_ LogStatsLogThread
 

Functions

TmEcode LogStatsLogThreadInit (ThreadVars *, const void *, void **)
 
TmEcode LogStatsLogThreadDeinit (ThreadVars *, void *)
 
void LogStatsLogRegister (void)
 

Detailed Description

Author
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t

Definition in file log-stats.c.

Macro Definition Documentation

◆ DEFAULT_LOG_FILENAME

#define DEFAULT_LOG_FILENAME   "stats.log"

Definition at line 48 of file log-stats.c.

◆ LOG_STATS_NULLS

#define LOG_STATS_NULLS   (1<<2)

Definition at line 54 of file log-stats.c.

◆ LOG_STATS_THREADS

#define LOG_STATS_THREADS   (1<<1)

Definition at line 53 of file log-stats.c.

◆ LOG_STATS_TOTALS

#define LOG_STATS_TOTALS   (1<<0)

Definition at line 52 of file log-stats.c.

◆ MODULE_NAME

#define MODULE_NAME   "LogStatsLog"

Definition at line 49 of file log-stats.c.

◆ OUTPUT_BUFFER_SIZE

#define OUTPUT_BUFFER_SIZE   16384

Definition at line 50 of file log-stats.c.

Typedef Documentation

◆ LogStatsFileCtx

◆ LogStatsLogThread

Function Documentation

◆ LogStatsLogRegister()

void LogStatsLogRegister ( void  )

Definition at line 285 of file log-stats.c.

References LOGGER_STATS, MODULE_NAME, and OutputRegisterStatsModule().

Here is the call graph for this function:

◆ LogStatsLogThreadDeinit()

TmEcode LogStatsLogThreadDeinit ( ThreadVars t,
void *  data 
)

Definition at line 191 of file log-stats.c.

References LogStatsLogThread_::buffer, MemBufferFree(), SCFree, and TM_ECODE_OK.

Here is the call graph for this function:

◆ LogStatsLogThreadInit()

TmEcode LogStatsLogThreadInit ( ThreadVars t,
const void *  initdata,
void **  data 
)