aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/virt.json
blob: 9c1d1d03cafa1d502c8f79652d06d40f62c9d816 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
	"disk_octets": {
		"title": "Disk Traffic ({{TI}}) on {{HOST}}",
		"vertical": "Bytes per second",
		"type": "io",
		"legend": {
			"read": {
				"name": "Read",
				"color": "0000ff"
			},
			"write": {
				"name": "Write",
				"color": "00b000"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"disk_ops": {
		"title": "Disk Operations ({{TI}}) on {{HOST}}",
		"vertical": "Ops per second",
		"type": "io",
		"legend": {
			"read": {
				"name": "Read",
				"color": "0000ff"
			},
			"write": {
				"name": "Write",
				"color": "00b000"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"if_dropped": {
		"title": "Interface Packets Dropped ({{TI}}) on {{HOST}}",
		"vertical": "Packets/s",
		"type": "io",
		"legend": {
			"rx": {
				"name": "Receive",
				"color": "0000ff"
			},
			"tx": {
				"name": "Transmit",
				"color": "00b000"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"if_errors": {
		"title": "Interface Errors ({{TI}}) on {{HOST}}",
		"vertical": "Errors/s",
		"type": "io",
		"legend": {
			"rx": {
				"name": "Receive",
				"color": "0000ff"
			},
			"tx": {
				"name": "Transmit",
				"color": "00b000"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"if_octets": {
		"title": "Interface Traffic ({{TI}}) on {{HOST}}",
		"vertical": "{{ND}} per second",
		"type": "io",
		"legend": {
			"rx": {
				"name": "Receive",
				"color": "0000ff"
			},
			"tx": {
				"name": "Transmit",
				"color": "00b000"
			}
		},
		"legend_format": "%5.1lf%s",
		"datasize": true
	},
	"if_packets": {
		"title": "Interface Packets ({{TI}}) on {{HOST}}",
		"vertical": "Packets per second",
		"type": "io",
		"legend": {
			"rx": {
				"name": "Receive",
				"color": "0000ff"
			},
			"tx": {
				"name": "Transmit",
				"color": "00b000"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"virt_cpu_total": {
		"title": "CPU usage on {{HOST}}",
		"vertical": "Milliseconds",
		"legend": {
			"value": {
				"name": "CPU time",
				"color": "0000ff"
			}
		},
		"legend_format": "%5.1lf",
		"scale": 0.000001
	},
	"virt_vcpu": {
		"title": "vCPU usage on {{HOST}}",
		"vertical": "Milliseconds",
		"legend_format": "%5.1lf",
		"scale": 0.000001
	}
}