aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/vserver.json
blob: 503e7ca24a75be0cd1a6c878d812609a85e6eeb0 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
	"load": {
		"title": "System load on {{HOST}}",
		"vertical": "System load",
		"type": "default",
		"legend": {
			"shortterm": {
				"name": " 1 min",
				"color": "00ff00"
			},
			"midterm": {
				"name": " 5 min",
				"color": "0000ff"
			},
			"longterm": {
				"name": "15 min",
				"color": "ff0000"
			}
		},
		"legend_format": "%.2lf"
	},
	"vs_memory": {
		"title": "Memory utilization ({{PI}}) on {{HOST}}",
		"vertical": "Bytes",
		"type": "stacked",
		"legend": {
			"vm": {
				"name": "Virtual memory pages",
				"color": "0000ff"
			},
			"vml": {
				"name": "Pages locked into memory",
				"color": "0000ff"
			},
			"rss": {
				"name": "Resident set size",
				"color": "ffb000"
			},
			"anon": {
				"name": "Anonymous memory pages",
				"color": "ff00ff"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"vs_threads": {
		"title": "Threads ({{PI}}) on {{HOST}}",
		"type": "stacked",
		"legend": {
			"running": {
				"name": "Running",
				"color": "0000ff"
			},
			"uninterruptable": {
				"name": "Uninterruptible",
				"color": "ff00ff"
			},
			"onhold": {
				"name": "On Hold",
				"color": "00e000"
			},
			"total": {
				"name": "Total",
				"color": "Total"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"if_octets": {
		"title": "Interface Traffic ({{PI}}) on {{HOST}}",
		"vertical": "{{ND}} per second",
		"legend_format": "%5.1lf%s",
		"datasize": true
	},
	"vs_processes": {
		"title": "Processes ({{PI}}) on {{HOST}}",
		"legend": {
			"value": {
				"name": "Processes"
			}
		},
		"legend_format": "%5.1lf%s"
	}
}