aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/memory.json
blob: 5921c3ba18745dd6d151dbf416b6f3b6cc24374b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	"memory": {
		"title": "Physical memory utilization",
		"vertical": "Bytes",
		"type": "stacked",
		"legend": {
			"free": {
				"name": "Free",
				"color": "00e000"
			},
			"inactive": {
				"name": "Inactive",
				"color": "00b000"
			},
			"cached": {
				"name": "Cached",
				"color": "0000ff"
			},
			"buffered": {
				"name": "Buffered",
				"color": "ffb000"
			},
			"locked": {
				"name": "Locked",
				"color": "ff00ff"
			},
			"used": {
				"name": "Used",
				"color": "ff0000"
			},
			"active": {
				"name": "Active",
				"color": "ff00ff"
			},
			"wired": {
				"name": "Wired",
				"color": "ff0000"
			}
		}
	}
}