3-2 PHP-压力测试工具使用演示

Posted ADSFASFDA

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了3-2 PHP-压力测试工具使用演示相关的知识,希望对你有一定的参考价值。

D:\\all\\phpstudy\\Apache\\bin>ab -c 10 -n100 www.qzrc.com/
This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking www.qzrc.com (be patient).....done


Server Software:        Microsoft-IIS/7.5
Server Hostname:        www.qzrc.com
Server Port:            80

Document Path:          /
Document Length:        179956 bytes

Concurrency Level:      10
Time taken for tests:   2.688 seconds
Complete requests:      100
Failed requests:        2
(Connect: 0, Receive: 0, Length: 2, Exceptions: 0)
Total transferred:      18022350 bytes
html transferred:       17995446 bytes
Requests per second:    37.20 [#/sec] (mean) 每秒请求数
Time per request:       268.815 [ms] (mean)
Time per request:       26.882 [ms] (mean, across all concurrent requests) 尽可能小
Transfer rate:          6547.23 [Kbytes/sec] received

Connection Times (ms)
min  mean[+/-sd] median   max
Connect:        4   24   8.7     25      44
Processing:   133  233  27.7    236     297
Waiting:       11   33  14.4     29      82
Total:        163  257  27.4    261     308

Percentage of the requests served within a certain time (ms)
50%    261
66%    269
75%    272
80%    274
90%    289
95%    295
98%    303
99%    308
100%    308 (longest request)

做项目 之前 测试下 时间


做完项目 再次测试下时间
View Code

 

以上是关于3-2 PHP-压力测试工具使用演示的主要内容,如果未能解决你的问题,请参考以下文章

PHP代码-psysh调试代码片段工具

PHP使用Apache中的ab测试网站的压力性能及mpm介绍

sql 这些代码片段将演示如何逐步使用PolyBase。你应该有一个blob存储和存储秘密方便

PHP必用代码片段

在ubuntu下配置Ecshop环境并使用Jmeter进行压力测试

Python 自动化 - 浏览器chrome打开F12开发者工具自动Paused in debugger调试导致无法查看网站资源问题原因及解决方法,javascript反调试问题处理实例演示(代码片段