Open
Description
Description
AFAICS, PHP-FPM's proctitle is set to php-fpm
+ version (e.g. php-fpm8.3
).
On machines running multiple PHP-FPM processes (i.e. multiple master processes, not a single process with multiple pools), it would be useful to have separate proctitles. E.g. for tools such as atop that group total resource consumption per procname.
This could be achieved either by making the proctitle customisable, or adding a unique per-process identifier (can't think of one though).