This file is indexed.

/var/lib/pcp/testsuite/views/AntiAliasing 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
22
#kmchart
version 1

chart title "Anti-Aliased Utilisation" style utilization antialiasing on
	plot legend "Red" color red metric sample.colour instance "red"
	plot legend "Green" color green metric sample.colour instance "green"
	plot legend "Blue" color blue metric sample.colour instance "blue"

chart title "Anti-Aliased Plots" style plot antialiasing on
	plot legend "Red" color red metric sample.colour instance "red"
	plot legend "Green" color green metric sample.colour instance "green"
	plot legend "Blue" color blue metric sample.colour instance "blue"

chart title "Non-Anti-Aliased Utilisation" style utilization antialiasing off
	plot legend "Red" color red metric sample.colour instance "red"
	plot legend "Green" color green metric sample.colour instance "green"
	plot legend "Blue" color blue metric sample.colour instance "blue"

chart title "Non-Anti-Aliased Plots" style plot antialiasing off
	plot legend "Red" color red metric sample.colour instance "red"
	plot legend "Green" color green metric sample.colour instance "green"
	plot legend "Blue" color blue metric sample.colour instance "blue"