|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Statistical summary from streaming computation. More...
#include <stream_aggregator.h>

Public Attributes | |
| size_t | count = 0 |
| double | mean = 0.0 |
| double | variance = 0.0 |
| double | std_deviation = 0.0 |
| double | min_value = 0.0 |
| double | max_value = 0.0 |
| double | sum = 0.0 |
| size_t | outlier_count = 0 |
| std::vector< double > | outliers |
| std::map< double, double > | percentiles |
Statistical summary from streaming computation.
Definition at line 38 of file stream_aggregator.h.
| size_t kcenon::monitoring::streaming_statistics::count = 0 |
Definition at line 39 of file stream_aggregator.h.
Referenced by kcenon::monitoring::online_statistics::get_statistics().
| double kcenon::monitoring::streaming_statistics::max_value = 0.0 |
Definition at line 44 of file stream_aggregator.h.
Referenced by kcenon::monitoring::online_statistics::get_statistics().
| double kcenon::monitoring::streaming_statistics::mean = 0.0 |
Definition at line 40 of file stream_aggregator.h.
Referenced by kcenon::monitoring::online_statistics::get_statistics().
| double kcenon::monitoring::streaming_statistics::min_value = 0.0 |
Definition at line 43 of file stream_aggregator.h.
Referenced by kcenon::monitoring::online_statistics::get_statistics().
| size_t kcenon::monitoring::streaming_statistics::outlier_count = 0 |
Definition at line 46 of file stream_aggregator.h.
Referenced by kcenon::monitoring::stream_aggregator::get_statistics().
| std::vector<double> kcenon::monitoring::streaming_statistics::outliers |
Definition at line 47 of file stream_aggregator.h.
| std::map<double, double> kcenon::monitoring::streaming_statistics::percentiles |
Definition at line 48 of file stream_aggregator.h.
| double kcenon::monitoring::streaming_statistics::std_deviation = 0.0 |
Definition at line 42 of file stream_aggregator.h.
Referenced by kcenon::monitoring::online_statistics::get_statistics().
| double kcenon::monitoring::streaming_statistics::sum = 0.0 |
Definition at line 45 of file stream_aggregator.h.
Referenced by kcenon::monitoring::online_statistics::get_statistics().
| double kcenon::monitoring::streaming_statistics::variance = 0.0 |
Definition at line 41 of file stream_aggregator.h.
Referenced by kcenon::monitoring::online_statistics::get_statistics().