Télécharger la liste

Description du projet

pcu is a set of simple command-line utilities to expose the posix_fadvise and mincore syscalls. pcu-fadvise gives the kernel advice on the access pattern for files. This advice can affect all processes by all users accessing those files. pcu-mincore is used to determine which parts of a file are in cache. These utilties are targeted for Linux 2.6, but may work on other operating systems that support the mincore and posix_fadvise syscalls. mincore is not a part of POSIX, and posix_fadvise is uncommon despite being specified by POSIX.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-08-02 15:00
0.2.1

sortie mincore devrait maintenant toujours être correcte quelle que soit mise en mémoire. Command-line arguments devraient maintenant être 64-bit-Aware sur les machines 32 bits si le soutien de gros fichiers est activé (par défaut). Il existe aussi des nettoyages de documentation et d'améliorations. La documentation a été déplacé entièrement au-dessus de Markdown avec Pandoc.
mincore output should now always be correct regardless of memory layout. Command-line arguments should now be 64-bit-aware on 32-bit machines if large file support is enabled (the default). There are also documentation cleanups and improvements. The documentation was moved entirely over to Markdown with Pandoc.

2009-05-11 09:11
0.2.0

Minor tweaks et pages de manuel ont été ajoutées. PCU-mincore de sortie a été changée à des compensations octet de sortie plutôt que des compensations page.
Tags: Documentation
Minor tweaks and man pages have been added. pcu-mincore output has been changed to output byte
offsets instead of page offsets.

Project Resources