Skip to content

keaston/fincore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

fincore
-------

fincore is a quick and dirty utility to show how much of a file is resident in
the page cache.  It was developed on Linux but may work on other kernels that
provide the mincore() system call.

Usage
-----

fincore [-b] <filename> [filename...]

By default it will show the percentage of the file's pages that are resident.
If the -b switch is supplied, it will instead show the number of bytes (if the
file size is not a multiple of the system page size, this could be greater
than the file size).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages