Need help with StresStimulus? Start here.
Requests grouped?
Patricia Coronel Posts: 32
6/28/2011
|
Hi Vadim, I have a little problem. I am trying to evaluate the response time of a parametrized request and I see that StresStimulus is grouping the request and returning back as result the average of all of them. To be clear, here is my request:
- /Desarrollos/GetImage?desarrolloID=11
As you can see, the request is parametrized. When I go to the Request Details, this request is not displayed in detail, one for each call with its parameter. The amount of requests is right in the report, but for example this request was called 3 times, one for homepage, one more after the user log in and the last one when the user logs out. To be more detailed, this is the list of the requests:
/Desarrollos/GetImage?desarrolloID=11 | /Desarrollos/GetImage?desarrolloID=9 | /Desarrollos/GetImage?desarrolloID=1 | /Desarrollos/GetImage?desarrolloID=4 | /Desarrollos/GetImage?desarrolloID=7 | /Desarrollos/GetImage?desarrolloID=2 | /Desarrollos/GetImage?desarrolloID=3 | /Desarrollos/GetImage?desarrolloID=6 | /Desarrollos/GetImage?desarrolloID=5 | /Desarrollos/GetImage?desarrolloID=8 |
All these request are called 3 times each one, but when I go to the request details i cannot see them detailed one by one. I have tried the different options that the tool is offering but none of them displayed me the detailed requests. Is it possible to view the detailed list? am i doing something wrong? Regards, Patricia
|
|
0
link
|
Patricia Coronel Posts: 32
6/28/2011
|
Hi Vadim, To clarify, I would like to see the detailed requests as Fiddler does. I am sending an excel file so you can see the complete list of the requests. Sorry If i am disturbing you. Regards, Patricia
|
|
0
link
|
Vadim @StresStimulus Administrator Posts: 583
6/28/2011
|
Patricia, You should not be sorry for asking questions. It is my pleasure to help The Detailed Request section shows details for each request, but not for each request's iteration. But you can easily recall detailed information from Fiddler using our new "Show" feature.
Select all (let say, 10) of your GetImage? requests and click "Show Sessions for Selected Requests". Fiddler will display all 30 sessions in the grid. The column "Custom" will display the response time for each of the individual requests that as you've mentioned you need to evaluate. Cheers, -Vadim
|
|
0
link
|
Patricia Coronel Posts: 32
6/28/2011
|
Thanks Vadim! :-) Very kind of yours. Regards, Patricia Vadim Kleyzit said:
Patricia, You should not be sorry for asking questions. It is my pleasure to help The Detailed Request section shows details for each request, but not for each request's iteration. But you can easily recall detailed information from Fiddler using our new "Show" feature.
Select all (let say, 10) of your GetImage? requests and click "Show Sessions for Selected Requests". Fiddler will display all 30 sessions in the grid. The column "Custom" will display the response time for each of the individual requests that as you've mentioned you need to evaluate. Cheers, -Vadim
|
|
0
link
|
Copyright © 2024 Stimulus Technology