Hello
You can view the logs within the following directory for this information:
This data is processed by the following cron job:
Code:
*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1
Check to see if this cron job exists on your system by running a command such as:
Then, make sure the crond service is running:
Code:
pidof crond
service crond restart
Thank you.