My log includes extra1, which is for %T, "Time to serve requests in seconds"Â
I'd like to have an extra section that correlates a date/time range in hours or minutes, with number of seconds it took to process a request.Â
I've gotten a simple 2 column chart to work that shows secconds on the left, with the number of hits that took that many seconds to serve, on the right.
Â
I used this for my simple chart:
LogFormat = "%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot %other %other %extra1"
ExtraSectionName1="Time to serve requests (seconds)"
ExtraSectionCodeFilter1=""
ExtraSectionFirstColumnTitle1="Number of seconds to serve the request"
ExtraSectionFirstColumnValues1="extra1,(.*)"
ExtraSectionStatTypes1="H"
Â
There is a "Hours" link on the top left of the AWStats page, but
clicking it only modifies the standard charts, and does nothing for my
extra section. Is there some way to make that built in filter work with
my extra section?Â
Â
Or is there some way to make a 2 column chart using date/time and the number of seconds a request took to serve?
Â
Thanks in advance for your help!
Jeff