- 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:
- For some specific user:
top -c d2 -u username
top -c d2 -u martin
- Resource usage for all users can be checked thourgh command:
top -c d2
- For some specific user: