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
|
Source: nocache
Section: utils
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~)
# tests:
# ,coreutils
Standards-Version: 4.3.0
Homepage: https://github.com/Feh/nocache
Vcs-Browser: https://salsa.debian.org/debian/nocache
Vcs-Git: https://salsa.debian.org/debian/nocache.git
Package: nocache
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: bypass/minimize file system caching for a program
`nocache` tries to minimize the effect an application has on the Linux
file system cache.
.
Use case: backup processes that should not interfere with the present
state of the cache.
.
Also this package provides the following utilities:
* `cachedel` : clear page cache for a file.
* `cachestats` : print number of cached vs. not-cached pages for a file
|