jmeterresponse-time

Need help on response time


Need help on JMeter response result from the image

My scenario: Am calculating Min/Max/Average response time on Api creating a user account.

1.Login to site

2.Using API request creating a user account - (creating 100 users account using API)

3.Logout.

Observation :

I need to understand how the response time units are measured here.

  1. does 90852 milliseconds mean approximately 90secs.

    So is it like a single user account is created in 90 secs by the API?.

    So, please tell me how response time is working here when it compared with total response time?

Thanks :)


Solution

  • The average creation of a user took your API 908 ms (the entry with 100 samples ending with /api/users).

    Since the line (where the name of the transaction is not in the screenshot) has the sample count 1 and the response time resembles 100*908ms I would guess that you have a Transaction Controller that holds the Loop Controller.

    The same hierarchy that you use to organize your test plan also applies to transaction controllers and samplers. So if you group several samplers - and/or transaction controllers - under a parent transaction controller, that parent transaction controller will have the combined response time of all its children.