#include <logvolume.h>
|
|
uint64 | enqueued |
| | Entries created and handed to at least one drain group.
|
| |
|
uint64 | dropped |
| | Entries lost because a queue and its overflow list were both full.
|
| |
|
uint64 | sampled |
| | Entries never created because sampling discarded them.
|
| |
|
uint64 | suppressed |
| | Records the drain-thread deduplicator did not deliver.
|
| |
|
uint64 | synchronous |
| | Entries written from the logging thread under backpressure.
|
| |
|
uint32 | queued |
| | Entries currently waiting in drain queues, summed over groups.
|
| |
|
uint32 | queuedmax |
| | High-water mark of the above.
|
| |
|
uint32 | groups |
| | Number of drain groups.
|
| |
What the log system has been doing
Counters are cumulative since startup or the last logResetStats(); depths are instantaneous.
Definition at line 32 of file logvolume.h.
The documentation for this struct was generated from the following file: