Hello Everyone.
since Easy apache is there in production i have few issues.
Earlier if i wanted to check which PHP script is running i coud easily to
ps -ef |grep php
it used to give me the results something like -
and now when i run the same command all i get is :-
how can i get the results i used to get earlier?
Thank You,
Rajat
since Easy apache is there in production i have few issues.
Earlier if i wanted to check which PHP script is running i coud easily to
ps -ef |grep php
it used to give me the results something like -
Code:
USERNAME 19114 18772 0 18:47 ? 00:00:00 /usr/bin/php /home/USERNAME/public_html/index.php
USERNAME 20096 20014 0 18:48 ? 00:00:00 /usr/bin/php /home/USERNAME/public_html/index.php
USERNAME 20713 20025 0 18:49 ? 00:00:00 /usr/bin/php /home/USERNAME/public_html/index.php
USERNAME 21806 20957 0 18:51 ? 00:00:00 /usr/bin/php /home/USERNAME/public_html/index.php
USERNAME 22695 22489 0 18:53 ? 00:00:00 /usr/bin/php /home/USERNAME/public_html/index.php
Code:
USERNAME 40669 40039 37 18:57 ? 00:00:02 /opt/cpanel/ea-php56/root/usr/bin/php-cgi
USERNAME 40674 40025 67 18:57 ? 00:00:03 /opt/cpanel/ea-php56/root/usr/bin/php-cgi
USERNAME 40681 37776 34 18:57 ? 00:00:01 /opt/cpanel/ea-php56/root/usr/bin/php-cgi
USERNAME 40683 40437 41 18:57 ? 00:00:00 /opt/cpanel/ea-php56/root/usr/bin/php-cgi
Thank You,
Rajat