Add apache layout with total accesses, req/s, bytes/s

pull/464/head
Chris Goller 2016-11-10 16:53:14 -06:00
parent 8a88733549
commit 6514fd4335
1 changed files with 64 additions and 0 deletions

64
canned/apache.json Normal file
View File

@ -0,0 +1,64 @@
{
"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",
"name": "Apache bytes/s",
"queries": [
{
"query": "select BytesPerSec from apache",
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
},
{
"x": 4,
"y": 0,
"w": 4,
"h": 4,
"i": "37f2e4bb-9fa5-4891-a424-9df5ce7458bb",
"name": "Apache requests/s",
"queries": [
{
"query": "select ReqPerSec from apache",
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
},
{
"x": 8,
"y": 0,
"w": 4,
"h": 4,
"i": "ea9174b3-2b56-4e80-a37d-064507c6775a",
"name": "Apache total accesses",
"queries": [
{
"query": "select TotalAccesses from apache",
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
}
]
}