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
accessesArray2 to receive access counts meta, raw
hitsArray2 to receive hit counts meta, raw
missesArray2 to receive miss counts meta, raw
evictionsArray2 to receive eviction counts meta, raw
bypassesArray2 to receive bypass counts meta, raw

Returns

Non-negative on success, negative on failure.