influxdb/chronograf/canned/cpu.json

25 lines
507 B
JSON
Raw Normal View History

2016-11-08 02:35:46 +00:00
{
"id": "0fa47984-825b-46f1-9ca5-0366e3281cc5",
"measurement": "cpu",
2016-11-08 18:21:50 +00:00
"app": "system",
"autoflow": true,
2016-11-08 02:35:46 +00:00
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "cc9ba2b6-e398-4396-80dc-819bb7ac7ce1",
"name": "CPU Usage",
"queries": [
{
"query": "SELECT 100 - mean(\"usage_idle\") AS \"usage\" FROM \":db:\".\":rp:\".\"cpu\"",
"label": "% CPU time",
2016-11-08 02:35:46 +00:00
"groupbys": [],
"wheres": []
}
]
}
]
}