Hello,
cpu/memory/mysql usage showing blank. Please advise me for more details check URL:http://forums.cpanel.net/showthread....pu+mysql+usage
Tried all posted in above post, still no luck.
Hello,
cpu/memory/mysql usage showing blank. Please advise me for more details check URL:http://forums.cpanel.net/showthread....pu+mysql+usage
Tried all posted in above post, still no luck.
Could you paste the output of the following command ?
ls -al /var/log/dcpumon/
drwx------ 7 root root 4096 Aug 6 21:08 ./
drwxr-xr-x 15 root root 4096 Jul 16 09:31 ../
drwxr-xr-x 5 root root 4096 Dec 1 2008 2008/
drwxr-xr-x 10 root root 4096 Aug 6 21:08 2009/
drwx------ 2 root root 4096 Jul 16 08:10 boot.1247753401/
drwx------ 2 root root 4096 Jul 16 08:15 boot.1247753701/
drwx------ 2 root root 4096 Jul 16 09:51 boot.1247759467/
-rw-r--r-- 1 root root 14 Aug 6 21:08 lastboot
-rw-r--r-- 1 root root 30954 Aug 6 21:08 toplog.1249614521
# crontab -l
*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1
The above entry in the crontab is the daemon that actually compiles the logs for the Usage page. If your Usage page is blank, it is normally because this utility is not running on the schedule that it is supposed to.
# /etc/init.d/crond restart
The restart of cron should force all crontab entries to be processed normally again.
If after this you are still not seeing statistics on the Usage page, you should force a cpanel update from command line with “/scripts/upcp --force”.
This should download and install a new copy of the dcpumon binary.