How can we see response time (Avg, min, max 90th percentile, etc.) for each page separately?
Hi @ashish.chaudhary, welcome to the community forum ,
I don’t know you definition of page and what you are using for visualization but here are some pointers:
- you can group multiple requests with groups which will likely be enough for you to define a page
- if you use the cloud then in the HTTP view you can click on the icons on the right next to “view as”, this is also shown in the docs
- if you are not using the cloud you will need to create a dashboard in the software you are using that groups
http_req*
metrics perurl
or even bettername
tag.
Hope this helps you
ok. let me clear my query, in Load Runner, we are using Lr_start_tranaction & Lr_end_transaction and we can see the response time per transaction basis, is there any way to do the same job in K6.
thanks.