How to Update Web Statistics for a Domain in Plesk for Windows
Introduction
Plesk automatically generates web statistics for hosted domains. However, there may be instances where the statistics are not updated or the latest website activity is not reflected in the Plesk panel.
In such cases, you can manually process the statistics using the built-in statistics.exe utility.
Prerequisites
Before proceeding, ensure you have:
- A Windows server with Plesk installed
- Administrator access to the server
- Command Prompt with administrative privileges
- The domain name for which you want to regenerate statistics
Implementation
Open Command Prompt as an Administrator and execute the following command:
"%plesk_bin%\statistics.exe" --all --process-domains=example.com --from-date=2012/5/2
Replace:
example.comwith your domain name.2012/5/2with the desired processing start date.
To view all available options supported by the utility, run:
"%plesk_bin%\statistics.exe" --help
Conclusion
If web statistics are not updating in the Plesk panel, manually running the statistics.exe utility can regenerate the required statistics for the affected domain. For additional customization and processing options, refer to the built-in help by using the --help parameter.
