Monitoring cpu usage per user

  • Is there any way to monitor cpu usage and memory per user in cPanel?
  • Yes, login to your server though ssh and use following commands:
     
    1. For some specific user:

      top -c d2 -u username

      top -c d2 -u martin
       

    2. Resource usage for all users can be checked thourgh command:
      top -c d2