Linux find php file by process id
25.Mar.2021
Sometimes on dedicated hosting, there can be some scripts that will start consuming 100% of CPU and all the websites will stop working.
We can find out the process list using this command:
top -i
It will tell us the process id, but still, we won’t be able to find out which PHP file might have created this process.
sudo lsof -p PID(process id which is taking up cpu)
This will show a list of files that are using this particular process. And anything matching your apache root directory (mostly /var/www/html/….) is the culprit.
** you might need to install lsof using :
sudo apt-get install lsof
Related article:
Leave a Reply
We'll try to resolve your queries asap.
Recent Posts
24.Mar.2025 | codedrill | Apache, Cpanel, Hosting, Wordpress
Fixing Gutenberg White Screen on GoDaddy
If you’re using WordPress with the Gutenberg editor on GoDaddy hosting and encountering a white screen or
7.Nov.2024 | codedrill | Uncategorized
Fun and Interactive Number Game for Kids: Learning ‘Before, After, and Between’ Numbers from 1 to 40
Looking for a fun, interactive way to help young children learn basic number concepts? This simple web-based