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

Get statistics about buffer operations. More...

#include <thread_local_buffer.h>

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

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.
 

Detailed Description

Get statistics about buffer operations.

Definition at line 150 of file thread_local_buffer.h.

Member Data Documentation

◆ auto_flushes

size_t kcenon::monitoring::thread_local_buffer::stats::auto_flushes {0}

Flushes triggered by auto_flush.

Definition at line 153 of file thread_local_buffer.h.

153{0};

◆ total_flushes

size_t kcenon::monitoring::thread_local_buffer::stats::total_flushes {0}

Total flush operations.

Definition at line 152 of file thread_local_buffer.h.

152{0};

◆ total_records

size_t kcenon::monitoring::thread_local_buffer::stats::total_records {0}

Total records written.

Definition at line 151 of file thread_local_buffer.h.

151{0};

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