2

Awstats two and more instances on the same time


C
Cyberfolks linuxpl

We notice a performance issue with the daily dataskq. Namely, if awstats are enabled for all users, and these users are several thousand - the awstats_progress.sh process itself takes a very long time, so the system processes the daily dataskq even after 30 hours.

This is quite troublesome (e.g. no daily stat refresh). We have a suggestion as to whether you can add a variable:
awstats_instances = 0 [unlimited], 1,2,3,4, ..

The point is that, in the daily dataskq process, the statistics generation itself should be run separately and independently. This variable would determine how many times the system can run the awstats instances at once.

The current configuration only works with fewer users or domains. The new hardware machines that we use are very efficient and can easily process several users at once, which should significantly reduce the daily dataskq execution time and solve this problem.

A