RE: How throughput is calculated in jmeter?

2007-11-21 Thread Modha Khammammettu
Read through all the posts in this thread, got my answer. -Original Message- From: Modha Khammammettu [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 21, 2007 12:58 PM To: JMeter Users List Subject: RE: How throughput is calculated in jmeter? If I run my test for 10 minutes

RE: How throughput is calculated in jmeter?

2007-11-21 Thread Modha Khammammettu
. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 12:30 PM To: JMeter Users List Subject: Re: How throughput is calculated in jmeter? Throughput = Number of requests / Total time to issue the requests. For a single request, the throughput depends only on

Re: How throughput is calculated in jmeter?

2007-11-15 Thread sebb
Throughput = Number of requests / Total time to issue the requests. For a single request, the throughput depends only on the time to issue a single request. For multiple requests, the throughput depends also on the gaps between the requests. E.g. if a request is issued every 30 seconds, the throu

Re: How throughput is calculated in jmeter?

2007-11-15 Thread moon
OK I go with yoPlz explain in detail about the calculations here. As yo said Login requests(with 1 sample) seems to be fine.but see the send and receive and further requests(which has 5 samples) and how is the throughput calculated there... for login requests, approximately it takes

Re: How throughput is calculated in jmeter?

2007-11-15 Thread sebb
As I wrote previously, the Aggregate Report is wrong on two counts: * KB/sec is actually bytes/sec * Throughput calculation is incorrect (see previous post for full details). Use the Summary Report instead. On 15/11/2007, moon <[EMAIL PROTECTED]> wrote: > > As yo said Login requests seems to be

Re: How throughput is calculated in jmeter?

2007-11-14 Thread moon
As yo said Login requests seems to be fine.but see the send and receive and further requests and how is the throughput calculated there... for login requests, approximately it takes 27 sec(from average) for 1 requests, hence the throughput 2.2/minit seems to be fine But for the next r

Re: How throughput is calculated in jmeter?

2007-11-14 Thread sebb
On 14/11/2007, sebb <[EMAIL PROTECTED]> wrote: > On 14/11/2007, sebb <[EMAIL PROTECTED]> wrote: > > On 14/11/2007, moon <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > > > I ran a test plan with the following samplers(HTTP requests) under a > > > single > > > thread. > > > 1.Login requests(unde

Re: How throughput is calculated in jmeter?

2007-11-14 Thread sebb
On 14/11/2007, sebb <[EMAIL PROTECTED]> wrote: > On 14/11/2007, moon <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I ran a test plan with the following samplers(HTTP requests) under a single > > thread. > > 1.Login requests(under once only controller) > > 2.Sendreceive requests > > 3.More requests

Re: How throughput is calculated in jmeter?

2007-11-14 Thread sebb
On 14/11/2007, moon <[EMAIL PROTECTED]> wrote: > > Hi, > > I ran a test plan with the following samplers(HTTP requests) under a single > thread. > 1.Login requests(under once only controller) > 2.Sendreceive requests > 3.More requests > 4.Image requests > 5.Next requests > 6.Previous requests > > t