On 27 March 2013 11:51, Flavio Cysne <[email protected]> wrote:
> Throughput is a relation of bytes transferred per second. In JMeter,
> Aggregate Report shows it per label, not per sample. Although throughput is
> not logged in each httpSample, it should be calculated by dividing the
> attribute's values "by" per "t".

That's bytes / elapsed time.

> I'll not subtract latency ( attribute "lt"
> ) because, in almost all samples, it is equal or greater than response time
> ( attribute "t" ), even it's conceptually wrong.

Latency is often the same as elapsed time.
This is becaused it is measured to the end of the first read from the response.
Often the first read contains the whole response.

Latency will be zero in samplers that don't calculate it.

It should never be greater than elapsed.
If there are such cases using the samplers provided with JMeter,
please raise a bug report.

>
> 2013/3/27 Darren Bown <[email protected]>
>
>> Hi Vivek,
>>
>> Sorry, I misunderstood. If you use the Aggregate Report and write the
>> results out, that will give you a running throughput total, in the
>> second-to-last column. Check out the documentation for more detail.
>>
>> Darren.
>>
>>
>> On 27 March 2013 08:59, vivek <[email protected]> wrote:
>>
>> > On 27/03/2013 16:30, Darren Bown wrote:
>> >
>> >> HI Vivek,
>> >>
>> >> How are you capturing the logs? Are you using a Simple Data Writer or
>> are
>> >> you writing out the reports using the 'Aggregate Report' listener? If
>> you
>> >> add the path to your report to the 'Filename' field above the results
>> >> pane,
>> >> that's where you'll find the results logged.
>> >>
>> >> Hope this helps.
>> >>
>> >>
>> >> On 27 March 2013 08:16, vivek <[email protected]> wrote:
>> >>
>> >>  Hi,
>> >>>
>> >>> I am not able to log the throughput during the run in a log file. I can
>> >>> see the values in the in "aggregate results" but cannot find in log
>> file.
>> >>>
>> >>> I want to log the *timestamp , throughput *in a file for a particular
>> >>> JMeter run.
>> >>>
>> >>> Please help.
>> >>>
>> >>> Thanks,
>> >>> vivek kumar singh
>> >>> National University of Singapore
>> >>>
>> >>>
>> >>
>> >>  I am using "Simple Data Writer" to store the results in file. Here is
>> > one line from my log file:
>> >
>> > *<httpSample t="51" lt="51" ts="1364373983380" s="true"
>> > lb="/tpcw1/TPCW_home_**interaction" rc="200" rm="OK" tn="Thread Group
>> > 1-2" dt="text" by="9798"/>*
>> >
>> > In above, time stamp is getting logged with other thread details.  I want
>> > to log "*thoughput*" also which is not getting logged shown above.
>> >
>> > Thanks,
>> > vivek
>> >
>>
>>
>>
>> --
>> Darren Bown
>> tel:* +44(0)*7873 163 452
>> tel: *+44(0)7971 078 445*
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to