• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

plesk 8.6.0 traffic count pop3/imap always 0%

L

LeonL

Guest
I am using plesk 8.6.0 for linux (centos) on my system.

All seem to work well together, the only issue I have is that in the plesk domain traffic screen it always shows that the pop3 and smtp traffic are 0%.

Is there something I need to configure in Plesk to report that information to the plesk system?

Thanks
 
Hi,

Parallels Plesk uses statistics utility to calculate domain statistics (disk usage, traffic, web stats) so try running this utility manually:
/usr/local/psa/admin/sbin/statistics

And then check it traffic usage was updated.
If it does help then you should make sure that this utility is being executed as cron task once a day (this is how it is supposed to work) so you should check that:
1. Cron service is running
2. Make sure that statistics is added to cron, for example:
# grep -ir statistics /etc/cron* |grep -v '#'
/etc/cron.daily/50plesk-daily:/usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
 
Back
Top