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 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": "2017-10-12T08:05:34.853Z", "agent": { "hostname": "host.example.com", "name": "host.example.com" }, "event": { "dataset": "php_fpm.process", "duration": 115000, "module": "php_fpm" }, "http": { "request": { "method": "get" }, "response": { "body": { "bytes": 0 } } }, "metricset": { "name": "process" }, "php_fpm": { "pool": { "name": "www" }, "process": { "last_request_cpu": 0, "last_request_memory": 2097152, "request_duration": 204, "requests": 6, "script": "-", "start_since": 128, "start_time": 1548769887, "state": "Idle" } }, "process": { "pid": 17 }, "service": { "address": "127.0.0.1:81", "type": "php_fpm" }, "url": { "original": "/status?full=\u0026json=" }, "user": { "name": "-" } }