|
Hi, I think this must be easy.. but I can't wrap my head around how to get this done... I want to gather multiple stats for a single query. Essentially, I want to gather the count and avg thruput for webpages from my iis logs...Essentially, something like this.. Page1.html count=10, avgtime=20 Page2.html count=17, avgtime=30 Any suggestions? |
|
if avgtime represents the average of some field like say response_time, and if Page1.html and Page2.html are a field called filename, then you're looking at a simple
:)... Cannot believe that I couldn't see that.. Thanks nick!
(03 May '12, 06:29)
rnavis
|