Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
test_time_series_buffer.cpp File Reference
#include <gtest/gtest.h>
#include <kcenon/monitoring/utils/time_series_buffer.h>
#include <chrono>
#include <cmath>
#include <thread>
Include dependency graph for test_time_series_buffer.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::monitoring
 

Variable Documentation

◆ buffer_

std::unique_ptr<time_series_buffer<double> > buffer_
protected

Definition at line 24 of file test_time_series_buffer.cpp.

◆ history_

std::unique_ptr<load_average_history> history_
protected

Definition at line 139 of file test_time_series_buffer.cpp.