Throughput can be measured in various different ways: * samples per unit time * received data per unit time * total data per unit time * transactions per unit time
There are no doubt other possible measures. JMeter measures throughput as samples (requests) per unit time: http://jakarta.apache.org/jmeter/usermanual/glossary.html The Summary and Aggregate Reports also show kilobytes/unit time. On 22/05/2008, mahesh kumar <[EMAIL PROTECTED]> wrote: > Hi, > Throughput is No.of bytes Sent+ Number of Bytes Received > > For example. > If u are sending a request to server, each request contains some size(Bytes > Sent) and u will get a response form server in Bytes( Bytes receives). So > number Bytes Sent/sec + Number Bytes/sec receive will call it as throughput. > > > --Mahesh > > > On Thu, May 22, 2008 at 9:30 AM, jyothi vdaru <[EMAIL PROTECTED]> wrote: > > > Hi all, > > How to calculate throughput in jmeter...I want to draw the graph for > > throughput which we are getting in graph results listener...for that am > > looking at the source code... Hear am giving two formulas please tell me > > which one is the correct one to calculate throughput > > 1)Throughput=No of requests/(particular request end time-starting time) > > > > 2)Throughput=No of requests/( particular request end time-test run starting > > time)...Please tell me which one is the correct > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

