in reply to Obtaining Apache logfile stats?
this does a nice job of outputting the relevant fields in the log file. the next step would to be process this output in such a way that i could type say 'mod_rewrite.html' and find out how many times it was served and what the average of those time is.awk '{print $3, %6, $9}' > /tmp/resultsfile
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Obtaining Apache logfile stats?
by DamnDirtyApe (Curate) on Mar 25, 2004 at 20:35 UTC | |
by mvam (Acolyte) on Mar 25, 2004 at 21:34 UTC | |
by DamnDirtyApe (Curate) on Mar 25, 2004 at 21:57 UTC |