Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
kcenon::monitoring::stats::statistics< T > Struct Template Reference

Statistical summary for a collection of values. More...

#include <statistics.h>

Collaboration diagram for kcenon::monitoring::stats::statistics< T >:
Collaboration graph

Public Attributes

min
 
max
 
mean
 
median
 
p95
 
p99
 
total
 
size_t count
 

Detailed Description

template<typename T>
struct kcenon::monitoring::stats::statistics< T >

Statistical summary for a collection of values.

Template Parameters
TThe value type (must support arithmetic operations)

Definition at line 34 of file statistics.h.

Member Data Documentation

◆ count

◆ max

◆ mean

◆ median

◆ min

◆ p95

◆ p99

◆ total


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