LoadTest Metrics
Load Test Metrics
After doing a load test on Web Service , we are getting various parameters like time, request size , response size as metrics (result statistics)I want to understand what does the time metrics refer to ? Is time = request time + response time?
Is there a way were i can collect the min, max and avg request and response time at the end of load test?
Thanks in Advance.
0
Comments
If you have further questions on this feel free to reference the Online Documentation available in SOAPtest by going to Help -> Online Documentation or by pressing F1.
Can you please help?
a) StartTime(sec)
Exe.Time(ms) : assuming same as you have defined earlier
c) Inter- Invocation Time(ms)
I couldn't find good explanation for the above terms in the documentaion.
Please do the needful.
b. Execution time: Yes, this is the same are I defined previously.
c. Inter-Invocation Time: This is the time between web service invocations. So for example if the time was 130 ms, then this means that the time between this invocation and the next was 130 ms. So this doesn't actually contain any server side information, it simply reflects how requests are generated on the SOAPtest side.