Overview:
This document provides information on how to interpret basic load test result charts generated by SoapUI
Report Breakdown:
Load test report is broken into following sections -
- Result Statistics
- Load Test Log
- Charts
Result Statistics:
Result statistics column details are as follows -
|
Column Name |
Description |
|---|---|
| Min | The shortest time test step has taken (in milliseconds) |
| Max | The longest time test step has taken (in milliseconds) |
| Avg | The average time for test step (in milliseconds) |
| Last | The last time for test step (in milliseconds) |
| Cnt | The number of times test step has been executed |
| Tps | The number of transactions per second for test step |
| Bytes | The number of bytes processed by the test step. |
| Bps | The bytes per second processed by the test step. |
| Err | The number of assertion errors for the test step. |
| Rat | Failed request ratio (the percentage of request that failed) |
Load Test Log:
This provides time information regarding when load test started and failed.
Charts:
Average Chart:
X: Number of requests over time
Y (left): Average Time
Y (right): Users
Example:

Errors Chart:
X: Number of requests over time
Y (left): Error count
Y (right): Users
Example: 
BPS Chart:
X: Number of requests over time
Y (left): Bytes Per Second
Y (right): Users
Example:

TPS Chart:
X: Number of requests over time
Y (left): Transactions per second
Y (right): Users
Example:

本文档详细介绍了如何解读由SoapUI生成的基本负载测试结果图表,包括结果统计、负载测试日志及各种图表的含义与用途,如平均响应时间、错误数、每秒交易数等关键指标。
3279

被折叠的 条评论
为什么被折叠?



