You can check the apache logs using the following command via ssh.
##################################
tail -f /usr/local/apache/logs/error_log
##################################
Please use the following commands for checking which all processes are taking a lot of resources.
##################################
ps aux
nice top -c
ps aux | grep arzerin — command for checking the processes running under the user “arzerin”
##################################
There are 0 comments