Add Windows IIS rates

pull/10616/head
Chris Goller 2016-11-07 21:56:09 -06:00
parent 41232f9279
commit 512d2f574e
1 changed files with 38 additions and 0 deletions

38
canned/win_websvc.json Normal file
View File

@ -0,0 +1,38 @@
{
"id": "c7644755-505d-46f0-b278-5c29268293b2",
"measurement": "win_websvc",
"app": "IIS",
"cells": [
{
"x": 0,
"y": 0,
"w": 10,
"h": 10,
"i": "3539e3c3-ac15-49d3-9de8-64cd514588ca",
"name": "Web Service",
"queries": [
{
"query": "select Get_Requests_persec from win_websvc",
"db": "telegraf",
"rp": "autogen",
"groupbys": [],
"wheres": []
},
{
"query": "select Post_Requests_persec from win_websvc",
"db": "telegraf",
"rp": "autogen",
"groupbys": [],
"wheres": []
},
{
"query": "select Current_Connections from win_websvc",
"db": "telegraf",
"rp": "autogen",
"groupbys": [],
"wheres": []
}
]
}
]
}