influxdb/canned/win_net.json

39 lines
830 B
JSON

{
"id": "d795c66f-0d8a-4fc0-b7bf-2cef1d2f4519",
"measurement": "win_net",
"app": "win_system",
"autoflow": true,
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "3bf8c678-5904-46e7-9c9f-d0d16f0c3fc4",
"name": "System - TX Bytes/Second",
"queries": [
{
"query": "SELECT mean(\"Bytes_Sent_persec\") AS \"bytes_sent\" FROM win_net",
"groupbys": [],
"wheres": []
}
]
},
{
"x": 4,
"y": 0,
"w": 4,
"h": 4,
"i": "46963ea2-b09b-4dcf-b08b-7cbcd8766f77",
"name": "RX Bytes/Second",
"queries": [
{
"query": "SELECT mean(\"Bytes_Received_persec\") AS \"bytes_received\" FROM win_net",
"groupbys": [],
"wheres": []
}
]
}
]
}