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 process metricset
editPHP_FPM process metricset
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This is the process metricset of the module php_fpm.
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": "2018-09-25T16:47:04.998Z", "metricset": { "module": "php_fpm", "host": "phpfpm:81", "rtt": 24681267, "name": "process" }, "php_fpm": { "pool": { "name": "www" }, "process": { "last_request_cpu": 0, "last_request_memory": 2097152, "request_duration": 1404, "script": "-", "pid": 6, "start_time": 1537974596, "user": "-", "state": "Idle", "start_since": 3946, "requests": 28, "request_method": "GET", "request_uri": "/status?json=", "content_length": 0 } }, "beat": { "name": "host.example.com", "hostname": "host.example.com", "version": "7.0.0-alpha1" }, "host": { "name": "DESKTOP-RFOOE09" } }