Re: Calculate page load time

Adil qureshi <[email protected]> Fri, 14 Nov 2014 18:59:50 +0000
Newsgroups gmane.comp.java.grinder.user
Message-ID <CAH6ok+TS1L7_54FeAKCoTyrTTQk1OVnDNE4k-POR28VUnJ+qWA@mail.gmail.com>
1.Yes  it will initiate second request  only after first response has come
.... you can use response.text to see the returned response in HTML of each
request ....

2.I think you are using more than one thread ...use one thread only just
for verification ... I am 100% sure that this is sequential ..there is a
api Grinder.run .... use it to see the run number ...

3. Did you noticed any difference,I never tried this option ?

4. there is a duration property specify it to one hour ... however it
collides with grinder.run so to run your test for exactly one hour give the
grinder.run to a very high value ,,,

Configure your script devolopement properly on eclipse  so that you can see
all the APIs provided in grinder jar .... there is a lot of helpful api in
it like grinder.run, threadno etc etc ....

On Fri, Nov 14, 2014 at 10:58 AM, Zulu Zulu <[email protected]> wrote:

> Hello Grinder Team,
>
> I've been using the tool for the past 1 month & I'm liking it a lot.
> Few clarifications required from you (Couldn't get any proper information
> from the internet):
>
>     1. I need to calculate the load time of a login page when, say, 50
> users access.  While recording the login page using TCPProxy tool, I see 20
> requests made from the client side (including image file request, CSS
> request, JS request, ASPX page request etc). At the end of the run, how do
> I calculate the load time of the login page?
> How I'm calculating? (Load time = Sum of Average of each request)
> To be more precise, I calculate the average of all 20 requests from the 50
> users and add these averages to present the load time.
>
> How does the tool work?
>     Does it initiate the second request only after the response of the
> first request has come?
>
> 2. In the Properties file, if I set the field grinder.runs = 2, I was
> under impression  the second run of a thread will happen only after the
> completion of the first run. But yesterday, I found that was not the case.
> The second run happens well before the first run gets completed. Is there
> any way I can make that happen only after the completion of the first run?
>
> 3. What is the impact of using "connectionDefaults.useContentEncoding =
> True" in the beginning of the script? Will that affect the response time in
> any way? My app using GZIP in the requests and I have to examine all the
> responses
>
> 4. How to make the grinder run for a fixed time? say for 1 hour. I found
> this somewhere in the internet 3 months ago but now could not track it.
>
> This is my first ever mail to the mailing list. Please apologize me if I
> did not adhere to any defined protocol
>
> Thanks,
> Chandiran
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
> _______________________________________________
> grinder-use mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/grinder-use
>
>

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk

_______________________________________________
grinder-use mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/grinder-use