容器技术交流

 找回密码
 立即注册
查看: 3204|回复: 2

网站压力测试这个报告怎么看,什么意思?

[复制链接]
发表于 2013-4-1 09:24:07 | 显示全部楼层 |阅读模式
用LUM的网站测试工具 测试出来的报告 用的是默认设置
并发连接数 50 每次请求数 100 测试时间 5秒

这个意思是说最大并发是65吗? 那为什么我选择测试时间15秒 最大并发是89

This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking 127.0.0.1 (be patient)


Server Software:        nginx/1.0.15
Server Hostname:        127.0.0.1
Server Port:            80

Document Path:          /index.html
Document Length:        169 bytes

Concurrency Level:      100
Time taken for tests:   5.002 seconds
Complete requests:      18456
Failed requests:        0
Write errors:           0
Non-2xx responses:      18456
Total transferred:      5887464 bytes
HTML transferred:       3119064 bytes
Requests per second:    3689.96 [#/sec] (mean)
Time per request:       27.101 [ms] (mean)
Time per request:       0.271 [ms] (mean, across all concurrent requests)
Transfer rate:          1149.51 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0   10   5.8      9      43
Processing:     1   17   7.0     16      61
Waiting:        0   12   6.0     11      56
Total:          4   27   8.9     26      65

Percentage of the requests served within a certain time (ms)
  50%     26
  66%     31
  75%     33
  80%     34
  90%     38
  95%     44
  98%     49
  99%     53
100%     65 (longest request)
发表于 2013-4-1 14:04:34 | 显示全部楼层
我也想知道唉,先百度看看了哦
发表于 2013-4-1 14:09:39 | 显示全部楼层
ab是apache自带的一个很好用的压力测试工具,当安装完apache的时候,就可以在bin下面找到ab



1 我们可以模拟100个并发用户,对一个页面发送1000个请求

./ab -n1000 -c100 http://vm1.jianfeng.com/a.html



其中-n代表请求数,-c代表并发数



返回结果:

##首先是apache的版本信息
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking vm1.jianfeng.com (be patient)


Server Software:        Apache/2.2.19    ##apache版本
Server Hostname:        vm1.jianfeng.com   ##请求的机子
Server Port:            80 ##请求端口

Document Path:          /a.html
Document Length:        25 bytes  ##页面长度

Concurrency Level:      100  ##并发数
Time taken for tests:   0.273 seconds  ##共使用了多少时间
Complete requests:      1000   ##请求数
Failed requests:        0   ##失败请求
Write errors:           0   
Total transferred:      275000 bytes  ##总共传输字节数,包含http的头信息等
HTML transferred:       25000 bytes  ##html字节数,实际的页面传递字节数
Requests per second:    3661.60 [#/sec] (mean)  ##每秒多少请求,这个是非常重要的参数数值,服务器的吞吐量
Time per request:       27.310 [ms] (mean)  ##用户平均请求等待时间
Time per request:       0.273 [ms] (mean, across all concurrent requests)  ##服务器平均处理时间,也就是服务器吞吐量的倒数
Transfer rate:          983.34 [Kbytes/sec] received  ##每秒获取的数据长度

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    1   2.3      0      16
Processing:     6   25   3.2     25      32
Waiting:        5   24   3.2     25      32
Total:          6   25   4.0     25      48

Percentage of the requests served within a certain time (ms)
  50%     25  ## 50%的请求在25ms内返回
  66%     26  ## 60%的请求在26ms内返回
  75%     26
  80%     26
  90%     27
  95%     31
  98%     38
  99%     43
100%     48 (longest request)

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Archiver|URLOS ( 粤ICP备18087780号 )

GMT+8, 2025-5-11 15:59 , Processed in 0.029732 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表