Reconnecting
Restoring connection…
Reconnecting
Restoring connection…
PHP-FPM
v0.1.6PHP runtime + FPM pool introspection — version, modules, ini, pool status (via fpm_status endpoint), error + slow logs, OPcache state, Composer manifest. Read-only. Set PHP_FPM_STATUS_URL env to point to the FPM status endpoint.
Install
emisar pack install
fetches this pack, re-validates it, and verifies its content hash against the
--hash
below — the exact bytes this page was rendered against, so a tampered copy is
rejected — before copying it into the runner's packs dir. The command reloads a
running daemon itself; no manual restart.
sudo emisar pack install php-fpm --hash sha256:cdb84dc070b5ec61c722c77fd91a2494a1d36cfe2a5f0f34bb57ae48f449914f
Actions 10 total
View on GitHub-
phpfpm.composer_show exec low
composer show (in $COMPOSER_DIR)
List installed Composer packages with versions.
View source on GitHub -
phpfpm.error_log_tail exec low
tail FPM error_log
Tail the FPM error log (last N lines).
View source on GitHub -
phpfpm.fpm_ping exec low
GET /ping (FPM)
Check FPM ping endpoint (returns 'pong' if responsive).
View source on GitHub -
phpfpm.fpm_status exec low
GET /status (FPM)
Show FPM pool summary — active processes, idle, max children, listen queue.
View source on GitHub -
phpfpm.fpm_status_full exec low
GET /status?full (FPM per-process)
Show per-process detail: pid, state, last request URI, current memory peak.
View source on GitHub -
phpfpm.ini exec low
php --ini
List all loaded php.ini paths + their contents path.
View source on GitHub -
phpfpm.modules exec low
php -m
List all loaded extensions.
View source on GitHub -
phpfpm.opcache_status exec low
GET /opcache-status
Show OPcache stats (requires the standard opcache_status.php script reachable at PHP_OPCACHE_URL).
View source on GitHub -
phpfpm.slow_log_tail exec low
tail FPM slow_log
Tail the FPM slow log (last N lines of PHP backtraces for slow requests).
View source on GitHub -
phpfpm.version exec low
php -v
Show PHP version + SAPI + Zend Engine version.
View source on GitHub