Hi All,

In Jmeter,

Response time(A) = Connect time of 1st byte (B) + Server Processing time(C)
+ *Reverse network time of 1st byte (D)* + Reverse network time of last
byte ( E)

Latency in jmeter (F) = B+C+D. But Jmeter is not able to find the above
value D.  So we can’t exactly find the processing time in this way.


We can get blow items from using JMeter Listners

                   Connect time of 1st byte (B)

                   Response time(A)

             &   Latency in JMeter (F)

Is there any way to find server processing  or total reverse network
processing time (D+E).


Regards,

Debisankar

Reply via email to