H5Fget_page_buffering_stats

fnherr_t H5Fget_page_buffering_stats(hid_t file_id, uint * accesses, uint * hits, uint * misses, uint * evictions, uint * bypasses)

Gets page buffering statistics.

Retrieves statistics about page buffer accesses, hits, misses, evictions, and bypasses for both metadata and raw data pages.

Parameters

file_idFile identifier
accessesArray[2] to receive access counts [meta, raw]
hitsArray[2] to receive hit counts [meta, raw]
missesArray[2] to receive miss counts [meta, raw]
evictionsArray[2] to receive eviction counts [meta, raw]
bypassesArray[2] to receive bypass counts [meta, raw]

Returns

Non-negative on success, negative on failure.