suricata
|
#include <output-stats.h>
Data Fields | |
StatsRecord * | stats |
StatsRecord * | tstats |
uint32_t | nstats |
uint32_t | ntstats |
time_t | start_time |
struct timeval | ts |
Definition at line 39 of file output-stats.h.
uint32_t StatsTable_::nstats |
size in records of 'stats'
Definition at line 42 of file output-stats.h.
Referenced by StatsToJSON().
uint32_t StatsTable_::ntstats |
number of threads for which tstats stores stats
Definition at line 43 of file output-stats.h.
time_t StatsTable_::start_time |
Definition at line 44 of file output-stats.h.
Referenced by StatsToJSON().
StatsRecord* StatsTable_::stats |
array of global stats, indexed by counters gid
Definition at line 40 of file output-stats.h.
Referenced by StatsToJSON().
struct timeval StatsTable_::ts |
Definition at line 44 of file output-stats.h.
StatsRecord* StatsTable_::tstats |
array of arrays with per thread stats
Definition at line 41 of file output-stats.h.