Skip to main content

query_cache_residency

Function query_cache_residency 

Source
pub fn query_cache_residency(fd: RawFd, file_size: u64) -> Option<f64>
Expand description

Query page cache residency for an open file via cachestat(2). Returns fraction of pages in cache (0.0-1.0), or None if unavailable.