用awstats读取ISA日志文件

我不断下降或中断logging,但没有新的。

Phase 1 : First bypass old records, searching new record... Searching new records from beginning of log file... Jumped lines in file: 0 Parsed lines in file: 29978 Found 5706 dropped records, Found 24272 corrupted records, Found 0 old records, Found 0 new qualified records. 

我正在使用Microsoft Internet Security and Acceleration Server 2006我正在以w3c格式保存我的日志。 这是写在我的日志文件的顶部。

 #Fields: c-ip cs-username c-agent date time s-computername cs-referred r-host r-ip r-port time-taken cs-bytes sc-bytes cs-protocol s-operation cs-uri s-object-source sc-status s-cache-info rule FilterInfo cs-Network sc-Network error-info action GMT Time AuthenticationServer 

我试过这个,但是不起作用。

 LogFormat = "%host %logname %ua %other %time2 %other %other %other %other %other %other %bytesd %other %other %method %url %other %code %other %other %other %other %other %other %other %other %other" 

要么

 LogFormat = 2 

其他设置i'v设置

 LogFile="/test/ISALOG_20120111_WEB_000.w3c" LogType=W LogSeparator=" " 

有任何想法吗?