博客导读网

一个让你随便看看的地方

各大网站使用web server抽样统计分析

推荐
周海汉的开发专栏


周海汉 2010.9.25
http://abloz.com

本文对中国网站所使用的web服务器软件进行抽样调查。以得出当前apache,Microsoft iis, nginx和其他web服务器的市场占有率。
抽样代码如下,将python代码保存为testserver.py:#!/usr/bin/env python#--coding:utf8--#author: zhouhh#date: 2010.9.25#python to test http server type   importhttplib   servers=open("slist.txt") .read() .splitlines() stdict = {}   for s in servers: c = httplib .HTTPConnection( s) c.request('HEAD' ,'/') res = c.getresponse() hs = res.gethead

原文地址:http://blog.csdn.net/ablo_zhou/archive/2010/09/26/5906717.aspx

周海汉的开发专栏的其他文章
此博客转独立域名 abloz.com 微软live space 关门
ubuntu 试用ibus云拼音 ubuntu 10.04 安装ruby & rails
bash shell 大括号扩展 ssh 端口转发
再论ubuntu 开机跳出“解锁密钥环”解决办法 转:在Linux上查字典
windows 和linux做时间同步方法 xf86explorer 是什么键?
更多...

© 2010 博客导读网 BlogABC.NET 本站所有内容皆由网友推荐而来,所有博文的版权归原作者所有,如有冒犯,请邮件告知。uncracker#gmail.com