The active thread counts can be saved in the test log output. You can
also save the timestamps and elapsed times to you can in theory work
out what was happening at each moment in time.

It's not possible currently to increase the total number of threads
once a test is running.

One way to gradually increase the load on a server is to use the
Constant Throughput Timer, and change the constant:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Throughput_Timer

and

http://jakarta.apache.org/jmeter/usermanual/best-practices.html#beanshell_server

S
On 11/04/07, SunWuKung <[EMAIL PROTECTED]> wrote:

Thanks for this, but ...
As you say the ramp-up gradually increase the load, so when I look up the
response time for a page I can only have a rough idea what the other threads
are doing at that time. What i would like to look up is how the response
time is changing when everybody else is requesting the same given page.

Is it possible to do something like
- put the whole test in a loop
- add a counter
- replace the numbe of users with the counter value
- store counter value and response time?

Thanks.
SWK


sebb-2 wrote:
>
> You could use the ramp-up time feature to gradually increase the load.
>
> S
> On 11/04/07, SunWuKung <[EMAIL PROTECTED]> wrote:
>>
>> I would like to create a chart that shows the response time of a page
>> depending on the number of concurrent users.
>> I guess I need to first create a thread group with 1 user and run the
>> test,
>> than with 2 users ... and so on.
>> Is there a way to automate this and collect the data?
>>
>> Thanks for the answer.
>> SWK
>> --
>> View this message in context:
>> 
http://www.nabble.com/cuncurrency---responsetime-chart-tf3557633.html#a9934115
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

--
View this message in context: 
http://www.nabble.com/cuncurrency---responsetime-chart-tf3557633.html#a9939769
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to