Nginx-4:与apache性能对比

压力测试
修改httpd压力测试的配置文件添加到http.conf
<Location /server-status>
SetHandler server-status
#Order deny,allow
#Deny from all
#Allow from 124.192.11.16
</Location>
ExtendedStatus On
<Location /server-info>
SetHandler server-info
#Order deny,allow
#Deny from all
#Allow from 124.192.11.16
</Location>













重启服务
serveice httpd restart
http://192.168.56.20:8080/server-status
####################################################
测试
约定:1用户=1请求
测试的多次平均值
LoaderRunler






  总共请求多少
  并发多少

-rw-r--r--. 1 root root 156K 1月 15 20:38 index.html

ab -n 10000 -c 100 http://192.168.56.20:8080/ (-n总请求数 -c并发)
Apache Server Status for 192.168.56.20

Server Version: Apache/2.2.15 (Unix) DAV/2
Server Built: Oct 19 2017 16:43:38

Current Time: Monday, 15-Jan-2018 20:46:38 CST
Restart Time: Monday, 15-Jan-2018 20:20:21 CST
Parent Server Generation: 0
Server uptime: 26 minutes 17 seconds
Total accesses: 43069 - Total Traffic: 143.1 MB
CPU Usage: u.75 s17.79 cu0 cs0 - 1.18% CPU load
27.3 requests/sec - 92.9 kB/second - 3483 B/request
2 requests currently being processed, 101 idle workers
apache当并发等于
1 2998 0.3
100 2533 0.3
150 2827 53
170 2599 65
190 2750 69
200 1583 157













400 748 553

nginx当并发等于
1 3760 0.2
100 3939 25
200 4756 53
300 3676 81
400 3518 113




总结nginx小文件更强

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章