All: Is it possible to query a squid server for specific statistics of operation? I know that the cachemgr can get quite a bit of information. For example I can see: client_http.all_median_svc_time = 0.002856 seconds client_http.miss_median_svc_time = 0.009189 seconds client_http.nm_median_svc_time = 0.001789 seconds client_http.nh_median_svc_time = 0.004626 seconds client_http.hit_median_svc_time = 0.001789 seconds And it is available in several increments (last 5 minutes, last 15 minutes, last 1 hour, last 3 days...etc.). Is it possible to get this information for a specific window of time, like say a time beginning 12 hours ago and ending 4 hours ago? If so how? Is there a reference for all of the query able parameters? I am hoping for some sort of URI based method to get this data. Any assistance is appreciated. -Noah Peters