This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
PHP_FPM process metricset
editPHP_FPM process metricset
editThis is the process metricset of the module php_fpm.
For a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2019-03-01T08:05:34.853Z", "event": { "dataset": "php_fpm.process", "duration": 115000, "module": "php_fpm" }, "http": { "request": { "method": "get" }, "response": { "body": { "bytes": 0 } } }, "metricset": { "name": "process", "period": 10000 }, "php_fpm": { "pool": { "name": "www" }, "process": { "last_request_cpu": 0, "last_request_memory": 0, "request_duration": 135, "requests": 9, "script": "-", "start_since": 3471, "start_time": 1551792028, "state": "Running" } }, "process": { "pid": 24 }, "service": { "address": "127.0.0.1:55555", "type": "php_fpm" }, "url": { "original": "/status?full\u0026json" }, "user": { "name": "-" } }