aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/Speed.json
blob: 8ca4a46aa70ecaef9a40ef890edca48125b53b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"Speed": {
		"title": "Speed range on {{HOST}}",
		"vertical": "bytes per second",
		"type": "stacked",
		"legend": {
			"max": {
				"name": "Maximum",
				"color": "ffff00"
			},
			"min": {
				"name": "Minimum",
				"color": "000000"
			}
		},
		"legend_format": "%5.1lf%s",
		"datasize": true
	}
}