Hi all,

I'm using Awstats on a large web site. I scheduled the launch of the
following batch during the night:
C:\PERL\BIN\PERL.EXE C:\\sitoweb\\stats\\awstats.pl -config=nomesito.com
-update -logfile=/dir_logfiles/W3SVC1/ex%%YY-24%%MM-24%%DD-24.log

The "problem" is that when the job is started and awstats.pl is
analyzing the log file, CPU goes to 100% for many many minutes. Is it
normal or is there a method in order to load less the CPU?

Thanks in advance.

Re: Awstats by geXen

geXen
Fri Jan 21 07:00:36 CST 2005

While this isn't really an IIS problem, there is a way to do it. There
is a program you can run to adjust the cpu priority after the task has
started but for some reason I can't remember it. So, I believe you can
use the command 'start /belownormal C:\PERL\BIN\PERL.EXE
C:\\sitoweb\\stats\\awstats.pl -config=nomesito.com -update
-logfile=/dir_logfiles/W3SVC1/ex%%YY-24%%MM-24%%DD-24.log' to start it
with a lower CPU priority.