MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / wal_dwb_bytes_written_total

Function wal_dwb_bytes_written_total

nodedb-wal/src/double_write.rs:85–87  ·  view source on GitHub ↗

Total bytes written to DWB files since process start.

()

Source from the content-addressed store, hash-verified

83
84/// Total bytes written to DWB files since process start.
85pub fn wal_dwb_bytes_written_total() -> u64 {
86 DWB_BYTES_WRITTEN_TOTAL.load(Ordering::Relaxed)
87}
88
89/// I/O mode for the double-write buffer file.
90#[derive(Debug, Clone, Copy, PartialEq, Eq)]

Callers 1

Calls 1

loadMethod · 0.45

Tested by 1