Live data from Hacker News

The 1000 most-visited sites on the web (by Google)

fseek.me

51–59 of 59 posts

Re: The 1000 most-visited sites on the web (by Google)

#52
post #4

I extracted the data, added IP, country and response headers, and dumped it into a usable format: http://openmymind.net/top1000data.txt You can do some decently interesting analysis..like the fact that nginx is the front-end for nearly as many sites as IIS.

Thanks for the data.

"nginx is the front-end for nearly as many sites as IIS", oh I wished that was true but according to my naive counting IIS is over 3 times more popular, am I missing something?:

$ wget http://openmymind.net/top1000data.txt

$ grep -c '"Server": "nginx"' top1000data.txt

39

$ grep -c '"Server": "Microsoft-IIS' top1000data.txt

149

Post reply on HN