|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Statistics for load average history. More...
#include <time_series_buffer.h>

Public Attributes | |
| time_series_statistics | load_1m_stats |
| time_series_statistics | load_5m_stats |
| time_series_statistics | load_15m_stats |
Statistics for load average history.
Definition at line 516 of file time_series_buffer.h.
| time_series_statistics kcenon::monitoring::load_average_statistics::load_15m_stats |
Definition at line 519 of file time_series_buffer.h.
Referenced by kcenon::monitoring::load_average_history::calculate_statistics().
| time_series_statistics kcenon::monitoring::load_average_statistics::load_1m_stats |
Definition at line 517 of file time_series_buffer.h.
Referenced by kcenon::monitoring::load_average_history::calculate_statistics(), and main().
| time_series_statistics kcenon::monitoring::load_average_statistics::load_5m_stats |
Definition at line 518 of file time_series_buffer.h.
Referenced by kcenon::monitoring::load_average_history::calculate_statistics().