PHP-FPM Status Endpoint

Operational status endpoint exposed by PHP-FPM via the pm.status_path directive. Returns pool statistics (active processes, idle processes, accepted connections, slow requests) in plain text, JSON, XML, OpenMetrics, or HTML. There is no public API; the endpoint is served by the local web server through FastCGI on user-defined paths.

API entry from apis.yml

apis.yml Raw ↑
aid: php-fpm:status-endpoint
name: PHP-FPM Status Endpoint
description: Operational status endpoint exposed by PHP-FPM via the pm.status_path directive. Returns
  pool statistics (active processes, idle processes, accepted connections, slow requests) in plain text,
  JSON, XML, OpenMetrics, or HTML. There is no public API; the endpoint is served by the local web server
  through FastCGI on user-defined paths.
humanURL: https://www.php.net/manual/en/install.fpm.configuration.php
baseURL: http://localhost
tags:
- Status
- Monitoring
- OpenMetrics
- Process Manager
properties:
- type: Documentation
  url: https://www.php.net/manual/en/install.fpm.php
- type: Configuration
  url: https://www.php.net/manual/en/install.fpm.configuration.php
- type: Installation
  url: https://www.php.net/manual/en/install.fpm.install.php