Re: Number of samples calculation

2013-07-24 Thread Karl St-Jacques
You have to take into account the response time of your application. A thread only do one call at a time and wait for it to finish and start again. Karl On Wed, Jul 24, 2013 at 8:46 PM, Srinivasa Tekkatte Shenoy < tsrinivas.she...@mimos.my> wrote: > Hi All, > > One virtual user sends a request

Number of samples calculation

2013-07-24 Thread Srinivasa Tekkatte Shenoy
Hi All, One virtual user sends a request to the server in every 0.5 seconds. We are executing the test for 12 hours for one virtual user. Our understanding is that of number of samples is 2 requests * 3600 seconds * 12 hours. The number of samples should be 86400. However when executed in JMeter