Forum Discussion

QA-Res's avatar
QA-Res
New Contributor
15 years ago

Definitions for Statistic values in LoadTest window

Hi,
I am trying to find documentation on what the statistic values in the loadtest window in Soapui mean such as:

min\max\avg\last\cnt\tps\bytes\bps\err\rat


I am using SoapuiPro 3.5.1

Thanks,
QA-Res

1 Reply

  • QA-Res's avatar
    QA-Res
    New Contributor
    I found an older one, just need to add rat to it. Just in case anyone is looking for and needs this information here you go:

    min - the shortest time the step has taken
    max - the longest time the step has taken
    avg - the average time for the test step
    last - the last time for the test step
    cnt - the number of times the test step has been executed
    tps - the number of transactions per second for the test step, see Calculation of TPS/BPS below.
    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