Expand description
I/O statistics for Zarr reads
Tracks bytes read, arrays accessed, and timing breakdown for metadata, coordinates, and data variables.
Structs§
- Zarr
IoStats - I/O statistics collected during Zarr reads.
Functions§
- format_
bytes - Format bytes in human-readable form (KB, MB, GB)
Type Aliases§
- Shared
IoStats - Thread-safe handle for sharing stats across async boundaries