admin@80vps.com
联系我们
QQ:1668121212
CN
Cn
En
邮件订阅
服务条款
优惠促销
会员中心
Toggle navigation
站群服务器
香港站群
美国站群
日本站群
韩国站群
新加坡站群
国内云主机
景安多线
四川双线云主机
上海电信
华为云
香港服务器
香港Cera高防
香港PowerLine
香港Pangnet
香港BGP大带宽
沙田大带宽
香港九龙
香港大浦
亚太服务器
越南服务器
韩国优化
韩国首尔
日本CIA
日本CN2
日本精品
新加坡
欧美及高防
洛杉矶MC
凤凰城IF
洛杉矶Cera高防
洛杉矶SK高防
VPS主机
亚太VPS列表
新加坡SG
日本CTG
香港CTG
韩国BGP
香港CI
欧美VPS列表
美国Cera
美国MC
帮助中心
账户管理
用户注册
登录验证
购买结算
充值汇款
新购续费
退款处理
VPS购买及使用
常用下载
VPS云服务器介绍
用户操作指南
Linux操作指南
Windows操作指南
产品介绍
常用下载
PHP源码
ASP源码
在线工具
推广
本月特价
CentOS7对Apache+PHP 负载能力ab测试
浏览次数:3154 关键词 (
负载
能力
测试
Apache
)
使用的系统信息:
[php] view plaincopy
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.15.4-x86_64-linode45 #1 SMP Mon Jul 7 08:42:36 EDT
2014 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# php -v
PHP 5.4.16 (cli) (built: Aug 6 2014 13:12:28)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
[root@localhost ~]# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Jul 23 2014 14:48:00
[root@localhost ~]#
ab测试 phpinfo() 结果:吞吐量 759!
[plain] view plaincopy
D:\wamp\bin\apache\apache2.4.9\bin>ab -n 100 -c 10 http://linode.zbphp.com/
This is ApacheBench, Version 2.3 <$Revision: 1554214 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking linode.zbphp.com (be patient).....done
Server Software: Apache/2.4.6
Server Hostname: linode.zbphp.com
Server Port: 80
Document Path: /
Document Length: 52627 bytes
Concurrency Level: 10
Time taken for tests: 7.592 seconds
Complete requests: 100
Failed requests: 14
(Connect: 0, Receive: 0, Length: 14, Exceptions: 0)
Total transferred: 5280981 bytes
HTML transferred: 5262681 bytes
Requests per second: 13.17 [#/sec] (mean)
Time per request: 759.206 [ms] (mean)
Time per request: 75.921 [ms] (mean, across all concurrent requests)
Transfer rate: 679.29 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 60 73 4.7 70 80
Processing: 208 635 101.4 660 690
Waiting: 70 237 120.5 220 640
Total: 279 708 101.5 740 770
Percentage of the requests served within a certain time (ms)
50% 740
66% 740
75% 740
80% 745
90% 750
95% 760
98% 760
99% 770
100% 770 (longest request)
D:\wamp\bin\apache\apache2.4.9\bin>