luasandbox  1.4.0
Generic Lua sandbox for dynamic data analysis
Public Attributes | List of all members
lsb_heka_stats Struct Reference

#include <sandbox.h>

Public Attributes

unsigned long long mem_cur
 
unsigned long long mem_max
 
unsigned long long ins_max
 
unsigned long long out_max
 
unsigned long long im_cnt
 
unsigned long long im_bytes
 
unsigned long long pm_cnt
 
unsigned long long pm_failures
 
double pm_avg
 
double pm_sd
 
double te_avg
 
double te_sd
 

Detailed Description

Definition at line 55 of file sandbox.h.

Member Data Documentation

unsigned long long lsb_heka_stats::im_bytes

Definition at line 61 of file sandbox.h.

unsigned long long lsb_heka_stats::im_cnt

Definition at line 60 of file sandbox.h.

unsigned long long lsb_heka_stats::ins_max

Definition at line 58 of file sandbox.h.

unsigned long long lsb_heka_stats::mem_cur

Definition at line 56 of file sandbox.h.

unsigned long long lsb_heka_stats::mem_max

Definition at line 57 of file sandbox.h.

unsigned long long lsb_heka_stats::out_max

Definition at line 59 of file sandbox.h.

double lsb_heka_stats::pm_avg

Definition at line 64 of file sandbox.h.

unsigned long long lsb_heka_stats::pm_cnt

Definition at line 62 of file sandbox.h.

unsigned long long lsb_heka_stats::pm_failures

Definition at line 63 of file sandbox.h.

double lsb_heka_stats::pm_sd

Definition at line 65 of file sandbox.h.

double lsb_heka_stats::te_avg

Definition at line 66 of file sandbox.h.

double lsb_heka_stats::te_sd

Definition at line 67 of file sandbox.h.


The documentation for this struct was generated from the following file: