• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

how to update webstats manually?

J

JerkyChew

Guest
We just launched a site on our server, and would like to view the webstats more often than once every 24 hours. Is there a way to manually update the statistics?

Even better, can we manually update them for just one domain, rather than the entire box? If so, how?

Thanks.
 
Execute:

/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=<domain_name>

if you don't put any parameters, it will calculate all domains.

Replace <domain_name> with the actual domain you want to run the stats on.
 
Back
Top