If at any stage you need to kill a bunch of process which are exhausting the server then you can use following commands: List running processes using: Reload PHP FPM:
Month: March 2021
Sometimes on dedicated hosting there can be some scripts which will start consuming 100% of CPU and all the websites will stop working. We can find out process list using this command: It will tell us the process id, but still we won’t be able to find out which php file might have created this […]