pcu.git  about / heads / tags
page cache utilities for Linux
blob 637916d8cb9baae6a4afa53df5ef7748ddeafcca 1613 bytes (raw)
$ git show HEAD:README	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 
pcu - Page Cache Utilities
==========================

This package contains command-line utilities for viewing/managing the
kernel page cache.

* [pcu-fadvise(1)](pcu-fadvise.1.html) - runs [posix_fadvise(2)][1]
  on given files
* [pcu-mincore(1)](pcu-mincore.1.html) - shows the pages in the page cache
  for given files via [mmap(2)][3] and [mincore(2)][2].

See manpages for the individual commands for more details.  Neither
command requires privileges other than read access to the files
specified on the command-line.

Download
--------
You may also browse the source code or obtain tarballs from cgit or gitweb:

* <http://bogomips.org/pcu.git>
* <http://repo.or.cz/w/pcu.git>

Contact
-------
Please direct all bug reports/questions/patches/comments to <pcu@librelist.com>

Mailing list archives are available as gzipped mbox files at
<http://bogomips.org/pcu/archives/> in addition to the
[librelist.com](http://librelist.com)-provided Maildir archives at
<http://librelist.com/archives/pcu/>.

Source
------
You may clone the source repository via [git](http://git-scm.com):

* git://bogomips.org/pcu.git
* git://repo.or.cz/pcu.git (mirror)

License
-------
pcu is 100% Free Software.
Copyright Eric Wong <normalperson@yhbt.net> and contributors.
It is covered under the [GNU General Public License,
version 2](http://gnu.org/licenses/gpl-2.0.html) or (at your option)
any later version.

[1]: http://opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html
[2]: http://kernel.org/doc/man-pages/online/pages/man2/mincore.2.html
[3]: http://opengroup.org/onlinepubs/009695399/functions/mmap.html

git clone https://yhbt.net/pcu.git