Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
kcenon::monitoring::central_collector::stats Struct Reference

Get statistics about the collector. More...

#include <central_collector.h>

Collaboration diagram for kcenon::monitoring::central_collector::stats:
Collaboration graph

Public Attributes

size_t operation_count
 Number of tracked operations.
 
size_t total_samples
 Total samples received.
 
size_t batches_received
 Total batches received.
 
size_t lru_evictions
 Number of LRU evictions.
 

Detailed Description

Get statistics about the collector.

Returns
Collector statistics
Thread Safety:
Thread-safe.

Definition at line 107 of file central_collector.h.

Member Data Documentation

◆ batches_received

size_t kcenon::monitoring::central_collector::stats::batches_received

Total batches received.

Definition at line 110 of file central_collector.h.

◆ lru_evictions

size_t kcenon::monitoring::central_collector::stats::lru_evictions

Number of LRU evictions.

Definition at line 111 of file central_collector.h.

◆ operation_count

size_t kcenon::monitoring::central_collector::stats::operation_count

Number of tracked operations.

Definition at line 108 of file central_collector.h.

◆ total_samples

size_t kcenon::monitoring::central_collector::stats::total_samples

Total samples received.

Definition at line 109 of file central_collector.h.


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