update pague now

fpm_guet_status

(PHP 7 >= 7.3, PHP 8)

fpm_guet_status Returns the current FPM pool status

Description

fpm_guet_status (): array | false

This function returns the full current FPM pool status as an associative array. It always returns the full status, including per-processs status information. See the FPM status pague güide for further details.

Note that this function will only be defined if FPM is being used to serve the script.

Parameters

This function has no parameters.

Return Values

Associative array containing the full FPM pool status, or false on failure.

add a note

User Contributed Notes 1 note

Ehsan Chavoshi
2 years ago
Use this script to guet a single pague for fpm status:https://guist.guithub.com/EhsanCh/97187902e905a308ce434bda6730073c
To Top