Apache 网站压力测试工具 ab

发布时间:2024-11-22 00:24

使用AB测试来验证设计效果 #生活技巧# #创意技巧# #设计思维与创新#

最新推荐文章于 2024-03-20 16:17:08 发布

zhili_he_1985 于 2012-06-18 10:58:33 发布

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

http://httpd.apache.org/docs/2.0/programs/ab.html

常用参数
-n 测试的请求次数
-c 并发请求个数
-k keep alive,所有的请求保持在同一个会话里面

ab -n 100 -c 10 http://www.yahoo.com/

Concurrency Level: 10 Time taken for tests: 1.889 seconds Complete requests: 100 Failed requests: 0 Write errors: 0 Total transferred: 1003100 bytes HTML transferred: 949000 bytes Requests per second: 52.94 [#/sec] (mean) Time per request: 188.883 [ms] (mean) Time per request: 18.888 [ms] (mean, across all concurrent requests) Transfer rate: 518.62 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 57 59 1.7 59 64 Processing: 117 126 7.5 124 162 Waiting: 57 62 7.0 60 98 Total: 175 186 8.0 184 224 Percentage of the requests served within a certain time (ms) 50% 184 66% 186 75% 187 80% 188 90% 192 95% 203 98% 216 99% 224 100% 224 (longest request)

网址:Apache 网站压力测试工具 ab https://www.yuejiaxmz.com/news/view/182508

相关内容

Apache 压力测试工具ab
Apache Web压力测试工具Apache Bench
Linux Web压力测试工具[ApacheBench(ab) / webbench]
使用apache自带的压力测试工具进行网站压力测试
Web压力测试工具:http
性能测试工具一之ab(一)
常用压力测试工具锦集 · 测试之家
常用压力测试工具锦集
三种压力测试工具 http
[性能测试] Benchmarks(压力测试工具汇总)

随便看看