pksteyn / php-fpmpal

PHP-FPM script that makes recommendations on max_children
GNU General Public License v3.0
55 stars 23 forks source link

Report the Process manager type per pool (dynamic or ondemand) #11

Open richardforth opened 8 years ago

richardforth commented 8 years ago

http://community.webcorecloud.com/tutorials/php_fpm_ondemand_process_manager_vs_dynamic/

I wonder if you can get php-fpm buddy to report what process manager is being used for each pool

pm = dynamic
or
pm = static
or
pm = ondemand

and recommend ondemand unless the pools are superbusy, otherwise pools will have idle procs that comsume memory needlessly.