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 >

