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