fpm_get_status
(PHP 7 >= 7.3, PHP 8)
fpm_get_status — 返回当前 FPM 池状态
参数
此函数没有参数。
返回值
包含完整 FPM 池状态的关联数组, 或者在失败时返回 false
。
+添加备注
用户贡献的备注 1 note
Ehsan Chavoshi ¶
2 years ago
Use this script to get a single page for fpm status:
https://gist.github.com/EhsanCh/97187902e905a308ce434bda6730073c
备份地址:http://www.lvesu.com/blog/php/function.fpm-get-status.php