96c1d8d879fc02986c3669f17dba482d856e71b1
[pcu.git] / README
blob96c1d8d879fc02986c3669f17dba482d856e71b1
1 pcu - Page Cache Utilities
2 ==========================
4 This package contains command-line utilities for viewing/managing the
5 kernel page cache.
7 * [pcu-fadvise(1)](pcu-fadvise.1.html) - runs
8   [posix_fadvise(2)](http://linux.die.net/man/2/posix_fadvise)
9   on given files
10 * [pcu-mincore(1)](pcu-fadvise.1.html) - shows the pages in the page cache
11   for given files via [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 Mailing list archives are available as gzipped mbox files at
30 <http://bogomips.org/pcu/archives/> in addition to the librelist.com-provided
31 Maildir archives at <http://librelist.com/archives/pcu/>.
33 Source
34 ------
35 You may clone the source repository via [git](http://git-scm.com):
37 * git://git.bogomips.org/pcu.git
38 * git://repo.or.cz/pcu.git (mirror)
40 License
41 -------
42 pcu is 100% Free Software.
43 Copyright Eric Wong <normalperson@yhbt.net> and contributors.
44 It is covered under the [GNU General Public License,
45 version 2](http://www.gnu.org/licenses/gpl-2.0.html).