Quantcast
Channel: Max Requests to One Hostname
Viewing all articles
Browse latest Browse all 2

Max Requests to One Hostname

$
0
0

Trimmed at 200 req’s… the max is at 800 - yikes.

SELECT bucket, COUNT(*) pages FROM (      
  SELECT
    ROUND(maxDomainReqs/10)*10 bucket
  FROM [httparchive:runs.latest_pages]
)
GROUP BY bucket      
ORDER BY bucket; 

Read full topic


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images