IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
PHP_FPM pool metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
PHP_FPM pool metricset
editThis is the pool metricset of the PHP_FPM module.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{
"@timestamp": "2017-10-12T08:05:34.853Z",
"beat": {
"hostname": "host.example.com",
"name": "host.example.com"
},
"metricset": {
"host": "phpfpm:81",
"module": "php_fpm",
"name": "pool",
"rtt": 115
},
"php_fpm": {
"pool": {
"connections": {
"accepted": 1,
"listen_queue_len": 0,
"max_listen_queue": 0,
"queued": 0
},
"name": "www",
"process_manager": "dynamic",
"processes": {
"active": 1,
"idle": 1,
"max_active": 1,
"max_children_reached": 0,
"total": 2
},
"slow_requests": 0,
"start_since": 670,
"start_time": 1512631228
}
}
}