[
{
"fields": [
{
"monitor_type": "metric",
"type": "double",
"name": "nginx_connections_active",
"unit": "",
"description": "当前客户端连接数"
},
{
"monitor_type": "metric",
"type": "double",
"name": "nginx_connections_accepted",
"unit": "",
"description": "接受的客户端连接的总数"
},
{
"monitor_type": "metric",
"type": "double",
"name": "nginx_connections_handled",
"unit": "",
"description": "handled状态的连接数"
},
{
"monitor_type": "metric",
"type": "double",
"name": "nginx_http_requests_total",
"unit": "",
"description": "客户端请求数"
},
{
"monitor_type": "metric",
"type": "double",
"name": "nginx_connections_writing",
"unit": "",
"description": "回写客户端的连接数"
},
{
"monitor_type": "metric",
"type": "double",
"name": "nginx_connections_reading",
"unit": "",
"description": "读取客户端请求的连接数"
},
{
"monitor_type": "metric",
"type": "double",
"name": "nginx_connections_waiting",
"unit": "",
"description": "等待中的连接数"
}
],
"table_name": "nginx_server_status",
"table_desc": "nginx服务状态"
}
]