Add apache layout with total accesses, req/s, bytes/s
parent
8a88733549
commit
6514fd4335
|
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue