chronograf/canned/apache.json

65 lines
1.3 KiB
JSON
Raw Normal View History

{
"id": "6dfb4d49-20dc-4157-9018-2b1b1cb75c2d",
"measurement": "apache",
"app": "apache",
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "0246e457-916b-43e3-be99-211c4cbc03e8",
2016-11-11 20:40:19 +00:00
"name": "Apache Bytes/Second",
"queries": [
{
2016-11-11 20:40:19 +00:00
"query": "SELECT mean(\"BytesPerSec\") AS \"bytes_per_sec\" FROM apache",
"db": "telegraf",
"rp": "",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
},
{
"x": 4,
"y": 0,
"w": 4,
"h": 4,
"i": "37f2e4bb-9fa5-4891-a424-9df5ce7458bb",
2016-11-11 20:40:19 +00:00
"name": "Apache - Requests/Second",
"queries": [
{
2016-11-11 20:40:19 +00:00
"query": "SELECT mean(\"ReqPerSec\") AS \"req_per_sec\" FROM apache",
"db": "telegraf",
"rp": "",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
},
{
"x": 8,
"y": 0,
"w": 4,
"h": 4,
"i": "ea9174b3-2b56-4e80-a37d-064507c6775a",
2016-11-11 20:40:19 +00:00
"name": "Apache - Total Accesses",
"queries": [
{
2016-11-11 20:40:19 +00:00
"query": "SELECT mean(\"TotalAccesses\") AS \"tot_access\" FROM apache",
"db": "telegraf",
"rp": "",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
}
]
}