|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Statistical summary for a collection of values. More...
#include <statistics.h>

Public Attributes | |
| T | min |
| T | max |
| T | mean |
| T | median |
| T | p95 |
| T | p99 |
| T | total |
| size_t | count |
Statistical summary for a collection of values.
| T | The value type (must support arithmetic operations) |
Definition at line 34 of file statistics.h.
| size_t kcenon::monitoring::stats::statistics< T >::count |
Definition at line 42 of file statistics.h.
Referenced by kcenon::monitoring::stats::compute_sorted().
| T kcenon::monitoring::stats::statistics< T >::max |
Definition at line 36 of file statistics.h.
| T kcenon::monitoring::stats::statistics< T >::mean |
Definition at line 37 of file statistics.h.
| T kcenon::monitoring::stats::statistics< T >::median |
Definition at line 38 of file statistics.h.
| T kcenon::monitoring::stats::statistics< T >::min |
Definition at line 35 of file statistics.h.
| T kcenon::monitoring::stats::statistics< T >::p95 |
Definition at line 39 of file statistics.h.
| T kcenon::monitoring::stats::statistics< T >::p99 |
Definition at line 40 of file statistics.h.
| T kcenon::monitoring::stats::statistics< T >::total |
Definition at line 41 of file statistics.h.