aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/vmem.json
blob: 14d214e6d3169d174d2db81d39bb159e9dec3468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	"vmpage_faults": {
		"title": "Page faults",
		"type": "stacked",
		"legend": {
			"minflt": {
				"name": "Minor",
				"color": "0000f0"
			},
			"majflt": {
				"name": "Major",
				"color": "f00000"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"vmpage_io": {
		"title": "Page IO ({{TI}})",
		"type": "stacked",
		"legend_format": "%5.1lf%s"
	},
	"vmpage_number": {
		"title": "Pages",
		"type": "stacked",
		"legend_format": "%5.1lf%s"
	}
}