buffer_diagnostics: Buffer Diagnostics

View source: R/buffer.R

buffer_diagnosticsR Documentation

Buffer Diagnostics

Description

Returns per-process counters for shard buffer writes. shard_map uses these internally to report write volume/operations in copy_report().

Usage

buffer_diagnostics()

Value

A list with elements writes (integer count) and bytes (total bytes written) accumulated in the current process.

Examples

buffer_diagnostics()

shard documentation built on April 3, 2026, 9:08 a.m.