Hello Everyone
I recently read a paper on Buffer cache management using Temporal and Spatial locality..
They used the inactive LRU list to group the pages in order of their temporal and spatial locality so that the group with large locality(both types) get evicted first.
can anyone give me any ideas on how can the spatial locality of pages in the Page Cache be measured so that the pages can be grouped according to it?