initial
[pcu.git] / README
blob3e73b729487e4f36f5339cecc3418075caf7810a
1 command-line utils for viewing/managing the Linux page cache
3 pcu-mincore - shows the pages in the page cache for given files
5         pcu-mincore <files>
8 pcu-fadvise - runs posix_fadvise(2) on a given file
10         pcu-fadvise [-a advice] [-o offset] [-l length] <files>
12         advice can be one of:
13           normal, sequential, random, noreuse, willneed, dontneed
15 See posix_fadvise(2) and mincore(2) manpages for more details.