To find out PID of the process use any of the following
ps aux | less ps aux | grep nginx pgrep -u user php-fpm pgrep avconv
To find out PID of the process use any of the following
ps aux | less ps aux | grep nginx pgrep -u user php-fpm pgrep avconv