My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
timed_rrdb Struct Reference

Round-robin database (circular buffer) for storing timeseries data. More...

#include <timeseries.h>

Public Attributes

double data [240]
 The statistics. More...
 
struct timespec time [240]
 The time at which the stats were gathered. More...
 
int write_index
 Offset into the rrdb at which writing has occurred. More...
 

Detailed Description

Round-robin database (circular buffer) for storing timeseries data.

Meant for reporting statistics to the global controller

Definition at line 36 of file timeseries.h.

Member Data Documentation

double timed_rrdb::data[240]

The statistics.

Definition at line 37 of file timeseries.h.

struct timespec timed_rrdb::time[240]

The time at which the stats were gathered.

Definition at line 38 of file timeseries.h.

int timed_rrdb::write_index

Offset into the rrdb at which writing has occurred.

Definition at line 39 of file timeseries.h.


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