What you suggest is already filed in an enhancement request in http://issues.apache.org/bugzilla/show_bug.cgi?id=11523
Note the suggestion is to create another type of timer, not to change the current functionality (since users may be relying on it). Programming this should not be difficult. Salut, Jordi. Michele Curioni wrote: > Hi all, > I had a look at the way jmeter manages the timer function, and I found that > it basically delays the request of each thread. > In this way it's not possible to simulate a specific workload to a web > application like > for example submitting the web app with 10 requests per second. > In fact setting the number of threads to 10 and a constant timer of 1000 ms > would not result in 10 requests per second, but just to 10 requests running > in > an indefinable interval, depending on the performance of the web > application. > > Would it be possible to change the code so that the timer set an interval > between two requests > independently from the response time > and not just the interval between the response and the next request? > > Thanks, > Michele > > > > Michele Curioni > Software Engineer > tel: 01256 484815 > fax: 01256 811430 > email: [EMAIL PROTECTED] > www: www.gointeract.tv > GOiNTERACTtv > c/o Sony, Priestley Road, Basingstoke, > Hampshire, RG24 9JP, UK > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
