小知识:apache ab工具页面压力测试返回结果含义解释

abapache自带的一个很好用的压力测试工具,当安装完apache的时候,就可以在bin下面找到ab

参数说明及示例

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

输入命令:ab -n1000 -c100 http://www.tuohang.net/

%小知识:apache ab工具页面压力测试返回结果含义解释-猿站网-插图

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

返回结果:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
##首先是apache的版本信息
This is ApacheBench, Version 2.3 <Revision:655654>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.xxx.xxx/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking xxx.xxx.com (be patient)
Server Software:    Apache/2.2.19  ##apache版本
Server Hostname:    vm1.xxx.com  ##请求的机子
Server Port:      80 ##请求端口
Document Path:     /xxx.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)

apache的ab工具也算是一种ddos攻击工具

声明: 猿站网有关资源均来自网络搜集与网友提供,任何涉及商业盈利目的的均不得使用,否则产生的一切后果将由您自己承担! 本平台资源仅供个人学习交流、测试使用 所有内容请在下载后24小时内删除,制止非法恶意传播,不对任何下载或转载者造成的危害负任何法律责任!也请大家支持、购置正版! 。本站一律禁止以任何方式发布或转载任何违法的相关信息访客发现请向站长举报,会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。本网站的资源部分来源于网络,如有侵权烦请发送邮件至:2697268773@qq.com进行处理。
建站知识

小知识:在Apache服务器中运行CGI程序的方法

2023-3-16 17:30:24

建站知识

小知识:不能在本地计算机启动 apache2.2解决方法

2023-3-16 17:44:55

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索