标签:cert tran time bsp 均值 总数 服务端 doc 请求
Apache ab性能测试结果分析
测试场景:模拟10个用户,对某页发起总共100次请求。
测试命令: ab -n 100 -c 10 地址
测试报告:
Server Software: 被测服务器软件信息
Server Hostname: 被测主机名
Server Port: 被测主机服务端口号
SSL/TLS Protocol: 协议
Document Path: 请求的具体路径
Document Length: 请求的文件大小
Concurrency Level: 并发数,请求参数-c指定的数量
Time taken for tests: 测试总体使用时间
Complete requests: 测试总请求数,请求参数-n指定的数量
Failed requests: 失败请求数量
Total transferred: 传输的总数据量
HTML transferred: 接收的文件总大小
Requests per second: 平均每秒完成的请求数
Time per request:完成一个请求所需要的时间(用户角度)
Time per request: 服务器完成一个请求的时间 (mean, across all concurrent requests)
Transfer rate: 网络传输速度
Connection Times (ms)
min(最小值) mean(平均值) [+/-sd](标准差) median(中位数) max(最大值)
Connect(网络连接): - - - - -
Processing(系统处理): - - - - -
Waiting(等待): - - - - -
Total(总): - - - - -
ps: Total并不等于前三行数据相加,因为前三行的数据并不是在同一个请求中采集到的。
Percentage of the requests served within a certain time (ms) 有x%的请求都是在yms内完成的
x% y
标签:cert tran time bsp 均值 总数 服务端 doc 请求
原文地址:http://www.cnblogs.com/serena25/p/7685896.html