Steps to calculate Plesk stats update

kumkumsharma

Administrator
Staff member
In plesk statistics update automatically in 24 hours but if they are not updating automatically then we have to manually update stats on server.

For that you have to login into server as an administrator and then run command:

Code:
plesk sbin statistics [command][options]
To update Plesk statistics for whole server you have to run below command:

Code:
plesk sbin statistics --calculate-all
To update Plesk statistics for particular domain you have to run below command:

Code:
plesk sbin statistics --calculate-one --domain-name=example.com
 
Top