I'm in the situation where I need to verify on a NOT self-hosted linux-server that the provider actually increased the max_children of php-fpm.
pm.max_children = ${FPM_MAX_CHILDREN}
I thought that I can echo the variable in the terminal and receive its value but it does not work.
The 'ps aux' command is not available to me on the server and I've searched (grep) the half server for the definition of the variable without success.
Does anyone here have an idea how I can check the value instead? I really appreciate your help. Kind regards.