Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Stats are not working in plesk  (Read 2919 times)

0 Members and 1 Guest are viewing this topic.

Leo.Prince

  • Guest
Stats are not working in plesk
« on: November 09, 2013, 11:52:31 am »
Hi,

If you notice that any of your domain is not updating their stats, Please try to update using the script

Code: [Select]
/usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=xxx.com
where xxx.com is your domainname.com

Create the following cron job to continue with

Code: [Select]
15 3 * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
15 3 * * * /usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=xxx.com

Thanks :)