cherokee vs nginx @ 压力测试

VS

近日flying殿建议用cherokee来替换掉已经在VPS上运行了一年多的nginx,cherokee内建一个基于Web的管理界面,设置相当方便,不过性能如何还是个未知数,因此用ApacheBench进行了压力测试进行对比。

使用的命令参数如下:

ab -n 1000 -c 50 [URL]

也就是使用50个并发连接,总共创建1000个连接。

cherokee和nginx都运行在我的VMware内的Ubuntu Server中,进程数量均为4,均使用php fastcgi调用php。

下面分别是测试成绩:

Read the rest of this entry >>