Comment 22 for bug 1242376

Revision history for this message
Panagiotis Moustafellos (pmoust) wrote :

On 12.04
pmoust@webserver01:~$ ps aux | grep fpm | grep master
root 5002 13.0 0.0 609140 10236 ? Ss 07:21 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
pmoust@webserver01:~$ sudo kill -USR2 5002
pmoust@webserver01:~$ ps aux | grep fpm | grep master
root 10771 10.6 0.0 609140 10228 ? Ss 07:26 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)

On 14.04 with ondrej's ppa
root@sandbox01:/home/pmoust# ps aux | grep fpm | grep master
root 21758 0.0 0.1 389924 23812 ? Ss 07:19 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
root@sandbox01:/home/pmoust# kill -1 21758
root@sandbox01:/home/pmoust# ps aux | grep fpm | grep master
root 21758 0.0 0.1 389924 23812 ? Ss 07:19 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
root@sandbox01:/home/pmoust# kill -USR2 21758
root@sandbox01:/home/pmoust# ps aux | grep fpm | grep master
root 21758 0.1 0.1 389924 23816 ? Ss 07:19 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)