|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Get statistics about buffer operations. More...
#include <thread_local_buffer.h>

Public Attributes | |
| size_t | total_records {0} |
| Total records written. | |
| size_t | total_flushes {0} |
| Total flush operations. | |
| size_t | auto_flushes {0} |
| Flushes triggered by auto_flush. | |
Get statistics about buffer operations.
Definition at line 150 of file thread_local_buffer.h.
| size_t kcenon::monitoring::thread_local_buffer::stats::auto_flushes {0} |
| size_t kcenon::monitoring::thread_local_buffer::stats::total_flushes {0} |
| size_t kcenon::monitoring::thread_local_buffer::stats::total_records {0} |