aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/Speed.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/Speed.json')
-rw-r--r--plugin/Speed.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugin/Speed.json b/plugin/Speed.json
new file mode 100644
index 0000000..8ca4a46
--- /dev/null
+++ b/plugin/Speed.json
@@ -0,0 +1,20 @@
1{
2 "Speed": {
3 "title": "Speed range on {{HOST}}",
4 "vertical": "bytes per second",
5 "type": "stacked",
6 "legend": {
7 "max": {
8 "name": "Maximum",
9 "color": "ffff00"
10 },
11 "min": {
12 "name": "Minimum",
13 "color": "000000"
14 }
15 },
16 "legend_format": "%5.1lf%s",
17 "datasize": true
18 }
19}
20