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
