SQL result

SQL query: SELECT DATE(datim) AS dt, MIN(total_time) AS min_time, AVG(total_time) av_time, MAX(total_time)AS max_time, min(speed_download) AS min_speed, avg(speed_download) AS avg_speed, max(speed_download) AS max_speed FROM `forums_log` WHERE `url` LIKE "%board.hondacrx.co.uk%" GROUP BY dt ORDER BY dt DESC LIMIT 400;
Rows: 3

Note to Dave:
I have changed the code that makes these stats - if it does not get a session ID, it will not hit any more pages (the login script on CRX-UK times out sometimes - see http_code 0). Basically, if the first page times out, I assume the server is too busy to take another 4 hits, so don't tie it up. Also, timeout is now @ 30 seconds.

dtmin_timeav_timemax_timemin_speedavg_speedmax_speed
2008-08-220.1955170.427984807640314.20382126217763.3333301536
2008-08-210.187480.6195668329277817.347636214766.5486304458
2008-08-200.1871680.8146569642445318.360331200065.8090307366
detailed query | normal query