1FINCORE(1) User Commands FINCORE(1)
2
3
4
6 fincore - count pages of file contents in core
7
9 fincore [options] file...
10
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
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 the
32 currently supported columns. The default list of columns may be
33 extended if list is specified in the format +list.
34
35 -r, --raw
36 Produce output in raw format. All potentially unsafe characters are
37 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
49 Masatake YAMATO <yamato@redhat.com>
50
52 mincore(2), getpagesize(2), getconf(1p)
53
55 For bug reports, use the issue tracker at
56 https://github.com/karelzak/util-linux/issues.
57
59 The fincore command is part of the util-linux package which can be
60 downloaded from Linux Kernel Archive
61 <https://www.kernel.org/pub/linux/utils/util-linux/>.
62
63
64
65util-linux 2.37.2 2021-06-02 FINCORE(1)