chronograf/canned/netstat.json

60 lines
1.3 KiB
JSON
Raw Normal View History

2016-11-08 03:57:18 +00:00
{
"id": "ff41d044-f61a-4522-8de7-9e39e3a1b5de",
"measurement": "netstat",
"app": "net",
2016-11-08 03:57:18 +00:00
"cells": [
{
"x": 0,
"y": 0,
"w": 10,
"h": 10,
"i": "cf5d0608-b513-4244-a55f-accf520da3a1",
"name": "Open sockets",
"queries": [
{
"query": "select tcp_established from netstat",
"db": "telegraf",
"rp": "autogen",
"groupbys": [],
"wheres": []
},
{
2016-11-08 03:57:18 +00:00
"query": "select udp_socket from netstat",
"db": "telegraf",
"rp": "autogen",
"groupbys": [],
"wheres": []
}
]
},
{
2016-11-08 04:08:45 +00:00
"x": 10,
2016-11-08 03:57:18 +00:00
"y": 0,
"w": 10,
"h": 10,
"i": "cf5d0608-b513-4244-a55f-accf520da3a1",
"name": "Sockets created/second ",
"queries": [
{
"query": "select derivative(last(\"tcp_established\"), 10s) from netstat",
2016-11-08 03:57:18 +00:00
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"time(10s)"
2016-11-08 03:57:18 +00:00
],
"wheres": []
},
{
"query": "select derivative(last(\"udp_socket\"), 10s) from netstat",
2016-11-08 03:57:18 +00:00
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"time(10s)"
2016-11-08 03:57:18 +00:00
],
"wheres": []
}
]
}
]
}