I have recently upgraded to AWStats 6.9 for IIS 6, and after a couple of days of analyzing the stats through the web page, I had noticed that I had not been getting accurate stats at all, showing only a fraction of the total bandwidth that I should be getting for my website.
I realized that this was due to a change for the LogFormat line and I have changed it to what I think it should be. The only issue I have now is that the correct bandwidth I am getting is being recognized as “Not Viewed Traffic”. The original LogFormat line was as follows:
LogFormat=”date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken”
I have used the log format guide for this site and have changed the entire line as follows:
LogFormat=”%time2 %other %other %other %method %url %query %other %logname %host %other %ua %other %referer %virtualname %code %other %other %bytesd %other %other”
I don't know if there were any other changes that I needed to make in my conf file in 6.9 (changed from 6.2), all I need is to know how the Non-traffic bandwidth can be back to normal traffic bandwidth. If there is more information you require, let me know.
Thanks in advance.