56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"id": "ff41d044-f61a-4522-8de7-9e39e3a1b5de",
|
|
"measurement": "netstat",
|
|
"app": "network",
|
|
"cells": [
|
|
{
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 4,
|
|
"h": 4,
|
|
"i": "cf5d0608-b513-4244-a55f-accf520da3a1",
|
|
"name": "Open sockets",
|
|
"queries": [
|
|
{
|
|
"query": "select tcp_established from netstat",
|
|
"db": "telegraf",
|
|
"rp": "autogen",
|
|
"groupbys": [],
|
|
"wheres": []
|
|
},
|
|
{
|
|
"query": "select udp_socket from netstat",
|
|
"db": "telegraf",
|
|
"rp": "autogen",
|
|
"groupbys": [],
|
|
"wheres": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"x": 4,
|
|
"y": 0,
|
|
"w": 4,
|
|
"h": 4,
|
|
"i": "63503235-a588-49a7-ae0a-fb015c888e5b",
|
|
"name": "Sockets created/second ",
|
|
"queries": [
|
|
{
|
|
"query": "select derivative(\"tcp_established\") from netstat",
|
|
"db": "telegraf",
|
|
"rp": "autogen",
|
|
"groupbys": [],
|
|
"wheres": []
|
|
},
|
|
{
|
|
"query": "select derivative(\"udp_socket\") from netstat",
|
|
"db": "telegraf",
|
|
"rp": "autogen",
|
|
"groupbys": [],
|
|
"wheres": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|