// configurationfile with new layout... // uses format //start keyword //keyword-related stuff //end keyword // I'll add here at least a commented explanation of every keyword // that is acceptable. -perttu // unfortunately, this file is pretty strict about format. // comments are valid only if '//' is at a beginning of line. // start and end must also start line, use one space betw. // them and keyword. // Case in start, end and keyword does not matter // trashfilter. Regularexpression given as single string start trashfilter .*gif* end trashfilter // sectionRules, bunch of regexps given as strings on separate lines. start sectionRules .*raha.* .*pikauuti.* .*uutiset.* .*infopalv.* .*avainpaikat.* .* end sectionRules // Intervals: start & end, between them interval limits // delimited by ',':s (no spaces) start intervalsAveragePathLength 0,3,10,20 end intervalsAveragePathLength start intervalsMegaUserPerHit 0,50,200,1000 end intervalsMegaUserPerHit start intervalsMegaUserPerSession 0,50,70,90 end intervalsMegaUserPerSession start intervalsVisitStartTimeFrequency 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 end intervalsVisitStartTimeFrequency start intervalsSessionPathLengthFrequency 0,3,10,20 end intervalsSessionPathLengthFrequency start intervalsSessionLengthFrequency 0,3,10,30,60 end intervalsSessionLengthFrequency // Database ports // {start|end} DBPort DBName, where DBName = {ClusterDB|UserDB|LogDB} start DBPort ClusterDB 1312 end DBPort ClusterDB start DBPort UserDB 1314 end DBPort UserDB start DBPort LogDB 1313 end DBPort LogDB // VisitThreshold. Just an int. start VisitThreshold 200 end VisitThreshold