This file is indexed.

/var/lib/pcp/testsuite/src/reduce.config is in pcp-testsuite 3.9.10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
log mandatory on default {
# instantaneous constant value
    sample.load
    sample.longlong
    sample.float
    sample.double
# instantaneous drifting value
    sample.drift
# constant counter, singular value
    sample.milliseconds
# constant counter and reset, with instance domain
    sample.colour
# non-constant counter
    sample.step_counter
# wrap a lot
    sample.wrap.ulong
    sample.wrap.longlong
# cannot deal with these
    sample.string
    sample.aggregate
}