webalizer mit rotatelogs/cronolog?

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
djbennyf
Posts: 176
Joined: 2003-04-06 19:44
 

webalizer mit rotatelogs/cronolog?

Post by djbennyf »

Gibt es eine möglichkeit dass ich webalizer chache. sprich das ich z.b. für jede woche oder jeden tag eine logdatei erstelle via cronolog und dass webalizer dann nur noch die neuste auswertet und die alten log files chached. Mein Projekt hat nun nahezu 50.000-100.000 abrufe am Tag und Webalizer braucht einige Zeit bis er die Logfiles auswertet (270MB) und steigend...
User avatar
nyxus
Posts: 626
Joined: 2002-09-13 08:41
Location: Lübeck
Contact:
 

Re: webalizer mit rotatelogs/cronolog?

Post by nyxus »

# Incremental processing allows multiple partial log files to be used
# instead of one huge one. Useful for large sites that have to rotate
# their log files more than once a month. The Webalizer will save its
# internal state before exiting, and restore it the next time run, in
# order to continue processing where it left off. This mode also causes
# The Webalizer to scan for and ignore duplicate records (records already
# processed by a previous run). See the README file for additional
# information. The value may be 'yes' or 'no', with a default of 'no'.
# The file 'webalizer.current' is used to store the current state data,
# and is located in the output directory of the program.

Incremental yes


Gruß, Nyx
djbennyf
Posts: 176
Joined: 2003-04-06 19:44
 

Re: webalizer mit rotatelogs/cronolog?

Post by djbennyf »

Und was ist wenn ich mehr mals am tag die logfiles auslesen lass? Macht dann ncihts aus oder?
djbennyf
Posts: 176
Joined: 2003-04-06 19:44
 

Re: webalizer mit rotatelogs/cronolog?

Post by djbennyf »

Oder gibts ne möglichkeit das webalizer selbst die logfiles splitet sprich moved? dann kann ich sicher gehn dass immer wenn webalizer was macht die daten gechached sind und dass mir keien datne verloren gehn?
Post Reply