README: updates
[pcu.git] / README
blob524d3291163e5851e1cfe0dfc8160931b6da6b65
1 pcu - Page Cache Utilities
2 ==========================
4 This package contains command-line utilities for viewing/managing the
5 kernel page cache.
7 * pcu-fadvise - runs
8                 [posix_fadvise(2)](http://linux.die.net/man/2/posix_fadvise)
9                 on given files
10 * pcu-mincore - shows the pages in the page cache for given files via
11                 [mmap(2)](http://linux.die.net/man/2/mmap) and
12                 [mincore(2)](http://linux.die.net/man/2/mincore)
14 See manpages for the individual commands for more details.  Neither
15 command requires privileges other than read access to the files
16 specified on the command-line.
18 Download
19 --------
20 You may also browse the source code or obtain tarballs from cgit or gitweb:
22 * <http://git.bogomips.org/cgit/pcu.git>
23 * <http://repo.or.cz/w/pcu.git>
25 Contact
26 -------
27 Please direct all bug reports/questions/patches/comments to <pcu@librelist.com>
29 Source
30 ------
31 You may clone the source repository via git:
33 * git://git.bogomips.org/pcu.git
34 * git://repo.or.cz/pcu.git (mirror)
36 License
37 -------
38 pcu is copyright Eric Wong <normalperson@yhbt.net> and contributors.
39 It is covered under the GNU General Public License, version 2.