influxdb/canned/phpfpm.json

77 lines
1.7 KiB
JSON
Raw Normal View History

2017-04-28 19:25:59 +00:00
{
"id": "e6b69c66-6183-4728-9f1d-1b0f1fc01b7d",
"measurement": "phpfpm",
"app": "phpfpm",
"autoflow": true,
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "da42044d-8d10-4e3c-a0a2-41512266fd00",
"name": "phpfpm Accepted Connections",
"queries": [
{
"query": "SELECT non_negative_derivative(mean(\"accepted_conn\"),1s) FROM \"phpfpm\"",
"label": "count",
"groupbys": [
"\"pool\""
]
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "7aae5ec6-dbaf-4926-b922-d585e6a869be",
"name": "phpfpm Processes",
"queries": [
{
"query": "SELECT mean(\"active_processes\") as \"active\",mean(\"idle_processes\") as \"idle\" FROM \"phpfpm\"",
"label": "count",
"groupbys": [
"\"pool\""
]
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "e4de9091-7250-4634-bf38-81a441ef0f27",
"name": "phpfpm Slow Requests",
"queries": [
{
"query": "SELECT non_negative_derivative(mean(\"slow_requests\"),1s) FROM \"phpfpm\"",
"label": "count",
"groupbys": [
"\"pool\""
]
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "7ed72ef0-a429-4edd-9c8e-a11625a279c2",
"name": "phpfpm Max Children Reached",
"queries": [
{
"query": "SELECT mean(\"max_children_reached\") FROM \"phpfpm\"",
"label": "count",
"groupbys": [
"\"pool\""
]
}
]
}
]
}