You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Fr...@idg.de on 2005/06/27 15:45:51 UTC

Is JMeter capable of executing parallel requests




Hello,

I need the following:
A User has the possibity to request 6 pages at the same time and does not
wait for responses. Instead he returns to the pages when data is retrieved.
Example:
      Load Main-Page (with 6 tabbed sub-pages)
            load Tab 1
            load Tab 2
            load Tab 3
            .....
            return to Tab 1 to view Data
            return to Tab 2 to view Data
            return to Tab 3 to view Data
            .....

Is JMeter capable to simulate this behaviour?

Thank you in advance.
      Frank


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Is JMeter capable of executing parallel requests

Posted by Michael Stover <ms...@apache.org>.
JMeter does not multi-thread each simulated user.  If you are simulating
100 users, creating 5 new threads per user would result in 500 threads
being created, which could easily swamp your client machine and ruin
your attempted performance test.  

In your example, each simulated user would load the tabs sequentially.

-Mike

On Mon, 2005-06-27 at 15:45 +0200, Frank_Lindner@idg.de wrote:
> 
> 
> 
> Hello,
> 
> I need the following:
> A User has the possibity to request 6 pages at the same time and does not
> wait for responses. Instead he returns to the pages when data is retrieved.
> Example:
>       Load Main-Page (with 6 tabbed sub-pages)
>             load Tab 1
>             load Tab 2
>             load Tab 3
>             .....
>             return to Tab 1 to view Data
>             return to Tab 2 to view Data
>             return to Tab 3 to view Data
>             .....
> 
> Is JMeter capable to simulate this behaviour?
> 
> Thank you in advance.
>       Frank
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org