分析原有的所有日志文件
@echo off for /f "tokens=*" %%a in ( 'dir "D:\LogFileAnl\LogFiles\W3SVCFoder\*.log" /s /a-d /b' ) do ( perl "D:\LogFileAnl\Tools\awstats-6.95\wwwroot\cgi-bin\awstats.pl" -update -lang=cn -config=your_config_name -logfile=%%~a ) pause
其它一些命令
perl "D:\LogFileAnl\Tools\awstats-6.95\wwwroot\cgi-bin\awstats.pl" -update -lang=cn -config=your_config_name -logfile=ex100817.log -showdropped 分析日志到文本数据库,显示drop原因 perl "D:\LogFileAnl\Tools\awstats-6.95\wwwroot\cgi-bin\awstats.pl" -update -lang=cn -config=your_config_name -logfile=ex100817.log 分析日志到文本数据库 perl "C:\Program Files\AWStats\tools\awstats_buildstaticpages.pl" -update -config=your_config_name -lang=cn -dir="c:\loganl\report" -awstatsprog="C:\Program Files\AWStats\wwwroot\cgi-bin\awstats.pl" 生成静态报表