|
#1
•
thanmakara
Daily Stats
I am a new user to webalizer. Currently, I am using the webalizer to analyze the squid log file, but I have face the problem with report.
My daily usage ( graph) for months is only display only one day even I have genernated the whole month log files. For example, if I genernate log file of 2-Feb-2010, it only show on 2-Feb-2010 but 1-Feb-2010 was lost. If I am enable the incremental, I am not able to generate the log files, it show as the following: 789022 records (788997 ignored, 25 bad) in 122.50 seconds, 6440/sec If i am disable the incremental, I am able to generate the log files. Please kindly help me. Thanks, Makara
#2
•
Stone Steps
In the incremental mode SSW will ignore all log records with the time stamp earlier than the last log record it successfully processed. This would happen if you processed the log file for February 2nd first and then processed the log file for February 1st. Also, check if your log files contain out of order records.
Andre
#3
•
thanmakara
Thanks, Andre !
It means that if I generate the log file on 2-Feb and then I generate log file on 1-Feb, so stats records will lose, am I right ? Now even I try to generate the log file from the order dates, but it is still display one day even generate the whole month log files. Should I uninstall it ? Try to install it again.
#4
•
Stone Steps
You don't need to uninstall SSW. Just make sure your log files are processed in chronological order. See this FAQ page for a command line example:
http://www.stonesteps.ca/projects/webalizer/faq.asp?qid=q20040923-01&topic=webalizer If you want to process log files incrementally for some particular month again, just delete the state database (webalizer.db), which is where incremental data is stored. Andre Format Codes
|