一、解读HTML报告 .图形化HTML压测报告Dashboard讲解
1)Test and Report informations
source file:生成的jtl文件名 Start Time:压测起始时间 End Time:压测结束时间 Filter for display:过滤器 Lable:sampler采样器名称(http请求的名称)
2)APDX(Application performance Index)
apdex:应用程序性能指标,范围在0~1之间,1表示到达所有用户均满意, T(Toleration threshold):可接受阀值 F(Frustration threshold):失败阀值
3)Requests Summary
FALL:失败率 PASS:通过率,成功率
4)Statistics 统计数据
lable:sampler采样器名称(http请求的名称) samples:请求总数,并发数*循环次数 FALL:失败次数 Error%:失败率
Average:平均响应的时间 min:最小响应的时间 max:最大响应的时间 90th pct:90%的用户响应不会超过这个值(建议关注这个) 95th pct:95%的用户响应不会超过这个值 99th pct:99%的用户响应不会超过这个值(到达这个值已经够高了)
throughput:Request per Second吞吐量 qps
吞吐量=并发数/平均响应时间
吞吐量=请求总数/总时长
received:每1秒从服务器接收的数据量 send:每1秒发送的数据量
2.图形化HTML压测报告 Chats报表讲解 1.Charts讲解
1)Over Time(随时间的变化)
Response Times Over time:响应时间变化趋势 Response Time Percentiles Over Time(successful responses):最大,最小,平均,用户响应时间分布
Active Threads Over Time:并发用户数趋势
Bybes Throughput Over Time:每秒接收和请求字节数变化,蓝色表示发送,黄色表示接收
Latencies Over Time:平均响应延时趋势
Connect Time Over Time:连接耗时趋势
2)Thoughput
Hits Per Second(excluding embedded resources):每秒点击次数
Codes Per Second(excluding embedded resources):每秒状态码数量
Transactions Per Second:即TPS,每秒事务数
Response Time vs Request:响应时间和请求数对比
Latency vs Request:延迟时间和请求数对比
3)Response times Response time Percentiles:响应时间百分比
Response Time Overview:响应时间概述
Time vs Threads:活跃线程数和响应时间
Response Time Distribution:响应时间分布