1FINCORE(1)                       User Commands                      FINCORE(1)
2
3
4

NAME

6       fincore - count pages of file contents in core
7

SYNOPSIS

9       fincore [options] file ...
10

DESCRIPTION

12       fincore  counts  pages  of  file  contents being resident in memory (in
13       core), and reports the numbers.  If an error  occurs  during  counting,
14       then  an  error  message is printed to the stderr and fincore continues
15       processing the rest of files listed in a command line.
16
17       The default output is subject to change.   So  whenever  possible,  you
18       should  avoid using default outputs in your scripts.  Always explicitly
19       define expected columns by using --output columns-list in  environments
20       where a stable output is required.
21

OPTIONS

23       -n, --noheadings
24              Do not print a header line in status output.
25
26       -b, --bytes
27              Print  the  SIZE column in bytes rather than in a human-readable
28              format.
29
30       -o, --output list
31              Define output columns.  See the --help output to get a  list  of
32              the currently supported columns. The default list of columns may
33              be extended if list is specified in the format +list.
34
35       -r, --raw
36              Produce output in raw format.  All potentially unsafe characters
37              are hex-escaped (\x<code>).
38
39       -J, --json
40              Use JSON output format.
41
42       -V, --version
43              Display version information and exit.
44
45       -h, --help
46              Display help text and exit.
47

AUTHORS

49       Masatake YAMATO ⟨yamato@redhat.com⟩
50

SEE ALSO

52       mincore(2), getpagesize(2), getconf(1)
53

AVAILABILITY

55       The  fincore command is part of the util-linux package and is available
56       from Linux Kernel Archive ⟨https://www.kernel.org/pub/linux/utils/util-
57       linux/⟩.
58
59
60
61util-linux                        March 2017                        FINCORE(1)
Impressum