Hello How can i check on a cpanel server which account is using the most cpu and the most ram? As it seems that is overloading a lot my server... Thank you
There are few different ways to keep track of resource usage. 1) WHM >> Apache Status = It will show you each connection with the domain name and the CPU and RAM usage of it. 2) ps -auxf == this command is useful to checkout the resource usage of each process running on the server. 3) top = is another good utility.
Hi, Use the "top command". Usage format is given below. ---- top -c press ctrl+p - sorts the process list according to cpu usage ctrl+m - sorts the process list according to memory usage ----
It will show what user is taking most cpu. However, if suPHP is not installed on your server, you will not able to see username. It will show you just nobody user.
I ofter use Main >> Server Status >> Daily Process Log system health can only find the current status,but can not find yesterday or earlier. I always find mysql status is in red,and you can check Main >> SQL Services >> Show MySQL Processes find which mysql use the most.