Steps
1 To access the Server Configuration Menu, click on Server Configuration, on the main screen of your WebHost Manager interface.
2 Click on Statistics Software Configuration.
3 To view the configuration for a specific user, enter the user's name in the filed below User to Display: and click on Show Status Per User/Domain.
4 To modify how often statistical reports are generated, change the number in the field after Generate statistics every to increase or decrease the amount of times statistics are generated.
5 To configure specific hours in which statistics should or should not be generated, click on Configure Statistic Process Time Schedule, check the boxes next to the hours in which statistics should not be run and then click on Save.
6 To allow users to determine which statistics programs they will use, click on the box next to Allow users to change their web statistics generating software.
7 Beneath Allow the following statistics generating programs to run, make sure the box next to a program's name is checked to allow it to run.
8 Beneath Run the following generators by default. (Until modified by the user), make sure the box next to a program's name is checked to run it automatically for all users.
9 If you wish for all users to be able to change their statistics generating software, make sure the box underneath Modify is checked.
10 Click on any Save button to save your changes.Troubleshooting (advanced users only)
If you are having problems with statistics or gaps in your statistics logging, you will want to make sure cpanellogd is running. To check to make sure it is running, run:
ps -ax | grep cpanellogd
You should see something similar to:
13466 pts/1 SN 0:00 cpanellogd - sleeping for logs
32446 pts/1 D 0:00 grep cpanellogd
If you do not see the first entry for cpanellogd listed, you will need to start cpanellogd (The second entry only shows that we used grep to find cpanellogd in the ps list). To do this, run:
/usr/local/cpanel/cpanellogd
If you wish to run statistics for a single user, you can use: /usr/local/cpanel/cpanellogd username. Replace username with the name of the user you wish to run statistics for.