|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Get statistics about the collector. More...
#include <central_collector.h>

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. | |
Get statistics about the collector.
Definition at line 107 of file central_collector.h.
| size_t kcenon::monitoring::central_collector::stats::batches_received |
Total batches received.
Definition at line 110 of file central_collector.h.
| size_t kcenon::monitoring::central_collector::stats::lru_evictions |
Number of LRU evictions.
Definition at line 111 of file central_collector.h.
| size_t kcenon::monitoring::central_collector::stats::operation_count |
Number of tracked operations.
Definition at line 108 of file central_collector.h.
| size_t kcenon::monitoring::central_collector::stats::total_samples |
Total samples received.
Definition at line 109 of file central_collector.h.